Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Dnamespaces.h71 static inline void __nsinfo__zput(struct nsinfo **nsip) in __nsinfo__zput() argument
73 if (nsip) { in __nsinfo__zput()
74 nsinfo__put(*nsip); in __nsinfo__zput()
75 *nsip = NULL; in __nsinfo__zput()
H A Dsymbol.c1712 struct nsinfo **nsip) in dso__find_perf_map() argument
1719 nsi = *nsip; in dso__find_perf_map()
1736 *nsip = nnsi; in dso__find_perf_map()
/openbmc/linux/tools/perf/
H A Dbuiltin-probe.c207 struct nsinfo *nsip; in opt_set_target_ns() local
218 nsip = nsinfo__new(ns_pid); in opt_set_target_ns()
219 if (nsip && nsinfo__need_setns(nsip)) in opt_set_target_ns()
220 params->nsi = nsinfo__get(nsip); in opt_set_target_ns()
221 nsinfo__put(nsip); in opt_set_target_ns()