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 | 147 static bool enable_all(void) in enable_push_pop() 370 { "enable_all", enable_all, true }, 150 static bool enable_all(void) enable_all() function
|
| /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/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 | 72 DEFINE_STATIC_CALL_NULL(x86_pmu_enable_all, *x86_pmu.enable_all); 2071 static_call_update(x86_pmu_enable_all, x86_pmu.enable_all); in x86_pmu_static_call_update()
|
| H A D | perf_event.h | 829 void (*enable_all)(int added); member
|
| /linux/arch/x86/events/intel/ |
| H A D | core.c | 6276 .enable_all = core_pmu_enable_all, 6325 .enable_all = intel_pmu_enable_all, 7659 x86_pmu.enable_all = intel_pmu_nhm_enable_all; in intel_pmu_init() 7855 x86_pmu.enable_all = intel_pmu_nhm_enable_all; in intel_pmu_init() 8099 x86_pmu.enable_all = intel_tfa_pmu_enable_all; in intel_pmu_init()
|