Searched refs:EVENT_PTR (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/arch/x86/kernel/cpu/ |
D | perf_event_intel_rapl.c | 440 EVENT_PTR(rapl_cores), 441 EVENT_PTR(rapl_pkg), 442 EVENT_PTR(rapl_ram), 444 EVENT_PTR(rapl_cores_unit), 445 EVENT_PTR(rapl_pkg_unit), 446 EVENT_PTR(rapl_ram_unit), 448 EVENT_PTR(rapl_cores_scale), 449 EVENT_PTR(rapl_pkg_scale), 450 EVENT_PTR(rapl_ram_scale), 455 EVENT_PTR(rapl_cores), [all …]
|
D | perf_event_intel.c | 221 EVENT_PTR(mem_ld_nhm), 226 EVENT_PTR(mem_ld_snb), 227 EVENT_PTR(mem_st_snb), 3211 EVENT_PTR(tx_start), 3212 EVENT_PTR(tx_commit), 3213 EVENT_PTR(tx_abort), 3214 EVENT_PTR(tx_capacity), 3215 EVENT_PTR(tx_conflict), 3216 EVENT_PTR(el_start), 3217 EVENT_PTR(el_commit), [all …]
|
D | perf_event_intel_cqm.c | 1149 EVENT_PTR(intel_cqm_llc), 1150 EVENT_PTR(intel_cqm_llc_pkg), 1151 EVENT_PTR(intel_cqm_llc_unit), 1152 EVENT_PTR(intel_cqm_llc_scale), 1153 EVENT_PTR(intel_cqm_llc_snapshot),
|
D | perf_event.c | 1620 EVENT_PTR(CPU_CYCLES), 1621 EVENT_PTR(INSTRUCTIONS), 1622 EVENT_PTR(CACHE_REFERENCES), 1623 EVENT_PTR(CACHE_MISSES), 1624 EVENT_PTR(BRANCH_INSTRUCTIONS), 1625 EVENT_PTR(BRANCH_MISSES), 1626 EVENT_PTR(BUS_CYCLES), 1627 EVENT_PTR(STALLED_CYCLES_FRONTEND), 1628 EVENT_PTR(STALLED_CYCLES_BACKEND), 1629 EVENT_PTR(REF_CPU_CYCLES),
|
D | perf_event.h | 654 #define EVENT_PTR(_id) &event_attr_##_id.attr.attr macro
|
/linux-4.4.14/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.4.14/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)
|