Lines Matching refs:nsi
182 struct map *get_target_map(const char *target, struct nsinfo *nsi, bool user)
194 dso->nsinfo = nsinfo__get(nsi);
379 const char *target, struct nsinfo *nsi,
392 map = get_target_map(target, nsi, uprobes);
440 pev->nsi, pev->uprobes);
475 static struct debuginfo *open_from_debuginfod(struct dso *dso, struct nsinfo *nsi,
502 nsinfo__mountns_enter(nsi, &nsc);
510 struct nsinfo *nsi __maybe_unused,
518 static struct debuginfo *open_debuginfo(const char *module, struct nsinfo *nsi,
537 ret = open_from_debuginfod(dso, nsi, silent);
550 nsinfo__mountns_enter(nsi, &nsc);
604 struct nsinfo *nsi)
612 nsinfo__mountns_enter(nsi, &nsc);
757 struct nsinfo *nsi)
765 ret = get_text_start_address(exec, &stext, nsi);
893 pev->nsi);
926 dinfo = open_debuginfo(pev->target, pev->nsi, !need_dwarf);
1130 struct nsinfo *nsi, bool user)
1138 nsinfo__mountns_enter(nsi, &nsc);
1223 dinfo = open_debuginfo(pevs->target, pevs->nsi, false);
1267 struct nsinfo *nsi __maybe_unused,
2934 nsinfo__mountns_enter(pev->nsi, &nsc);
2951 cache = probe_cache__new(pev->target, pev->nsi);
3047 map = get_target_map(pev->target, pev->nsi, pev->uprobes);
3360 cache = probe_cache__new(target, pev->nsi);
3450 cache = probe_cache__new(pev->target, pev->nsi);
3692 nsinfo__zput(pev->nsi);
3750 int show_available_funcs(const char *target, struct nsinfo *nsi,
3762 map = get_target_map(target, nsi, user);