Home
last modified time | relevance | path

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

/arch/x86/events/amd/
Dpower.c171 EVENT_ATTR_STR(power-pkg, power_pkg, "event=0x01");
173 EVENT_ATTR_STR(power-pkg.unit, power_pkg_unit, "mWatts");
176 EVENT_ATTR_STR(power-pkg.scale, power_pkg_scale, "1.000000e-3");
/arch/x86/events/intel/
Dcore.c275 EVENT_ATTR_STR(mem-loads, mem_ld_nhm, "event=0x0b,umask=0x10,ldlat=3");
276 EVENT_ATTR_STR(mem-loads, mem_ld_snb, "event=0xcd,umask=0x1,ldlat=3");
277 EVENT_ATTR_STR(mem-stores, mem_st_snb, "event=0xcd,umask=0x2");
302 EVENT_ATTR_STR(topdown-slots-issued, td_slots_issued,
304 EVENT_ATTR_STR(topdown-slots-retired, td_slots_retired,
306 EVENT_ATTR_STR(topdown-fetch-bubbles, td_fetch_bubbles,
1438 EVENT_ATTR_STR(topdown-total-slots, td_total_slots_slm, "event=0x3c");
1439 EVENT_ATTR_STR(topdown-total-slots.scale, td_total_slots_scale_slm, "2");
1441 EVENT_ATTR_STR(topdown-fetch-bubbles, td_fetch_bubbles_slm,
1443 EVENT_ATTR_STR(topdown-fetch-bubbles.scale, td_fetch_bubbles_scale_slm, "2");
[all …]
/arch/x86/events/
Dperf_event.h751 #define EVENT_ATTR_STR(_name, v, str) \ macro