Searched refs:group_flag (Results 1 - 4 of 4) sorted by relevance

/linux-4.1.27/arch/sparc/kernel/
H A Dperf_event.c111 unsigned int group_flag; member in struct:cpu_hw_events
1382 if (cpuc->group_flag & PERF_EVENT_TXN) sparc_pmu_add()
1502 cpuhw->group_flag |= PERF_EVENT_TXN; sparc_pmu_start_txn()
1514 cpuhw->group_flag &= ~PERF_EVENT_TXN; sparc_pmu_cancel_txn()
1538 cpuc->group_flag &= ~PERF_EVENT_TXN; sparc_pmu_commit_txn()
/linux-4.1.27/arch/x86/kernel/cpu/
H A Dperf_event.c1173 if (cpuc->group_flag & PERF_EVENT_TXN) x86_pmu_add()
1324 if (cpuc->group_flag & PERF_EVENT_TXN) x86_pmu_del()
1746 __this_cpu_or(cpu_hw_events.group_flag, PERF_EVENT_TXN); x86_pmu_start_txn()
1757 __this_cpu_and(cpu_hw_events.group_flag, ~PERF_EVENT_TXN); x86_pmu_cancel_txn()
1795 cpuc->group_flag &= ~PERF_EVENT_TXN; x86_pmu_commit_txn()
H A Dperf_event.h185 unsigned int group_flag; member in struct:cpu_hw_events
/linux-4.1.27/arch/powerpc/perf/
H A Dcore-book3s.c51 unsigned int group_flag; member in struct:cpu_hw_events
1444 if (cpuhw->group_flag & PERF_EVENT_TXN) power_pmu_add()
1595 cpuhw->group_flag |= PERF_EVENT_TXN; power_pmu_start_txn()
1608 cpuhw->group_flag &= ~PERF_EVENT_TXN; power_pmu_cancel_txn()
1635 cpuhw->group_flag &= ~PERF_EVENT_TXN; power_pmu_commit_txn()

Completed in 171 milliseconds