Home
last modified time | relevance | path

Searched defs:EVENT (Results 1 - 18 of 18) sorted by relevance

/kernel/linux/linux-5.10/arch/powerpc/perf/
H A Dgeneric-compat-pmu.c41 #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 Dpower10-pmu.c78 #define EVENT(_name, _code) enum{_name = _code} macro
82 #undef EVENT macro
H A Dpower8-pmu.c16 #define EVENT(_name, _code) _name = _code, macro
22 #undef EVENT macro
H A Dpower9-pmu.c79 #define EVENT(_name, _code) _name = _code, macro
85 #undef EVENT macro
H A Dpower7-pmu.c54 #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 Dgeneric-compat-pmu.c23 #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 Dpower8-pmu.c16 #define EVENT(_name, _code) _name = _code, macro
22 #undef EVENT macro
H A Dpower9-pmu.c79 #define EVENT(_name, _code) _name = _code, macro
85 #undef EVENT macro
H A Dpower10-pmu.c78 #define EVENT(_name, _code) enum{_name = _code} macro
82 #undef EVENT macro
H A Dpower7-pmu.c54 #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 Dnd_perf.c15 #define EVENT(_name, _code) enum{_name = _code} macro
[all...]
/kernel/liteos_a/kernel/extended/trace/pipeline/
H A Dtrace_pipeline.h55 EVENT, enumerator
/kernel/liteos_m/components/trace/pipeline/
H A Dtrace_pipeline.h55 EVENT, enumerator
/kernel/linux/linux-5.10/drivers/atm/
H A Dzatm.c64 #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 Deni.c77 #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 Dvpu_defs.h14 EVENT, enumerator
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/x86_64/
H A Dpmu_event_filter_test.c45 #define EVENT(select, umask) ((select & 0xf00UL) << 24 | (select & 0xff) | \ macro
[all...]
/kernel/linux/linux-6.6/drivers/atm/
H A Deni.c77 #define EVENT(s,a,b) macro
108 static void EVENT(const char *s,unsigned long a,unsigned long b) in EVENT() function
[all...]

Completed in 12 milliseconds