Home
last modified time | relevance | path

Searched refs:PERF_PMU_CAP_ITRACE (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/arch/x86/events/intel/
H A Dbts.c611 bts_pmu.capabilities = PERF_PMU_CAP_AUX_NO_SG | PERF_PMU_CAP_ITRACE | in bts_init()
H A Dpt.c1793 pt_pmu.pmu.capabilities |= PERF_PMU_CAP_EXCLUSIVE | PERF_PMU_CAP_ITRACE; in pt_init()
/openbmc/linux/drivers/hwtracing/coresight/
H A Dcoresight-etm-perf.c890 PERF_PMU_CAP_ITRACE); in etm_perf_init()
/openbmc/linux/drivers/perf/
H A Darm_spe_pmu.c957 .capabilities = PERF_PMU_CAP_EXCLUSIVE | PERF_PMU_CAP_ITRACE, in arm_spe_pmu_perf_init()
/openbmc/linux/include/linux/
H A Dperf_event.h290 #define PERF_PMU_CAP_ITRACE 0x0020 macro
/openbmc/linux/kernel/events/
H A Dcore.c9469 if (!(event->pmu->capabilities & PERF_PMU_CAP_ITRACE) || in perf_log_itrace_start()