Home
last modified time | relevance | path

Searched refs:PERF_EVENT_TXN (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/arch/s390/kernel/
Dperf_cpum_cf.c537 if (!(cpuhw->flags & PERF_EVENT_TXN)) in cpumf_pmu_add()
581 cpuhw->flags |= PERF_EVENT_TXN; in cpumf_pmu_start_txn()
596 cpuhw->flags &= ~PERF_EVENT_TXN; in cpumf_pmu_cancel_txn()
616 cpuhw->flags &= ~PERF_EVENT_TXN; in cpumf_pmu_commit_txn()
/linux-4.1.27/arch/x86/kernel/cpu/
Dperf_event.c1173 if (cpuc->group_flag & PERF_EVENT_TXN) in x86_pmu_add()
1324 if (cpuc->group_flag & PERF_EVENT_TXN) in x86_pmu_del()
1746 __this_cpu_or(cpu_hw_events.group_flag, PERF_EVENT_TXN); in x86_pmu_start_txn()
1757 __this_cpu_and(cpu_hw_events.group_flag, ~PERF_EVENT_TXN); in x86_pmu_cancel_txn()
1795 cpuc->group_flag &= ~PERF_EVENT_TXN; in x86_pmu_commit_txn()
/linux-4.1.27/arch/sparc/kernel/
Dperf_event.c1382 if (cpuc->group_flag & PERF_EVENT_TXN) in sparc_pmu_add()
1502 cpuhw->group_flag |= PERF_EVENT_TXN; in sparc_pmu_start_txn()
1514 cpuhw->group_flag &= ~PERF_EVENT_TXN; in sparc_pmu_cancel_txn()
1538 cpuc->group_flag &= ~PERF_EVENT_TXN; in sparc_pmu_commit_txn()
/linux-4.1.27/arch/powerpc/perf/
Dcore-book3s.c1444 if (cpuhw->group_flag & PERF_EVENT_TXN) in power_pmu_add()
1595 cpuhw->group_flag |= PERF_EVENT_TXN; in power_pmu_start_txn()
1608 cpuhw->group_flag &= ~PERF_EVENT_TXN; in power_pmu_cancel_txn()
1635 cpuhw->group_flag &= ~PERF_EVENT_TXN; in power_pmu_commit_txn()
/linux-4.1.27/include/linux/
Dperf_event.h169 #define PERF_EVENT_TXN 0x1 macro