Home
last modified time | relevance | path

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

/linux-4.1.27/arch/sparc/kernel/
Dperf_event.c111 unsigned int group_flag; member
1382 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.c51 unsigned int group_flag; member
1444 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/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()
Dperf_event.h185 unsigned int group_flag; member