Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/perf/
Driscv_pmu_sbi.c60 struct hw_cache_event { struct
61 uint32_t result_id:1;
62 uint32_t op_id:2;
63 uint32_t cache_id:13;
64 uint32_t event_type:4;
65 uint32_t reserved:12;
66 } hw_cache_event; member