Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dnamespaces.h58 pid_t nsinfo__tgid(const struct nsinfo *nsi);
H A Dnamespaces.c197 RC_CHK_ACCESS(nnsi)->tgid = nsinfo__tgid(nsi); in nsinfo__copy()
254 pid_t nsinfo__tgid(const struct nsinfo *nsi) in nsinfo__tgid() function
H A Djitdump.c381 return nsinfo__tgid(jd->nsi); in jr_entry_pid()