Home
last modified time | relevance | path

Searched refs:PERF_X86_EVENT_PEBS_VIA_PT (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/arch/x86/events/
Dperf_event.h79 #define PERF_X86_EVENT_PEBS_VIA_PT 0x0800 /* use PT buffer for PEBS */ macro
1078 return !!(event->hw.flags & PERF_X86_EVENT_PEBS_VIA_PT); in is_pebs_pt()
/Linux-v5.10/arch/x86/events/intel/
Dds.c1069 if (hwc->flags & PERF_X86_EVENT_PEBS_VIA_PT) in intel_pmu_pebs_add()
1153 if (hwc->flags & PERF_X86_EVENT_PEBS_VIA_PT) in intel_pmu_pebs_del()
Dcore.c3598 event->hw.flags |= PERF_X86_EVENT_PEBS_VIA_PT; in intel_pmu_hw_config()