Home
last modified time | relevance | path

Searched defs:nsi (Results 1 – 11 of 11) sorted by relevance

/tools/perf/util/
Dnamespaces.c63 int nsinfo__init(struct nsinfo *nsi) in nsinfo__init()
132 struct nsinfo *nsi; in nsinfo__new() local
156 struct nsinfo *nsinfo__copy(struct nsinfo *nsi) in nsinfo__copy()
182 void nsinfo__delete(struct nsinfo *nsi) in nsinfo__delete()
188 struct nsinfo *nsinfo__get(struct nsinfo *nsi) in nsinfo__get()
195 void nsinfo__put(struct nsinfo *nsi) in nsinfo__put()
201 void nsinfo__mountns_enter(struct nsinfo *nsi, in nsinfo__mountns_enter()
272 char *nsinfo__realpath(const char *path, struct nsinfo *nsi) in nsinfo__realpath()
Dcopyfile.c14 static int slow_copyfile(const char *from, const char *to, struct nsinfo *nsi) in slow_copyfile()
74 struct nsinfo *nsi) in copyfile_mode_ns()
133 int copyfile_ns(const char *from, const char *to, struct nsinfo *nsi) in copyfile_ns()
Dbuild-id.c548 struct nsinfo *nsi, bool is_kallsyms, in build_id_cache__cachedir()
571 int build_id_cache__list_build_ids(const char *pathname, struct nsinfo *nsi, in build_id_cache__list_build_ids()
592 struct nsinfo *nsi) in build_id_cache__add_sdt_cache()
614 #define build_id_cache__add_sdt_cache(sbuild_id, realname, nsi) (0) argument
618 struct nsinfo *nsi) in build_id_cache__find_debug()
645 struct nsinfo *nsi, bool is_kallsyms, bool is_vdso) in build_id_cache__add_s()
754 const char *name, struct nsinfo *nsi, in build_id_cache__add_b()
Dnamespaces.h67 #define nsinfo__zput(nsi) __nsinfo__zput(&nsi) argument
Dprobe-event.c171 struct map *get_target_map(const char *target, struct nsinfo *nsi, bool user) in get_target_map()
362 const char *target, struct nsinfo *nsi, in find_alternative_probe_point()
454 static struct debuginfo *open_debuginfo(const char *module, struct nsinfo *nsi, in open_debuginfo()
536 struct nsinfo *nsi) in get_text_start_address()
685 struct nsinfo *nsi) in add_exec_to_probe_trace_events()
1037 struct nsinfo *nsi, bool user) in show_line_range()
3515 int show_available_funcs(const char *target, struct nsinfo *nsi, in show_available_funcs()
Dprobe-file.c411 struct nsinfo *nsi) in probe_cache__open()
557 struct probe_cache *probe_cache__new(const char *target, struct nsinfo *nsi) in probe_cache__new()
Dprobe-event.h101 struct nsinfo *nsi; /* Target namespace */ member
Dmap.c153 struct nsinfo *nsi = NULL; in map__new() local
Dsymbol.c1582 struct nsinfo *nsi; in dso__find_perf_map() local
/tools/perf/
Dbuiltin-buildid-cache.c174 static int build_id_cache__add_file(const char *filename, struct nsinfo *nsi) in build_id_cache__add_file()
197 static int build_id_cache__remove_file(const char *filename, struct nsinfo *nsi) in build_id_cache__remove_file()
221 static int build_id_cache__purge_path(const char *pathname, struct nsinfo *nsi) in build_id_cache__purge_path()
301 static int build_id_cache__update_file(const char *filename, struct nsinfo *nsi) in build_id_cache__update_file()
374 struct nsinfo *nsi = NULL; in cmd_buildid_cache() local
Dbuiltin-probe.c49 struct nsinfo *nsi; member