Searched refs:CACHE_OP_UNSUPPORTED (Results 1 – 8 of 8) sorted by relevance
/Linux-v5.15/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-v5.15/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-v5.15/arch/nds32/include/asm/ |
D | pmu.h | 15 #define CACHE_OP_UNSUPPORTED 0x0 macro 259 CACHE_OP_UNSUPPORTED, 261 CACHE_OP_UNSUPPORTED, 279 CACHE_OP_UNSUPPORTED, 280 [C(RESULT_MISS)] = CACHE_OP_UNSUPPORTED, 286 [C(RESULT_ACCESS)] = CACHE_OP_UNSUPPORTED, 287 [C(RESULT_MISS)] = CACHE_OP_UNSUPPORTED, 290 [C(RESULT_ACCESS)] = CACHE_OP_UNSUPPORTED, 291 [C(RESULT_MISS)] = CACHE_OP_UNSUPPORTED, 295 CACHE_OP_UNSUPPORTED, [all …]
|
/Linux-v5.15/arch/csky/kernel/ |
D | perf_event.c | 728 #define CACHE_OP_UNSUPPORTED 0xffff macro 733 [C(RESULT_ACCESS)] = CACHE_OP_UNSUPPORTED, 734 [C(RESULT_MISS)] = CACHE_OP_UNSUPPORTED, 737 [C(RESULT_ACCESS)] = CACHE_OP_UNSUPPORTED, 738 [C(RESULT_MISS)] = CACHE_OP_UNSUPPORTED, 754 [C(RESULT_ACCESS)] = CACHE_OP_UNSUPPORTED, 755 [C(RESULT_MISS)] = CACHE_OP_UNSUPPORTED, 765 [C(RESULT_ACCESS)] = CACHE_OP_UNSUPPORTED, 766 [C(RESULT_MISS)] = CACHE_OP_UNSUPPORTED, 769 [C(RESULT_ACCESS)] = CACHE_OP_UNSUPPORTED, [all …]
|
/Linux-v5.15/include/linux/perf/ |
D | arm_pmu.h | 32 #define CACHE_OP_UNSUPPORTED 0xFFFF macro 40 [0 ... C(RESULT_MAX) - 1] = CACHE_OP_UNSUPPORTED, \
|
/Linux-v5.15/arch/arc/kernel/ |
D | perf_event.c | 156 if (ret == CACHE_OP_UNSUPPORTED) in arc_pmu_cache_event()
|
/Linux-v5.15/drivers/perf/ |
D | arm_pmu.c | 142 if (ret == CACHE_OP_UNSUPPORTED) in armpmu_map_cache_event()
|
/Linux-v5.15/arch/nds32/kernel/ |
D | perf_event_cpu.c | 62 if (ret == CACHE_OP_UNSUPPORTED) in nds32_pmu_map_cache_event()
|