Searched refs:EVENT_ATTR_STR (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/arch/x86/events/intel/ |
A D | core.c | 380 EVENT_ATTR_STR(topdown-slots-issued, td_slots_issued, 382 EVENT_ATTR_STR(topdown-slots-retired, td_slots_retired, 384 EVENT_ATTR_STR(topdown-fetch-bubbles, td_fetch_bubbles, 392 EVENT_ATTR_STR(slots, slots, "event=0x00,umask=0x4"); 1631 EVENT_ATTR_STR(topdown-fetch-bubbles, td_fetch_bubbles_slm, 1635 EVENT_ATTR_STR(topdown-slots-issued, td_slots_issued_slm, 1638 EVENT_ATTR_STR(topdown-slots-retired, td_slots_retired_slm, 5215 EVENT_ATTR_STR(tx-start, tx_start, "event=0xc9,umask=0x1"); 5217 EVENT_ATTR_STR(tx-abort, tx_abort, "event=0xc9,umask=0x4"); 5220 EVENT_ATTR_STR(el-start, el_start, "event=0xc8,umask=0x1"); [all …]
|
/linux-6.3-rc2/arch/x86/events/amd/ |
A D | power.c | 167 EVENT_ATTR_STR(power-pkg, power_pkg, "event=0x01"); 169 EVENT_ATTR_STR(power-pkg.unit, power_pkg_unit, "mWatts"); 172 EVENT_ATTR_STR(power-pkg.scale, power_pkg_scale, "1.000000e-3");
|
A D | core.c | 1297 EVENT_ATTR_STR(branch-brs, amd_branch_brs,
|
/linux-6.3-rc2/arch/x86/events/ |
A D | perf_event.h | 1019 #define EVENT_ATTR_STR(_name, v, str) \ macro
|
Completed in 24 milliseconds