Home
last modified time | relevance | path

Searched refs:setup_aux (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/include/linux/
H A Dperf_event.h476 void *(*setup_aux) (struct perf_event *event, void **pages, member
1654 return event->pmu->setup_aux; in has_aux()
/openbmc/linux/arch/x86/events/intel/
H A Dbts.c620 bts_pmu.setup_aux = bts_buffer_setup_aux; in bts_init()
H A Dpt.c1807 pt_pmu.pmu.setup_aux = pt_buffer_setup_aux; in pt_init()
/openbmc/linux/drivers/hwtracing/coresight/
H A Dcoresight-etm-perf.c896 etm_pmu.setup_aux = etm_setup_aux; in etm_perf_init()
/openbmc/linux/kernel/events/
H A Dring_buffer.c747 rb->aux_priv = event->pmu->setup_aux(event, rb->aux_pages, nr_pages, in rb_alloc_aux()
/openbmc/linux/drivers/perf/
H A Darm_spe_pmu.c975 .setup_aux = arm_spe_pmu_setup_aux, in arm_spe_pmu_perf_init()
/openbmc/linux/drivers/hwtracing/ptt/
H A Dhisi_ptt.c1225 .setup_aux = hisi_ptt_pmu_setup_aux, in hisi_ptt_register_pmu()
/openbmc/linux/arch/s390/kernel/
H A Dperf_cpum_sf.c2079 .setup_aux = aux_buffer_setup,