Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dperf_event.h60 enum perf_hw_id { enum
/linux/tools/include/uapi/linux/
H A Dperf_event.h60 enum perf_hw_id { enum
/linux/arch/x86/kvm/vmx/
H A Dpmu_intel.c432 const enum perf_hw_id fixed_pmc_perf_ids[] = { in intel_get_fixed_pmc_eventsel()
/linux/arch/riscv/kvm/
H A Dvcpu_pmu.c24 static enum perf_hw_id hw_event_perf_map[SBI_PMU_HW_GENERAL_MAX] = {
/linux/tools/perf/
H A Ddesign.txt98 enum perf_hw_id {
/linux/tools/perf/tests/
H A Dparse-events.c166 static int assert_hw(struct perf_evsel *evsel, enum perf_hw_id id, const char *name) in assert_hw()