Home
last modified time | relevance | path

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

/Linux-v4.19/arch/arc/include/asm/
Dperf_event.h127 #define CACHE_OP_UNSUPPORTED 0xffff macro
140 [C(RESULT_ACCESS)] = CACHE_OP_UNSUPPORTED,
141 [C(RESULT_MISS)] = CACHE_OP_UNSUPPORTED,
150 [C(RESULT_ACCESS)] = CACHE_OP_UNSUPPORTED,
151 [C(RESULT_MISS)] = CACHE_OP_UNSUPPORTED,
154 [C(RESULT_ACCESS)] = CACHE_OP_UNSUPPORTED,
155 [C(RESULT_MISS)] = CACHE_OP_UNSUPPORTED,
160 [C(RESULT_ACCESS)] = CACHE_OP_UNSUPPORTED,
161 [C(RESULT_MISS)] = CACHE_OP_UNSUPPORTED,
164 [C(RESULT_ACCESS)] = CACHE_OP_UNSUPPORTED,
[all …]
/Linux-v4.19/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-v4.19/include/linux/perf/
Darm_pmu.h36 #define CACHE_OP_UNSUPPORTED 0xFFFF macro
44 [0 ... C(RESULT_MAX) - 1] = CACHE_OP_UNSUPPORTED, \
/Linux-v4.19/arch/arc/kernel/
Dperf_event.c141 if (ret == CACHE_OP_UNSUPPORTED) in arc_pmu_cache_event()
/Linux-v4.19/drivers/perf/
Darm_pmu.c65 if (ret == CACHE_OP_UNSUPPORTED) in armpmu_map_cache_event()