Searched refs:EVENT_PTR (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/arch/x86/kernel/cpu/ |
D | perf_event_intel_rapl.c | 443 EVENT_PTR(rapl_cores), 444 EVENT_PTR(rapl_pkg), 445 EVENT_PTR(rapl_ram), 447 EVENT_PTR(rapl_cores_unit), 448 EVENT_PTR(rapl_pkg_unit), 449 EVENT_PTR(rapl_ram_unit), 451 EVENT_PTR(rapl_cores_scale), 452 EVENT_PTR(rapl_pkg_scale), 453 EVENT_PTR(rapl_ram_scale), 458 EVENT_PTR(rapl_cores), [all …]
|
D | perf_event_intel.c | 201 EVENT_PTR(mem_ld_nhm), 206 EVENT_PTR(mem_ld_snb), 207 EVENT_PTR(mem_st_snb), 2968 EVENT_PTR(tx_start), 2969 EVENT_PTR(tx_commit), 2970 EVENT_PTR(tx_abort), 2971 EVENT_PTR(tx_capacity), 2972 EVENT_PTR(tx_conflict), 2973 EVENT_PTR(el_start), 2974 EVENT_PTR(el_commit), [all …]
|
D | perf_event_intel_cqm.c | 1143 EVENT_PTR(intel_cqm_llc), 1144 EVENT_PTR(intel_cqm_llc_pkg), 1145 EVENT_PTR(intel_cqm_llc_unit), 1146 EVENT_PTR(intel_cqm_llc_scale), 1147 EVENT_PTR(intel_cqm_llc_snapshot),
|
D | perf_event.c | 1598 EVENT_PTR(CPU_CYCLES), 1599 EVENT_PTR(INSTRUCTIONS), 1600 EVENT_PTR(CACHE_REFERENCES), 1601 EVENT_PTR(CACHE_MISSES), 1602 EVENT_PTR(BRANCH_INSTRUCTIONS), 1603 EVENT_PTR(BRANCH_MISSES), 1604 EVENT_PTR(BUS_CYCLES), 1605 EVENT_PTR(STALLED_CYCLES_FRONTEND), 1606 EVENT_PTR(STALLED_CYCLES_BACKEND), 1607 EVENT_PTR(REF_CPU_CYCLES),
|
D | perf_event.h | 636 #define EVENT_PTR(_id) &event_attr_##_id.attr.attr macro
|
/linux-4.1.27/arch/powerpc/include/asm/ |
D | perf_event_server.h | 141 #define EVENT_PTR(_id, _suffix) &EVENT_VAR(_id, _suffix).attr.attr macro 148 #define GENERIC_EVENT_PTR(_id) EVENT_PTR(_id, _g) 151 #define POWER_EVENT_PTR(_id) EVENT_PTR(_id, _p)
|
/linux-4.1.27/arch/s390/include/asm/ |
D | perf_event.h | 30 #define EVENT_PTR(_cat, _name) (&EVENT_VAR(_cat, _name).attr.attr) macro 34 #define CPUMF_EVENT_PTR(cat, name) EVENT_PTR(cat, name)
|