Searched refs:CACHE_OP_UNSUPPORTED (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/arch/arc/include/asm/ |
D | perf_event.h | 124 #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/ |
D | perf_event.c | 147 #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/ |
D | perf_event.c | 405 [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 …]
|
D | perf_event.h | 103 #define CACHE_OP_UNSUPPORTED 0xfffe macro
|
/linux-4.4.14/include/linux/perf/ |
D | arm_pmu.h | 42 #define CACHE_OP_UNSUPPORTED 0xFFFF macro 50 [0 ... C(RESULT_MAX) - 1] = CACHE_OP_UNSUPPORTED, \
|
/linux-4.4.14/arch/arc/kernel/ |
D | perf_event.c | 141 if (ret == CACHE_OP_UNSUPPORTED) in arc_pmu_cache_event()
|
/linux-4.4.14/drivers/perf/ |
D | arm_pmu.c | 52 if (ret == CACHE_OP_UNSUPPORTED) in armpmu_map_cache_event()
|