Home
last modified time | relevance | path

Searched refs:nsinfo__get (Results 1 – 7 of 7) sorted by relevance

/linux-6.12.1/tools/perf/util/
Dnamespaces.h53 struct nsinfo *nsinfo__get(struct nsinfo *nsi);
Dnamespaces.c226 struct nsinfo *nsinfo__get(struct nsinfo *nsi) in nsinfo__get() function
Dmap.c142 nsi = nsinfo__get(thread__nsinfo(thread)); in map__new()
Djitdump.c841 nsi = nsinfo__get(thread__nsinfo(thread)); in jit_process()
Dprobe-event.c206 dso__set_nsinfo(dso, nsinfo__get(nsi)); in get_target_map()
/linux-6.12.1/tools/perf/
Dbuiltin-probe.c72 pev->nsi = nsinfo__get(params->nsi); in parse_probe_event()
220 params->nsi = nsinfo__get(nsip); in opt_set_target_ns()
Dbuiltin-inject.c415 nsi = nsinfo__get(thread__nsinfo(thread)); in findnew_dso()