Searched refs:CACHE_OP_UNSUPPORTED (Results 1 – 6 of 6) sorted by relevance
/linux/arch/sparc/kernel/ |
H A 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/arch/arc/kernel/ |
H A D | perf_event.c | 78 #define CACHE_OP_UNSUPPORTED 0xffff macro 91 [C(RESULT_ACCESS)] = CACHE_OP_UNSUPPORTED, 92 [C(RESULT_MISS)] = CACHE_OP_UNSUPPORTED, 101 [C(RESULT_ACCESS)] = CACHE_OP_UNSUPPORTED, 102 [C(RESULT_MISS)] = CACHE_OP_UNSUPPORTED, 105 [C(RESULT_ACCESS)] = CACHE_OP_UNSUPPORTED, 106 [C(RESULT_MISS)] = CACHE_OP_UNSUPPORTED, 111 [C(RESULT_ACCESS)] = CACHE_OP_UNSUPPORTED, 112 [C(RESULT_MISS)] = CACHE_OP_UNSUPPORTED, 115 [C(RESULT_ACCESS)] = CACHE_OP_UNSUPPORTED, [all …]
|
/linux/arch/csky/kernel/ |
H A 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/include/linux/perf/ |
H A D | arm_pmu.h | 41 #define CACHE_OP_UNSUPPORTED 0xFFFF macro 49 [0 ... C(RESULT_MAX) - 1] = CACHE_OP_UNSUPPORTED, \
|
/linux/arch/loongarch/kernel/ |
H A D | perf_event.c | 118 #define CACHE_OP_UNSUPPORTED 0xffffffff macro 126 [0 ... C(RESULT_MAX) - 1] = {CACHE_OP_UNSUPPORTED}, \ 624 if (pev->event_id == CACHE_OP_UNSUPPORTED) in loongarch_pmu_map_cache_event()
|
/linux/drivers/perf/ |
H A D | arm_pmu.c | 146 if (ret == CACHE_OP_UNSUPPORTED) in armpmu_map_cache_event()
|