Home
last modified time | relevance | path

Searched refs:CACHE_OP_UNSUPPORTED (Results 1 – 8 of 8) sorted by relevance

/Linux-v5.15/arch/arc/include/asm/
Dperf_event.h124 #define CACHE_OP_UNSUPPORTED 0xffff macro
137 [C(RESULT_ACCESS)] = CACHE_OP_UNSUPPORTED,
138 [C(RESULT_MISS)] = CACHE_OP_UNSUPPORTED,
147 [C(RESULT_ACCESS)] = CACHE_OP_UNSUPPORTED,
148 [C(RESULT_MISS)] = CACHE_OP_UNSUPPORTED,
151 [C(RESULT_ACCESS)] = CACHE_OP_UNSUPPORTED,
152 [C(RESULT_MISS)] = CACHE_OP_UNSUPPORTED,
157 [C(RESULT_ACCESS)] = CACHE_OP_UNSUPPORTED,
158 [C(RESULT_MISS)] = CACHE_OP_UNSUPPORTED,
161 [C(RESULT_ACCESS)] = CACHE_OP_UNSUPPORTED,
[all …]
/Linux-v5.15/arch/sparc/kernel/
Dperf_event.c149 #define CACHE_OP_UNSUPPORTED 0xfffe macro
231 [C(RESULT_ACCESS)] = { CACHE_OP_UNSUPPORTED },
232 [C(RESULT_MISS)] = { CACHE_OP_UNSUPPORTED },
245 [ C(RESULT_ACCESS) ] = { CACHE_OP_UNSUPPORTED },
246 [ C(RESULT_MISS) ] = { CACHE_OP_UNSUPPORTED },
259 [C(RESULT_ACCESS)] = { CACHE_OP_UNSUPPORTED },
260 [C(RESULT_MISS)] = { CACHE_OP_UNSUPPORTED },
265 [C(RESULT_ACCESS)] = { CACHE_OP_UNSUPPORTED },
269 [ C(RESULT_ACCESS) ] = { CACHE_OP_UNSUPPORTED },
270 [ C(RESULT_MISS) ] = { CACHE_OP_UNSUPPORTED },
[all …]
/Linux-v5.15/arch/nds32/include/asm/
Dpmu.h15 #define CACHE_OP_UNSUPPORTED 0x0 macro
259 CACHE_OP_UNSUPPORTED,
261 CACHE_OP_UNSUPPORTED,
279 CACHE_OP_UNSUPPORTED,
280 [C(RESULT_MISS)] = CACHE_OP_UNSUPPORTED,
286 [C(RESULT_ACCESS)] = CACHE_OP_UNSUPPORTED,
287 [C(RESULT_MISS)] = CACHE_OP_UNSUPPORTED,
290 [C(RESULT_ACCESS)] = CACHE_OP_UNSUPPORTED,
291 [C(RESULT_MISS)] = CACHE_OP_UNSUPPORTED,
295 CACHE_OP_UNSUPPORTED,
[all …]
/Linux-v5.15/arch/csky/kernel/
Dperf_event.c728 #define CACHE_OP_UNSUPPORTED 0xffff macro
733 [C(RESULT_ACCESS)] = CACHE_OP_UNSUPPORTED,
734 [C(RESULT_MISS)] = CACHE_OP_UNSUPPORTED,
737 [C(RESULT_ACCESS)] = CACHE_OP_UNSUPPORTED,
738 [C(RESULT_MISS)] = CACHE_OP_UNSUPPORTED,
754 [C(RESULT_ACCESS)] = CACHE_OP_UNSUPPORTED,
755 [C(RESULT_MISS)] = CACHE_OP_UNSUPPORTED,
765 [C(RESULT_ACCESS)] = CACHE_OP_UNSUPPORTED,
766 [C(RESULT_MISS)] = CACHE_OP_UNSUPPORTED,
769 [C(RESULT_ACCESS)] = CACHE_OP_UNSUPPORTED,
[all …]
/Linux-v5.15/include/linux/perf/
Darm_pmu.h32 #define CACHE_OP_UNSUPPORTED 0xFFFF macro
40 [0 ... C(RESULT_MAX) - 1] = CACHE_OP_UNSUPPORTED, \
/Linux-v5.15/arch/arc/kernel/
Dperf_event.c156 if (ret == CACHE_OP_UNSUPPORTED) in arc_pmu_cache_event()
/Linux-v5.15/drivers/perf/
Darm_pmu.c142 if (ret == CACHE_OP_UNSUPPORTED) in armpmu_map_cache_event()
/Linux-v5.15/arch/nds32/kernel/
Dperf_event_cpu.c62 if (ret == CACHE_OP_UNSUPPORTED) in nds32_pmu_map_cache_event()