Home
last modified time | relevance | path

Searched refs:nsinfo__tgid (Results 1 – 4 of 4) sorted by relevance

/linux-5.19.10/tools/perf/util/
Dnamespaces.c79 nsi->nstgid = nsinfo__tgid(nsi); in nsinfo__get_nspid()
179 nnsi->tgid = nsinfo__tgid(nsi); in nsinfo__copy()
225 pid_t nsinfo__tgid(const struct nsinfo *nsi) in nsinfo__tgid() function
Dnamespaces.h57 pid_t nsinfo__tgid(const struct nsinfo *nsi);
Djitdump.c386 return nsinfo__tgid(jd->nsi); in jr_entry_pid()
Dsymbol.c1769 snprintf(filebuf, bufsz, "/tmp/perf-%d.map", nsinfo__tgid(nnsi)); in dso__find_perf_map()