Searched refs:EVENT_PTR (Results 1 – 2 of 2) sorted by relevance
| /linux/arch/x86/events/ |
| H A D | rapl.c | 496 EVENT_PTR(rapl_cores), 497 EVENT_PTR(rapl_cores_unit), 498 EVENT_PTR(rapl_cores_scale), 508 EVENT_PTR(rapl_pkg), 509 EVENT_PTR(rapl_pkg_unit), 510 EVENT_PTR(rapl_pkg_scale), 520 EVENT_PTR(rapl_ram), 521 EVENT_PTR(rapl_ram_unit), 522 EVENT_PTR(rapl_ram_scale), 532 EVENT_PTR(rapl_gpu), [all …]
|
| /linux/arch/s390/include/asm/ |
| H A D | perf_event.h | 31 #define EVENT_PTR(_cat, _name) (&EVENT_VAR(_cat, _name).attr.attr) macro 35 #define CPUMF_EVENT_PTR(cat, name) EVENT_PTR(cat, name)
|