Searched refs:is_debug (Results 1 – 13 of 13) sorted by relevance
/openbmc/linux/drivers/gpu/drm/i915/ |
H A D | i915_utils.c | 22 bool is_debug = level[1] == KERN_DEBUG[1]; in __i915_printk() local 26 if (is_debug && !drm_debug_enabled(DRM_UT_DRIVER)) in __i915_printk()
|
/openbmc/linux/tools/perf/util/ |
H A D | build-id.h | 34 bool is_debug); 36 bool is_debug, bool is_kallsyms);
|
H A D | build-id.c | 260 bool is_debug) in build_id_cache__basename() argument 262 return is_kallsyms ? "kallsyms" : (is_vdso ? "vdso" : (is_debug ? in build_id_cache__basename() 267 bool is_debug, bool is_kallsyms) in __dso__build_id_filename() argument 289 is_debug)); in __dso__build_id_filename() 298 bool is_debug) in dso__build_id_filename() argument 302 return __dso__build_id_filename(dso, bf, size, is_debug, is_kallsyms); in dso__build_id_filename()
|
/openbmc/linux/drivers/gpu/drm/amd/amdkfd/ |
H A D | kfd_packet_manager_v9.c | 45 packet->bitfields2.diq_enable = (qpd->is_debug) ? 1 : 0; in pm_map_process_v9() 53 packet->bitfields14.num_queues = (qpd->is_debug) ? 0 : qpd->queue_count; in pm_map_process_v9() 100 packet->bitfields2.diq_enable = (qpd->is_debug) ? 1 : 0; in pm_map_process_aldebaran() 108 packet->bitfields14.num_queues = (qpd->is_debug) ? 0 : qpd->queue_count; in pm_map_process_aldebaran()
|
H A D | kfd_packet_manager.c | 176 kq->queue->queue, qpd->is_debug); in pm_create_runlist_ib() 181 qpd->is_debug); in pm_create_runlist_ib() 196 q->queue, qpd->is_debug); in pm_create_runlist_ib() 201 qpd->is_debug); in pm_create_runlist_ib()
|
H A D | kfd_packet_manager_vi.c | 53 packet->bitfields2.diq_enable = (qpd->is_debug) ? 1 : 0; in pm_map_process_vi() 60 packet->bitfields10.num_queues = (qpd->is_debug) ? 0 : qpd->queue_count; in pm_map_process_vi()
|
H A D | kfd_device_queue_manager.c | 1149 qpd->is_debug ? in evict_process_queues_cpsch() 1764 qpd->is_debug = true; in create_kernel_queue_cpsch() 1779 qpd->is_debug = false; in destroy_kernel_queue_cpsch() 2054 if (pdd->qpd.is_debug) in wait_on_destroy_queue() 2101 if (qpd->is_debug) { in destroy_queue_cpsch() 2383 qpd->is_debug = false; in process_termination_cpsch()
|
H A D | kfd_priv.h | 649 bool is_debug; member
|
H A D | kfd_process_queue_manager.c | 317 if ((pdd->qpd.is_debug) || (type == KFD_QUEUE_TYPE_DIQ)) in pqm_create_queue()
|
/openbmc/linux/arch/x86/kvm/vmx/ |
H A D | vmcs.h | 98 static inline bool is_debug(u32 intr_info) in is_debug() function
|
H A D | nested.c | 6216 else if (is_debug(intr_info) && in nested_vmx_l0_wants_exit()
|
/openbmc/qemu/target/riscv/ |
H A D | cpu_helper.c | 887 bool is_debug, bool is_probe) in get_physical_address() argument 1035 is_debug, false); in get_physical_address() 1214 if (updated_pte != pte && !is_debug) { in get_physical_address()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/perfetto/ |
H A D | perfetto.bb | 83 ARGS="is_debug=false " # Tell gn to use release mode
|