Home
last modified time | relevance | path

Searched refs:is_debug (Results 1 – 2 of 2) sorted by relevance

/tools/perf/util/
Dbuild-id.h34 bool is_debug);
36 bool is_debug, bool is_kallsyms);
Dbuild-id.c258 bool is_debug) in build_id_cache__basename() argument
260 return is_kallsyms ? "kallsyms" : (is_vdso ? "vdso" : (is_debug ? in build_id_cache__basename()
265 bool is_debug, bool is_kallsyms) in __dso__build_id_filename() argument
287 is_debug)); in __dso__build_id_filename()
296 bool is_debug) in dso__build_id_filename() argument
300 return __dso__build_id_filename(dso, bf, size, is_debug, is_kallsyms); in dso__build_id_filename()