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);
49 struct nsinfo *nsi, bool is_kallsyms,
60 struct nsinfo *nsi, bool is_kallsyms, bool is_vdso,
64 bool is_kallsyms, bool is_vdso,
68 bool is_kallsyms, bool is_vdso)
70 return __build_id_cache__add_s(sbuild_id, name, nsi, is_kallsyms, is_vdso, NULL, NULL);
73 build_id_cache__add_s(const char * sbuild_id,const char * name,struct nsinfo * nsi,bool is_kallsyms,bool is_vdso) build_id_cache__add_s() argument
H A Dbuild-id.c245 static const char *build_id_cache__basename(bool is_kallsyms, bool is_vdso, in build_id_cache__basename()
248 return is_kallsyms ? "kallsyms" : (is_vdso ? "vdso" : (is_debug ?
253 bool is_debug, bool is_kallsyms) in __dso__build_id_filename()
274 build_id_cache__basename(is_kallsyms, is_vdso, in __dso__build_id_filename()
286 bool is_kallsyms = dso__is_kallsyms((struct dso *)dso); in dso__build_id_filename()
288 return __dso__build_id_filename(dso, bf, size, is_debug, is_kallsyms); in write_buildid()
518 struct nsinfo *nsi, bool is_kallsyms, in build_id_cache__cachedir()
522 bool slash = is_kallsyms || is_vdso; in build_id_cache__cachedir()
637 struct nsinfo *nsi, bool is_kallsyms, bool is_vdso, in build_id_cache__add()
648 dir_name = build_id_cache__cachedir(sbuild_id, proper_name, nsi, is_kallsyms, in build_id_cache__add()
242 build_id_cache__basename(bool is_kallsyms,bool is_vdso,bool is_debug) build_id_cache__basename() argument
250 __dso__build_id_filename(const struct dso * dso,char * bf,size_t size,bool is_debug,bool is_kallsyms) __dso__build_id_filename() argument
283 bool is_kallsyms = dso__is_kallsyms((struct dso *)dso); dso__build_id_filename() local
515 build_id_cache__cachedir(const char * sbuild_id,const char * name,struct nsinfo * nsi,bool is_kallsyms,bool is_vdso) build_id_cache__cachedir() argument
634 build_id_cache__add(const char * sbuild_id,const char * name,const char * realname,struct nsinfo * nsi,bool is_kallsyms,bool is_vdso,const char * proper_name,const char * root_dir) build_id_cache__add() argument
756 __build_id_cache__add_s(const char * sbuild_id,const char * name,struct nsinfo * nsi,bool is_kallsyms,bool is_vdso,const char * proper_name,const char * root_dir) __build_id_cache__add_s() argument
781 build_id_cache__add_b(const struct build_id * bid,const char * name,struct nsinfo * nsi,bool is_kallsyms,bool is_vdso,const char * proper_name,const char * root_dir) build_id_cache__add_b() argument
874 bool is_kallsyms = dso__is_kallsyms(dso); dso__cache_build_id() local
[all...]
H A Dprobe-file.c440 bool is_kallsyms = false; in probe_cache__open()
453 is_kallsyms = true; in probe_cache__open()
469 is_kallsyms, NULL); in probe_cache__open()
476 dir_name = build_id_cache__cachedir(sbuildid, target, nsi, is_kallsyms, in probe_cache__open()
438 bool is_kallsyms = false; probe_cache__open() local
H A Dsymbol.h274 void symbols__fixup_end(struct rb_root_cached *symbols, bool is_kallsyms);
H A Dsymbol.c252 void symbols__fixup_end(struct rb_root_cached *symbols, bool is_kallsyms) in symbols__fixup_end() argument
286 if (!is_kallsyms) { in symbols__fixup_end()