Home
last modified time | relevance | path

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

/linux/tools/perf/
H A Dbuiltin-buildid-cache.c175 static int build_id_cache__add_file(const char *filename, struct nsinfo *nsi) in build_id_cache__add_file() argument
198 static int build_id_cache__remove_file(const char *filename, struct nsinfo *nsi) in build_id_cache__remove_file() argument
222 static int build_id_cache__purge_path(const char *pathname, struct nsinfo *nsi) in build_id_cache__purge_path() argument
303 static int build_id_cache__update_file(const char *filename, struct nsinfo *nsi) in build_id_cache__update_file() argument
390 struct nsinfo *nsi = NULL; cmd_buildid_cache() local
[all...]
/linux/tools/perf/util/
H A 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()
H A Dbuild-id.c500 struct nsinfo *nsi, bool is_kallsyms, in build_id_cache__cachedir()
518 int build_id_cache__list_build_ids(const char *pathname, struct nsinfo *nsi, in build_id_cache__list_build_ids()
539 struct nsinfo *nsi) in build_id_cache__add_sdt_cache()
561 #define build_id_cache__add_sdt_cache(sbuild_id, realname, nsi) (0) argument
565 struct nsinfo *nsi, in build_id_cache__find_debug()
619 struct nsinfo *nsi, bool is_kallsyms, bool is_vdso, in build_id_cache__add()
741 struct nsinfo *nsi, bool is_kallsyms, bool is_vdso, in __build_id_cache__add_s()
765 const char *name, struct nsinfo *nsi, in build_id_cache__add_b()
830 struct nsinfo *nsi) in filename__read_build_id_ns()
H A Dbuild-id.h72 const char *name, struct nsinfo *nsi, in build_id_cache__add_s()
H A Dprobe-event.c199 struct map *get_target_map(const char *target, struct nsinfo *nsi, bool user) in get_target_map()
396 const char *target, struct nsinfo *nsi, in find_alternative_probe_point()
492 static struct debuginfo *open_from_debuginfod(struct dso *dso, struct nsinfo *nsi, in open_from_debuginfod()
535 static struct debuginfo *open_debuginfo(const char *module, struct nsinfo *nsi, in open_debuginfo()
621 struct nsinfo *nsi) in get_text_start_address()
774 struct nsinfo *nsi) in add_exec_to_probe_trace_events()
1162 struct nsinfo *nsi, bool user) in show_line_range()
3775 int show_available_funcs(const char *target, struct nsinfo *nsi, in show_available_funcs()
H A Dmap.c129 struct nsinfo *nsi = NULL; in map__new() local