Home
last modified time | relevance | path

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

/Linux-v5.4/arch/powerpc/kernel/
Dpmc.c41 int reserve_pmc_hardware(perf_irq_t new_perf_irq) in reserve_pmc_hardware() function
62 EXPORT_SYMBOL_GPL(reserve_pmc_hardware);
/Linux-v5.4/arch/sh/include/asm/
Dperf_event.h27 extern int reserve_pmc_hardware(void);
/Linux-v5.4/arch/powerpc/include/asm/
Dpmc.h15 int reserve_pmc_hardware(perf_irq_t new_perf_irq);
/Linux-v5.4/arch/sh/kernel/
Dperf_event.c46 int reserve_pmc_hardware(void) in reserve_pmc_hardware() function
139 reserve_pmc_hardware()) in __hw_perf_event_init()
/Linux-v5.4/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-v5.4/arch/powerpc/oprofile/
Dcommon.c51 err = reserve_pmc_hardware(op_handle_interrupt); in op_powerpc_setup()
/Linux-v5.4/Documentation/riscv/
Dpmu.rst108 if (!reserve_pmc_hardware())
121 And the magic is in *reserve_pmc_hardware*, which usually does atomic
/Linux-v5.4/arch/powerpc/perf/
Dcore-fsl-emb.c572 reserve_pmc_hardware(perf_event_interrupt)) in fsl_emb_pmu_event_init()
Dcore-book3s.c1991 reserve_pmc_hardware(perf_event_interrupt)) in power_pmu_event_init()
/Linux-v5.4/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()
/Linux-v5.4/arch/s390/kernel/
Dperf_cpum_sf.c569 static int reserve_pmc_hardware(void) in reserve_pmc_hardware() function
765 if (atomic_read(&num_events) == 0 && reserve_pmc_hardware()) in __hw_perf_event_init()