Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dbuild-id.h32 bool is_debug);
34 bool is_debug, bool is_kallsyms);
H A Dbuild-id.c243 bool is_debug) 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
272 is_debug)); in __dso__build_id_filename()
281 bool is_debug) in dso__build_id_filename() argument
285 return __dso__build_id_filename(dso, bf, size, is_debug, is_kallsyms); in dso__build_id_filename()
/linux/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_process_queue_manager.c350 if (pdd->qpd.is_debug) in pqm_create_queue()
/linux/arch/x86/kvm/vmx/
H A Dnested.c6468 else if (is_debug(intr_info) && in nested_vmx_l0_wants_exit()