Home
last modified time | relevance | path

Searched refs:is_debug (Results 1 – 6 of 6) 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_device_queue_manager.c1241 qpd->is_debug ? in evict_process_queues_cpsch()
1940 qpd->is_debug = true; in create_kernel_queue_cpsch()
1955 qpd->is_debug = false; in destroy_kernel_queue_cpsch()
2493 if (pdd->qpd.is_debug) in wait_on_destroy_queue()
2541 if (qpd->is_debug) { in destroy_queue_cpsch()
2792 qpd->is_debug = false; in process_termination_cpsch()
H A Dkfd_priv.h673 bool is_debug; member
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()