Home
last modified time | relevance | path

Searched refs:is_kallsyms (Results 1 – 5 of 5) sorted by relevance

/linux/tools/perf/util/
H A Dbuild-id.h34 bool is_debug, bool is_kallsyms);
54 struct nsinfo *nsi, bool is_kallsyms,
65 struct nsinfo *nsi, bool is_kallsyms, bool is_vdso,
69 bool is_kallsyms, bool is_vdso,
73 bool is_kallsyms, bool is_vdso) in build_id_cache__add_s() argument
75 return __build_id_cache__add_s(sbuild_id, name, nsi, is_kallsyms, is_vdso, NULL, NULL); in build_id_cache__add_s()
H A Dbuild-id.c242 static const char *build_id_cache__basename(bool is_kallsyms, bool is_vdso, in build_id_cache__basename() argument
245 return is_kallsyms ? "kallsyms" : (is_vdso ? "vdso" : (is_debug ? in build_id_cache__basename()
250 bool is_debug, bool is_kallsyms) in __dso__build_id_filename() argument
271 build_id_cache__basename(is_kallsyms, is_vdso, in __dso__build_id_filename()
283 bool is_kallsyms = dso__is_kallsyms((struct dso *)dso); in dso__build_id_filename() local
285 return __dso__build_id_filename(dso, bf, size, is_debug, is_kallsyms); in dso__build_id_filename()
515 struct nsinfo *nsi, bool is_kallsyms, in build_id_cache__cachedir() argument
519 bool slash = is_kallsyms || is_vdso; in build_id_cache__cachedir()
634 struct nsinfo *nsi, bool is_kallsyms, bool is_vdso, in build_id_cache__add() argument
645 dir_name = build_id_cache__cachedir(sbuild_id, proper_name, nsi, is_kallsyms, in build_id_cache__add()
[all …]
H A Dprobe-file.c438 bool is_kallsyms = false; in probe_cache__open() local
451 is_kallsyms = true; in probe_cache__open()
467 is_kallsyms, NULL); in probe_cache__open()
474 dir_name = build_id_cache__cachedir(sbuildid, target, nsi, is_kallsyms, in probe_cache__open()
H A Dsymbol.h191 void symbols__fixup_end(struct rb_root_cached *symbols, bool is_kallsyms);
H A Dsymbol.c245 void symbols__fixup_end(struct rb_root_cached *symbols, bool is_kallsyms) in symbols__fixup_end() argument
279 if (!is_kallsyms) { in symbols__fixup_end()