Searched refs:EVENT_ATTR_STR (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.4/arch/x86/events/amd/ |
D | power.c | 171 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");
|
/Linux-v5.4/arch/x86/events/intel/ |
D | core.c | 273 EVENT_ATTR_STR(mem-loads, mem_ld_nhm, "event=0x0b,umask=0x10,ldlat=3"); 274 EVENT_ATTR_STR(mem-loads, mem_ld_snb, "event=0xcd,umask=0x1,ldlat=3"); 275 EVENT_ATTR_STR(mem-stores, mem_st_snb, "event=0xcd,umask=0x2"); 300 EVENT_ATTR_STR(topdown-slots-issued, td_slots_issued, 302 EVENT_ATTR_STR(topdown-slots-retired, td_slots_retired, 304 EVENT_ATTR_STR(topdown-fetch-bubbles, td_fetch_bubbles, 1436 EVENT_ATTR_STR(topdown-total-slots, td_total_slots_slm, "event=0x3c"); 1437 EVENT_ATTR_STR(topdown-total-slots.scale, td_total_slots_scale_slm, "2"); 1439 EVENT_ATTR_STR(topdown-fetch-bubbles, td_fetch_bubbles_slm, 1441 EVENT_ATTR_STR(topdown-fetch-bubbles.scale, td_fetch_bubbles_scale_slm, "2"); [all …]
|
/Linux-v5.4/arch/x86/events/ |
D | perf_event.h | 749 #define EVENT_ATTR_STR(_name, v, str) \ macro
|