Searched refs:PERF_HES_ARCH (Results 1 - 6 of 6) sorted by relevance

/linux-master/drivers/perf/
H A Darm-cci.c635 * Program the CCI PMU counters which have PERF_HES_ARCH set
655 if (event->hw.state & PERF_HES_ARCH) {
657 event->hw.state &= ~PERF_HES_ARCH;
1016 * CCI PMU uses PERF_HES_ARCH to keep track of the counters, whose
1021 hwc->state |= PERF_HES_ARCH;
/linux-master/arch/sparc/kernel/
H A Dperf_event.c936 cp->hw.state |= PERF_HES_ARCH;
969 if (hwc->state & PERF_HES_ARCH) {
1000 if (cp->hw.state & PERF_HES_ARCH)
1390 event->hw.state |= PERF_HES_ARCH;
/linux-master/arch/x86/events/intel/
H A Duncore.c607 hwc->state |= PERF_HES_ARCH;
626 hwc->state |= PERF_HES_ARCH;
642 if (hwc->state & PERF_HES_ARCH)
/linux-master/drivers/dma/idxd/
H A Dperfmon.c421 hwc->state |= PERF_HES_ARCH;
/linux-master/arch/x86/events/
H A Dcore.c1323 hwc->state |= PERF_HES_ARCH;
1340 if (hwc->state & PERF_HES_ARCH)
1453 hwc->state |= PERF_HES_ARCH;
/linux-master/include/linux/
H A Dperf_event.h221 #define PERF_HES_ARCH 0x04 macro

Completed in 132 milliseconds