Home
last modified time | relevance | path

Searched refs:EVENT_ATTR_STR (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/arch/x86/events/amd/
H A Dpower.c167 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");
H A Dcore.c1372 EVENT_ATTR_STR(branch-brs, amd_branch_brs,
/linux-6.15/arch/x86/events/intel/
H A Dcore.c464 EVENT_ATTR_STR(topdown-slots-issued, td_slots_issued,
466 EVENT_ATTR_STR(topdown-slots-retired, td_slots_retired,
468 EVENT_ATTR_STR(topdown-fetch-bubbles, td_fetch_bubbles,
476 EVENT_ATTR_STR(slots, slots, "event=0x00,umask=0x4");
1715 EVENT_ATTR_STR(topdown-fetch-bubbles, td_fetch_bubbles_slm,
1719 EVENT_ATTR_STR(topdown-slots-issued, td_slots_issued_slm,
1722 EVENT_ATTR_STR(topdown-slots-retired, td_slots_retired_slm,
5729 EVENT_ATTR_STR(tx-start, tx_start, "event=0xc9,umask=0x1");
5731 EVENT_ATTR_STR(tx-abort, tx_abort, "event=0xc9,umask=0x4");
5734 EVENT_ATTR_STR(el-start, el_start, "event=0xc8,umask=0x1");
[all …]
/linux-6.15/arch/x86/events/
H A Dperf_event.h1063 #define EVENT_ATTR_STR(_name, v, str) \ macro