Home
last modified time | relevance | path

Searched refs:start_txn (Results 1 – 7 of 7) sorted by relevance

/linux/arch/powerpc/perf/
H A Dhv-24x7.c1643 .start_txn = h_24x7_event_start_txn,
H A Dimc-pmu.c1503 pmu->pmu.start_txn = thread_imc_pmu_start_txn; in update_pmu_ops()
H A Dcore-book3s.c2220 .start_txn = power_pmu_start_txn,
/linux/include/linux/
H A Dperf_event.h486 void (*start_txn) (struct pmu *pmu, unsigned int txn_flags); member
/linux/arch/sparc/kernel/
H A Dperf_event.c1585 .start_txn = sparc_pmu_start_txn,
/linux/kernel/events/
H A Dcore.c2868 pmu->start_txn(pmu, PERF_PMU_TXN_ADD); in group_sched_in()
4846 pmu->start_txn(pmu, PERF_PMU_TXN_READ); in __perf_event_read()
12890 if (!pmu->start_txn) { in DEFINE_FREE()
12897 pmu->start_txn = perf_pmu_start_txn; in __pmu_detach_event()
12901 pmu->start_txn = perf_pmu_nop_txn; in __pmu_detach_event()
/linux/arch/x86/events/
H A Dcore.c2793 .start_txn = x86_pmu_start_txn,