Home
last modified time | relevance | path

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

/Linux-v6.6/arch/x86/events/intel/
Dcore.c363 EVENT_ATTR_STR(mem-loads, mem_ld_nhm, "event=0x0b,umask=0x10,ldlat=3");
364 EVENT_ATTR_STR(mem-loads, mem_ld_snb, "event=0xcd,umask=0x1,ldlat=3");
365 EVENT_ATTR_STR(mem-stores, mem_st_snb, "event=0xcd,umask=0x2");
390 EVENT_ATTR_STR(topdown-slots-issued, td_slots_issued,
392 EVENT_ATTR_STR(topdown-slots-retired, td_slots_retired,
394 EVENT_ATTR_STR(topdown-fetch-bubbles, td_fetch_bubbles,
402 EVENT_ATTR_STR(slots, slots, "event=0x00,umask=0x4");
403 EVENT_ATTR_STR(topdown-retiring, td_retiring, "event=0x00,umask=0x80");
404 EVENT_ATTR_STR(topdown-bad-spec, td_bad_spec, "event=0x00,umask=0x81");
405 EVENT_ATTR_STR(topdown-fe-bound, td_fe_bound, "event=0x00,umask=0x82");
[all …]
/Linux-v6.6/arch/x86/events/amd/
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");
Dcore.c1306 EVENT_ATTR_STR(branch-brs, amd_branch_brs,
/Linux-v6.6/arch/x86/events/
Dperf_event.h1019 #define EVENT_ATTR_STR(_name, v, str) \ macro