Searched refs:enable_all (Results 1 – 13 of 13) sorted by relevance
| /linux/arch/sh/include/asm/ |
| H A D | perf_event.h | 13 void (*enable_all)(void); member
|
| H A D | hw_breakpoint.h | 35 void (*enable_all)(unsigned long); member
|
| /linux/tools/testing/selftests/arm64/gcs/ |
| H A D | basic-gcs.c | 150 static bool enable_all(void) in enable_all() function 376 { "enable_all", enable_all, true },
|
| /linux/kernel/trace/ |
| H A D | trace_boot.c | 521 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/arch/sh/kernel/cpu/sh4a/ |
| H A D | ubc.c | 91 .enable_all = sh4a_ubc_enable_all,
|
| H A D | perf_event.c | 284 .enable_all = sh4a_pmu_enable_all,
|
| /linux/drivers/soc/ti/ |
| H A D | knav_dma.c | 89 bool loopback, enable_all; member 657 dma->enable_all = of_property_read_bool(node, "ti,enable-all"); in dma_init() 691 if (dma->enable_all) { in dma_init()
|
| /linux/arch/sh/kernel/cpu/sh4/ |
| H A D | perf_event.c | 250 .enable_all = sh7750_pmu_enable_all,
|
| /linux/arch/sh/kernel/ |
| H A D | hw_breakpoint.c | 351 sh_ubc->enable_all(resume_mask); in hw_breakpoint_handler()
|
| H A D | perf_event.c | 312 sh_pmu->enable_all(); in sh_pmu_enable()
|
| /linux/tools/hv/ |
| H A D | vmbus_testing | 89 if (args.enable_all):
|
| /linux/arch/x86/events/ |
| H A D | core.c | 69 DEFINE_STATIC_CALL_NULL(x86_pmu_enable_all, *x86_pmu.enable_all); 2038 static_call_update(x86_pmu_enable_all, x86_pmu.enable_all); in x86_pmu_static_call_update()
|
| /linux/arch/x86/events/intel/ |
| H A D | core.c | 6011 .enable_all = core_pmu_enable_all, 6060 .enable_all = intel_pmu_enable_all, 7365 x86_pmu.enable_all = intel_pmu_nhm_enable_all; in intel_pmu_init() 7560 x86_pmu.enable_all = intel_pmu_nhm_enable_all; in intel_pmu_init() 7804 x86_pmu.enable_all = intel_tfa_pmu_enable_all; in intel_pmu_init()
|