Searched refs:start_txn (Results 1 – 7 of 7) sorted by relevance
1647 .start_txn = h_24x7_event_start_txn,
1505 pmu->pmu.start_txn = thread_imc_pmu_start_txn; in update_pmu_ops()
2219 .start_txn = power_pmu_start_txn,
486 void (*start_txn) (struct pmu *pmu, unsigned int txn_flags); member
1585 .start_txn = sparc_pmu_start_txn,
2867 pmu->start_txn(pmu, PERF_PMU_TXN_ADD); in group_sched_in()4845 pmu->start_txn(pmu, PERF_PMU_TXN_READ); in __perf_event_read()12853 if (!pmu->start_txn) { in DEFINE_FREE()12860 pmu->start_txn = perf_pmu_start_txn; in DEFINE_FREE()12864 pmu->start_txn = perf_pmu_nop_txn; in DEFINE_FREE()
2793 .start_txn = x86_pmu_start_txn,