Searched refs:CACHE_OP_UNSUPPORTED (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/arch/arc/include/asm/ |
D | perf_event.h | 113 #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/ |
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.1.27/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.1.27/arch/arm64/kernel/ |
D | perf_event.c | 79 #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/ |
D | pmu.h | 54 #define CACHE_OP_UNSUPPORTED 0xFFFF macro 62 [0 ... C(RESULT_MAX) - 1] = CACHE_OP_UNSUPPORTED, \
|
/linux-4.1.27/arch/arc/kernel/ |
D | perf_event.c | 129 if (ret == CACHE_OP_UNSUPPORTED) in arc_pmu_cache_event()
|
/linux-4.1.27/arch/arm/kernel/ |
D | perf_event.c | 46 if (ret == CACHE_OP_UNSUPPORTED) in armpmu_map_cache_event()
|