Home
last modified time | relevance | path

Searched defs:hw_cache_event (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/perf/
H A Driscv_pmu_sbi.c111 struct hw_cache_event { struct
112 uint32_t result_id:1;
113 uint32_t op_id:2;
114 uint32_t cache_id:13;
115 uint32_t event_type:4;
116 uint32_t reserved:12;
117 } hw_cache_event; member