Home
last modified time | relevance | path

Searched refs:enable_all (Results 1 – 19 of 19) sorted by relevance

/linux-6.1.9/arch/sh/include/asm/
Dperf_event.h13 void (*enable_all)(void); member
Dhw_breakpoint.h35 void (*enable_all)(unsigned long); member
/linux-6.1.9/arch/sh/kernel/cpu/sh4a/
Dubc.c91 .enable_all = sh4a_ubc_enable_all,
Dperf_event.c284 .enable_all = sh4a_pmu_enable_all,
/linux-6.1.9/kernel/trace/
Dtrace_boot.c521 bool enable, enable_all = false; in trace_boot_init_events() local
531 enable_all = true; in trace_boot_init_events()
550 if (enable_all) in trace_boot_init_events()
/linux-6.1.9/arch/x86/events/intel/
Dp6.c205 .enable_all = p6_pmu_enable_all,
Dknc.c294 .enable_all = knc_pmu_enable_all,
Dcore.c4761 .enable_all = core_pmu_enable_all,
4809 .enable_all = intel_pmu_enable_all,
5862 x86_pmu.enable_all = intel_pmu_nhm_enable_all; in intel_pmu_init()
6049 x86_pmu.enable_all = intel_pmu_nhm_enable_all; in intel_pmu_init()
6292 x86_pmu.enable_all = intel_tfa_pmu_enable_all; in intel_pmu_init()
Dp4.c1339 .enable_all = p4_pmu_enable_all,
/linux-6.1.9/arch/sh/kernel/cpu/sh4/
Dperf_event.c250 .enable_all = sh7750_pmu_enable_all,
/linux-6.1.9/drivers/soc/ti/
Dknav_dma.c89 bool loopback, enable_all; member
669 dma->enable_all = (of_get_property(node, "ti,enable-all", NULL) != NULL); in dma_init()
703 if (dma->enable_all) { in dma_init()
/linux-6.1.9/arch/sh/kernel/
Dhw_breakpoint.c351 sh_ubc->enable_all(resume_mask); in hw_breakpoint_handler()
Dperf_event.c312 sh_pmu->enable_all(); in sh_pmu_enable()
/linux-6.1.9/tools/hv/
Dvmbus_testing89 if (args.enable_all):
/linux-6.1.9/arch/x86/events/amd/
Dcore.c1240 .enable_all = amd_pmu_enable_all,
1364 x86_pmu.enable_all = amd_pmu_v2_enable_all; in amd_core_pmu_init()
/linux-6.1.9/arch/x86/events/zhaoxin/
Dcore.c463 .enable_all = zhaoxin_pmu_enable_all,
/linux-6.1.9/drivers/pci/
Dsetup-bus.c2076 goto enable_all; in pci_assign_unassigned_bridge_resources()
2081 goto enable_all; in pci_assign_unassigned_bridge_resources()
2116 enable_all: in pci_assign_unassigned_bridge_resources()
/linux-6.1.9/arch/x86/events/
Dperf_event.h743 void (*enable_all)(int added); member
Dcore.c65 DEFINE_STATIC_CALL_NULL(x86_pmu_enable_all, *x86_pmu.enable_all);
2005 static_call_update(x86_pmu_enable_all, x86_pmu.enable_all); in x86_pmu_static_call_update()