Searched refs:EVENT_ATTR_STR (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/arch/x86/events/intel/ |
D | core.c | 241 EVENT_ATTR_STR(mem-loads, mem_ld_nhm, "event=0x0b,umask=0x10,ldlat=3"); 242 EVENT_ATTR_STR(mem-loads, mem_ld_snb, "event=0xcd,umask=0x1,ldlat=3"); 243 EVENT_ATTR_STR(mem-stores, mem_st_snb, "event=0xcd,umask=0x2"); 268 EVENT_ATTR_STR(topdown-slots-issued, td_slots_issued, 270 EVENT_ATTR_STR(topdown-slots-retired, td_slots_retired, 272 EVENT_ATTR_STR(topdown-fetch-bubbles, td_fetch_bubbles, 1400 EVENT_ATTR_STR(topdown-total-slots, td_total_slots_slm, "event=0x3c"); 1401 EVENT_ATTR_STR(topdown-total-slots.scale, td_total_slots_scale_slm, "2"); 1403 EVENT_ATTR_STR(topdown-fetch-bubbles, td_fetch_bubbles_slm, 1405 EVENT_ATTR_STR(topdown-fetch-bubbles.scale, td_fetch_bubbles_scale_slm, "2"); [all …]
|
/Linux-v4.19/arch/x86/events/amd/ |
D | power.c | 181 EVENT_ATTR_STR(power-pkg, power_pkg, "event=0x01"); 183 EVENT_ATTR_STR(power-pkg.unit, power_pkg_unit, "mWatts"); 186 EVENT_ATTR_STR(power-pkg.scale, power_pkg_scale, "1.000000e-3");
|
/Linux-v4.19/arch/x86/events/ |
D | perf_event.h | 688 #define EVENT_ATTR_STR(_name, v, str) \ macro
|