Home
last modified time | relevance | path

Searched refs:PERF_HW_EVENT_MASK (Results 1 – 9 of 9) sorted by relevance

/linux-6.15/tools/perf/arch/x86/tests/
H A Dhybrid.c12 return (evsel->core.attr.config & PERF_HW_EVENT_MASK) == expected_config; in test_config()
17 return (evsel->attr.config & PERF_HW_EVENT_MASK) == expected_config; in test_perf_config()
/linux-6.15/tools/perf/arch/x86/util/
H A Devsel.c74 u64 event = evsel->core.attr.config & PERF_HW_EVENT_MASK; in arch_evsel__hw_name()
/linux-6.15/tools/include/uapi/linux/
H A Dperf_event.h53 #define PERF_HW_EVENT_MASK 0xffffffff macro
/linux-6.15/include/uapi/linux/
H A Dperf_event.h53 #define PERF_HW_EVENT_MASK 0xffffffff macro
/linux-6.15/tools/perf/util/
H A Dperf_event_attr_fprintf.c97 switch (value & PERF_HW_EVENT_MASK) { in stringify_perf_hw_id()
H A Devsel.c1878 e_config &= PERF_HW_EVENT_MASK; in __evsel__match()
/linux-6.15/tools/perf/tests/
H A Dparse-events.c47 config &= PERF_HW_EVENT_MASK; in test_config()
54 return (evsel->attr.config & PERF_HW_EVENT_MASK) == expected_config; in test_perf_config()
/linux-6.15/arch/x86/events/intel/
H A Dcore.c4041 config = event->attr.config & PERF_HW_EVENT_MASK; in intel_pmu_freq_start_period()
/linux-6.15/kernel/events/
H A Dcore.c12386 event->attr.config &= PERF_HW_EVENT_MASK; in perf_init_event()