Lines Matching refs:nsi
176 struct map *get_target_map(const char *target, struct nsinfo *nsi, bool user)
185 map->dso->nsinfo = nsinfo__get(nsi);
369 const char *target, struct nsinfo *nsi,
381 map = get_target_map(target, nsi, uprobes);
430 pev->nsi, pev->uprobes);
465 static struct debuginfo *open_from_debuginfod(struct dso *dso, struct nsinfo *nsi,
492 nsinfo__mountns_enter(nsi, &nsc);
500 struct nsinfo *nsi __maybe_unused,
508 static struct debuginfo *open_debuginfo(const char *module, struct nsinfo *nsi,
527 ret = open_from_debuginfod(dso, nsi, silent);
540 nsinfo__mountns_enter(nsi, &nsc);
594 struct nsinfo *nsi)
602 nsinfo__mountns_enter(nsi, &nsc);
743 struct nsinfo *nsi)
751 ret = get_text_start_address(exec, &stext, nsi);
876 pev->nsi);
899 dinfo = open_debuginfo(pev->target, pev->nsi, !need_dwarf);
1102 struct nsinfo *nsi, bool user)
1110 nsinfo__mountns_enter(nsi, &nsc);
1195 dinfo = open_debuginfo(pevs->target, pevs->nsi, false);
1239 struct nsinfo *nsi __maybe_unused,
2886 nsinfo__mountns_enter(pev->nsi, &nsc);
2903 cache = probe_cache__new(pev->target, pev->nsi);
2988 map = get_target_map(pev->target, pev->nsi, pev->uprobes);
3290 cache = probe_cache__new(target, pev->nsi);
3380 cache = probe_cache__new(pev->target, pev->nsi);
3550 nsinfo__zput(pev->nsi);
3608 int show_available_funcs(const char *target, struct nsinfo *nsi,
3620 map = get_target_map(target, nsi, user);