Home
last modified time | relevance | path

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

/linux-4.1.27/arch/arc/include/asm/
Dperf_event.h113 #define CACHE_OP_UNSUPPORTED 0xffff macro
126 [C(RESULT_ACCESS)] = CACHE_OP_UNSUPPORTED,
127 [C(RESULT_MISS)] = CACHE_OP_UNSUPPORTED,
136 [C(RESULT_ACCESS)] = CACHE_OP_UNSUPPORTED,
137 [C(RESULT_MISS)] = CACHE_OP_UNSUPPORTED,
140 [C(RESULT_ACCESS)] = CACHE_OP_UNSUPPORTED,
141 [C(RESULT_MISS)] = CACHE_OP_UNSUPPORTED,
146 [C(RESULT_ACCESS)] = CACHE_OP_UNSUPPORTED,
147 [C(RESULT_MISS)] = CACHE_OP_UNSUPPORTED,
150 [C(RESULT_ACCESS)] = CACHE_OP_UNSUPPORTED,
[all …]
/linux-4.1.27/arch/sparc/kernel/
Dperf_event.c147 #define CACHE_OP_UNSUPPORTED 0xfffe macro
229 [C(RESULT_ACCESS)] = { CACHE_OP_UNSUPPORTED },
230 [C(RESULT_MISS)] = { CACHE_OP_UNSUPPORTED },
243 [ C(RESULT_ACCESS) ] = { CACHE_OP_UNSUPPORTED },
244 [ C(RESULT_MISS) ] = { CACHE_OP_UNSUPPORTED },
257 [C(RESULT_ACCESS)] = { CACHE_OP_UNSUPPORTED },
258 [C(RESULT_MISS)] = { CACHE_OP_UNSUPPORTED },
263 [C(RESULT_ACCESS)] = { CACHE_OP_UNSUPPORTED },
267 [ C(RESULT_ACCESS) ] = { CACHE_OP_UNSUPPORTED },
268 [ C(RESULT_MISS) ] = { CACHE_OP_UNSUPPORTED },
[all …]
/linux-4.1.27/arch/metag/kernel/perf/
Dperf_event.c405 [C(RESULT_MISS)] = CACHE_OP_UNSUPPORTED,
408 [C(RESULT_ACCESS)] = CACHE_OP_UNSUPPORTED,
409 [C(RESULT_MISS)] = CACHE_OP_UNSUPPORTED,
412 [C(RESULT_ACCESS)] = CACHE_OP_UNSUPPORTED,
413 [C(RESULT_MISS)] = CACHE_OP_UNSUPPORTED,
422 [C(RESULT_ACCESS)] = CACHE_OP_UNSUPPORTED,
423 [C(RESULT_MISS)] = CACHE_OP_UNSUPPORTED,
426 [C(RESULT_ACCESS)] = CACHE_OP_UNSUPPORTED,
427 [C(RESULT_MISS)] = CACHE_OP_UNSUPPORTED,
432 [C(RESULT_ACCESS)] = CACHE_OP_UNSUPPORTED,
[all …]
Dperf_event.h103 #define CACHE_OP_UNSUPPORTED 0xfffe macro
/linux-4.1.27/arch/arm64/kernel/
Dperf_event.c79 #define CACHE_OP_UNSUPPORTED 0xFFFF macro
104 if (ret == CACHE_OP_UNSUPPORTED) in armpmu_map_cache_event()
730 [C(RESULT_ACCESS)] = CACHE_OP_UNSUPPORTED,
731 [C(RESULT_MISS)] = CACHE_OP_UNSUPPORTED,
736 [C(RESULT_ACCESS)] = CACHE_OP_UNSUPPORTED,
737 [C(RESULT_MISS)] = CACHE_OP_UNSUPPORTED,
740 [C(RESULT_ACCESS)] = CACHE_OP_UNSUPPORTED,
741 [C(RESULT_MISS)] = CACHE_OP_UNSUPPORTED,
744 [C(RESULT_ACCESS)] = CACHE_OP_UNSUPPORTED,
745 [C(RESULT_MISS)] = CACHE_OP_UNSUPPORTED,
[all …]
/linux-4.1.27/arch/arm/include/asm/
Dpmu.h54 #define CACHE_OP_UNSUPPORTED 0xFFFF macro
62 [0 ... C(RESULT_MAX) - 1] = CACHE_OP_UNSUPPORTED, \
/linux-4.1.27/arch/arc/kernel/
Dperf_event.c129 if (ret == CACHE_OP_UNSUPPORTED) in arc_pmu_cache_event()
/linux-4.1.27/arch/arm/kernel/
Dperf_event.c46 if (ret == CACHE_OP_UNSUPPORTED) in armpmu_map_cache_event()