Searched refs:CACHE_OP_UNSUPPORTED (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/arch/arc/include/asm/ |
D | perf_event.h | 127 #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/ |
D | perf_event.c | 149 #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/ |
D | arm_pmu.h | 36 #define CACHE_OP_UNSUPPORTED 0xFFFF macro 44 [0 ... C(RESULT_MAX) - 1] = CACHE_OP_UNSUPPORTED, \
|
/Linux-v4.19/arch/arc/kernel/ |
D | perf_event.c | 141 if (ret == CACHE_OP_UNSUPPORTED) in arc_pmu_cache_event()
|
/Linux-v4.19/drivers/perf/ |
D | arm_pmu.c | 65 if (ret == CACHE_OP_UNSUPPORTED) in armpmu_map_cache_event()
|