Home
last modified time | relevance | path

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

/linux-4.4.14/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-4.4.14/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.4.14/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.4.14/include/linux/perf/
Darm_pmu.h42 #define CACHE_OP_UNSUPPORTED 0xFFFF macro
50 [0 ... C(RESULT_MAX) - 1] = CACHE_OP_UNSUPPORTED, \
/linux-4.4.14/arch/arc/kernel/
Dperf_event.c141 if (ret == CACHE_OP_UNSUPPORTED) in arc_pmu_cache_event()
/linux-4.4.14/drivers/perf/
Darm_pmu.c52 if (ret == CACHE_OP_UNSUPPORTED) in armpmu_map_cache_event()