/kernel/linux/linux-5.10/arch/powerpc/perf/ |
H A D | generic-compat-pmu.c | 41 #define EVENT(_name, _code) _name = _code, macro 44 EVENT(PM_CYC, 0x0001e) enumerator 45 EVENT(PM_INST_CMPL, 0x00002) enumerator 48 #undef EVENT macro
|
H A D | power10-pmu.c | 78 #define EVENT(_name, _code) enum{_name = _code} macro 82 #undef EVENT macro
|
H A D | power8-pmu.c | 16 #define EVENT(_name, _code) _name = _code, macro 22 #undef EVENT macro
|
H A D | power9-pmu.c | 79 #define EVENT(_name, _code) _name = _code, macro 85 #undef EVENT macro
|
H A D | power7-pmu.c | 54 #define EVENT(_name, _code) \ macro 60 #undef EVENT macro 386 #define EVENT(_name, _code) POWER_EVENT_ATTR(_name, _name); macro 388 #undef EVENT macro 390 #define EVENT(_name, _code) POWER_EVENT_PTR(_name), macro 403 #undef EVENT macro
|
/kernel/linux/linux-6.6/arch/powerpc/perf/ |
H A D | generic-compat-pmu.c | 23 #define EVENT(_name, _code) _name = _code, macro 27 EVENT(PM_CYC_ALT, 0x100f0) enumerator 29 EVENT(PM_CYC_INST_CMPL, 0x100f2) enumerator 31 EVENT(PM_FLOP_CMPL, 0x100f4) enumerator 33 EVENT(PM_L1_ITLB_MISS, 0x100f6) enumerator 35 EVENT(PM_NO_INST_AVAIL, 0x100f8) enumerator 37 EVENT(PM_LD_CMPL, 0x100fc) enumerator 39 EVENT(PM_INST_CMPL_ALT, 0x100fe) enumerator 41 EVENT(PM_ST_CMPL, 0x200f0) enumerator 43 EVENT(PM_INST_DIS enumerator 45 EVENT(PM_RUN_CYC, 0x200f4) global() enumerator 47 EVENT(PM_L1_DTLB_RELOAD, 0x200f6) global() enumerator 49 EVENT(PM_BR_TAKEN_CMPL, 0x200fa) global() enumerator 51 EVENT(PM_L1_ICACHE_MISS, 0x200fc) global() enumerator 53 EVENT(PM_L1_RELOAD_FROM_MEM, 0x200fe) global() enumerator 55 EVENT(PM_ST_MISS_L1, 0x300f0) global() enumerator 57 EVENT(PM_INST_DISP_ALT, 0x300f2) global() enumerator 59 EVENT(PM_BR_MISPREDICT, 0x300f6) global() enumerator 61 EVENT(PM_DTLB_MISS, 0x300fc) global() enumerator 63 EVENT(PM_DATA_FROM_L3MISS, 0x300fe) global() enumerator 65 EVENT(PM_LD_MISS_L1, 0x400f0) global() enumerator 67 EVENT(PM_CYC_INST_DISP, 0x400f2) global() enumerator 69 EVENT(PM_BR_MPRED_CMPL, 0x400f6) global() enumerator 71 EVENT(PM_RUN_INST_CMPL, 0x400fa) global() enumerator 73 EVENT(PM_ITLB_MISS, 0x400fc) global() enumerator 75 EVENT(PM_LD_NOT_CACHED, 0x400fe) global() enumerator 77 EVENT(PM_INST_CMPL, 0x500fa) global() enumerator 79 EVENT(PM_CYC, 0x600f4) global() enumerator 82 #undef EVENT global() macro [all...] |
H A D | power8-pmu.c | 16 #define EVENT(_name, _code) _name = _code, macro 22 #undef EVENT macro
|
H A D | power9-pmu.c | 79 #define EVENT(_name, _code) _name = _code, macro 85 #undef EVENT macro
|
H A D | power10-pmu.c | 78 #define EVENT(_name, _code) enum{_name = _code} macro 82 #undef EVENT macro
|
H A D | power7-pmu.c | 54 #define EVENT(_name, _code) \ macro 60 #undef EVENT macro 387 #define EVENT(_name, _code) POWER_EVENT_ATTR(_name, _name); macro 389 #undef EVENT macro 391 #define EVENT(_name, _code) POWER_EVENT_PTR(_name), macro 404 #undef EVENT macro
|
/kernel/linux/linux-6.6/drivers/nvdimm/ |
H A D | nd_perf.c | 15 #define EVENT(_name, _code) enum{_name = _code} macro [all...] |
/kernel/liteos_a/kernel/extended/trace/pipeline/ |
H A D | trace_pipeline.h | 55 EVENT, enumerator
|
/kernel/liteos_m/components/trace/pipeline/ |
H A D | trace_pipeline.h | 55 EVENT, enumerator
|
/kernel/linux/linux-5.10/drivers/atm/ |
H A D | zatm.c | 64 #define EVENT(s,a,b) macro 94 static void EVENT(const char *s,unsigned long a,unsigned long b) in EVENT() function [all...] |
H A D | eni.c | 77 #define EVENT(s,a,b) macro 108 static void EVENT(const char *s,unsigned long a,unsigned long b) in EVENT() function [all...] |
/kernel/linux/linux-6.6/drivers/media/platform/amphion/ |
H A D | vpu_defs.h | 14 EVENT, enumerator
|
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/x86_64/ |
H A D | pmu_event_filter_test.c | 45 #define EVENT(select, umask) ((select & 0xf00UL) << 24 | (select & 0xff) | \ macro [all...] |
/kernel/linux/linux-6.6/drivers/atm/ |
H A D | eni.c | 77 #define EVENT(s,a,b) macro 108 static void EVENT(const char *s,unsigned long a,unsigned long b) in EVENT() function [all...] |