Lines Matching refs:nsi
202 struct map *get_target_map(const char *target, struct nsinfo *nsi, bool user) in get_target_map() argument
213 dso__set_nsinfo(dso, nsinfo__get(nsi)); in get_target_map()
399 const char *target, struct nsinfo *nsi, in find_alternative_probe_point() argument
412 map = get_target_map(target, nsi, uprobes); in find_alternative_probe_point()
460 pev->nsi, pev->uprobes); in get_alternative_probe_event()
495 static struct debuginfo *open_from_debuginfod(struct dso *dso, struct nsinfo *nsi, in open_from_debuginfod() argument
522 nsinfo__mountns_enter(nsi, &nsc); in open_from_debuginfod()
530 struct nsinfo *nsi __maybe_unused, in open_from_debuginfod()
538 static struct debuginfo *open_debuginfo(const char *module, struct nsinfo *nsi, in open_debuginfo() argument
557 ret = open_from_debuginfod(dso, nsi, silent); in open_debuginfo()
570 nsinfo__mountns_enter(nsi, &nsc); in open_debuginfo()
624 struct nsinfo *nsi) in get_text_start_address() argument
632 nsinfo__mountns_enter(nsi, &nsc); in get_text_start_address()
777 struct nsinfo *nsi) in add_exec_to_probe_trace_events() argument
785 ret = get_text_start_address(exec, &stext, nsi); in add_exec_to_probe_trace_events()
913 pev->nsi); in post_process_probe_trace_events()
946 dinfo = open_debuginfo(pev->target, pev->nsi, !need_dwarf); in try_to_find_probe_trace_events()
1166 struct nsinfo *nsi, bool user) in show_line_range() argument
1174 nsinfo__mountns_enter(nsi, &nsc); in show_line_range()
1259 dinfo = open_debuginfo(pevs->target, pevs->nsi, false); in show_available_vars()
1303 struct nsinfo *nsi __maybe_unused, in show_line_range()
3016 nsinfo__mountns_enter(pev->nsi, &nsc); in __add_probe_trace_events()
3033 cache = probe_cache__new(pev->target, pev->nsi); in __add_probe_trace_events()
3129 map = get_target_map(pev->target, pev->nsi, pev->uprobes); in find_probe_trace_events_from_map()
3442 cache = probe_cache__new(target, pev->nsi); in find_cached_events()
3532 cache = probe_cache__new(pev->target, pev->nsi); in find_probe_trace_events_from_cache()
3774 nsinfo__zput(pev->nsi); in cleanup_perf_probe_events()
3779 int show_available_funcs(const char *target, struct nsinfo *nsi, in show_available_funcs() argument
3791 map = get_target_map(target, nsi, user); in show_available_funcs()