Searched refs:CACHE_OP_UNSUPPORTED (Results 1 - 6 of 6) sorted by relevance

/linux-master/arch/sparc/kernel/
H A Dperf_event.c149 #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-master/arch/arc/kernel/
H A Dperf_event.c78 #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-master/arch/csky/kernel/
H A Dperf_event.c728 #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-master/include/linux/perf/
H A Darm_pmu.h37 #define CACHE_OP_UNSUPPORTED 0xFFFF macro
45 [0 ... C(RESULT_MAX) - 1] = CACHE_OP_UNSUPPORTED, \
/linux-master/arch/loongarch/kernel/
H A Dperf_event.c118 #define CACHE_OP_UNSUPPORTED 0xffffffff macro
126 [0 ... C(RESULT_MAX) - 1] = {CACHE_OP_UNSUPPORTED}, \
634 if (pev->event_id == CACHE_OP_UNSUPPORTED)
/linux-master/drivers/perf/
H A Darm_pmu.c146 if (ret == CACHE_OP_UNSUPPORTED)

Completed in 188 milliseconds