Home
last modified time | relevance | path

Searched refs: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
117 } hw_cache_event; member
162 [C(RESULT_ACCESS)] = {.hw_cache_event = {C(RESULT_ACCESS),
164 [C(RESULT_MISS)] = {.hw_cache_event = {C(RESULT_MISS),
168 [C(RESULT_ACCESS)] = {.hw_cache_event = {C(RESULT_ACCESS),
170 [C(RESULT_MISS)] = {.hw_cache_event = {C(RESULT_MISS),
174 [C(RESULT_ACCESS)] = {.hw_cache_event = {C(RESULT_ACCESS),
176 [C(RESULT_MISS)] = {.hw_cache_event = {C(RESULT_MISS),
182 [C(RESULT_ACCESS)] = {.hw_cache_event = {C(RESULT_ACCESS),
184 [C(RESULT_MISS)] = {.hw_cache_event = {C(RESULT_MISS), C(OP_READ),
[all …]