Home
last modified time | relevance | path

Searched refs:reserve_pmc_hardware (Results 1 – 12 of 12) sorted by relevance

/Linux-v4.19/arch/powerpc/kernel/
Dpmc.c45 int reserve_pmc_hardware(perf_irq_t new_perf_irq) in reserve_pmc_hardware() function
66 EXPORT_SYMBOL_GPL(reserve_pmc_hardware);
/Linux-v4.19/arch/sh/include/asm/
Dperf_event.h27 extern int reserve_pmc_hardware(void);
/Linux-v4.19/arch/powerpc/include/asm/
Dpmc.h28 int reserve_pmc_hardware(perf_irq_t new_perf_irq);
/Linux-v4.19/arch/sh/kernel/
Dperf_event.c49 int reserve_pmc_hardware(void) in reserve_pmc_hardware() function
142 reserve_pmc_hardware()) in __hw_perf_event_init()
/Linux-v4.19/arch/riscv/kernel/
Dperf_event.c350 static int reserve_pmc_hardware(void) in reserve_pmc_hardware() function
392 err = reserve_pmc_hardware(); in riscv_event_init()
/Linux-v4.19/arch/powerpc/oprofile/
Dcommon.c55 err = reserve_pmc_hardware(op_handle_interrupt); in op_powerpc_setup()
/Linux-v4.19/arch/s390/kernel/
Dperf_cpum_cf.c279 static int reserve_pmc_hardware(void) in reserve_pmc_hardware() function
403 if (atomic_read(&num_events) == 0 && reserve_pmc_hardware()) in __hw_perf_event_init()
Dperf_cpum_sf.c570 static int reserve_pmc_hardware(void) in reserve_pmc_hardware() function
690 if (atomic_read(&num_events) == 0 && reserve_pmc_hardware()) in __hw_perf_event_init()
/Linux-v4.19/Documentation/riscv/
Dpmu.txt106 if (!reserve_pmc_hardware())
119 And the magic is in *reserve_pmc_hardware*, which usually does atomic
/Linux-v4.19/arch/powerpc/perf/
Dcore-fsl-emb.c576 reserve_pmc_hardware(perf_event_interrupt)) in fsl_emb_pmu_event_init()
Dcore-book3s.c1970 reserve_pmc_hardware(perf_event_interrupt)) in power_pmu_event_init()
/Linux-v4.19/arch/x86/events/
Dcore.c147 static bool reserve_pmc_hardware(void) in reserve_pmc_hardware() function
188 static bool reserve_pmc_hardware(void) { return true; } in reserve_pmc_hardware() function
343 if (!reserve_pmc_hardware()) in x86_reserve_hardware()