Home
last modified time | relevance | path

Searched refs:EVENT_ATTR_STR_HYBRID (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/arch/x86/events/intel/
Dcore.c5434 EVENT_ATTR_STR_HYBRID(slots, slots_adl, "event=0x00,umask=0x4", …
5435 EVENT_ATTR_STR_HYBRID(topdown-retiring, td_retiring_adl, "event=0xc2,umask=0x0;event=0x00,uma…
5436 EVENT_ATTR_STR_HYBRID(topdown-bad-spec, td_bad_spec_adl, "event=0x73,umask=0x0;event=0x00,uma…
5437 EVENT_ATTR_STR_HYBRID(topdown-fe-bound, td_fe_bound_adl, "event=0x71,umask=0x0;event=0x00,uma…
5438 EVENT_ATTR_STR_HYBRID(topdown-be-bound, td_be_bound_adl, "event=0x74,umask=0x0;event=0x00,uma…
5439 EVENT_ATTR_STR_HYBRID(topdown-heavy-ops, td_heavy_ops_adl, "event=0x00,umask=0x84", …
5440 EVENT_ATTR_STR_HYBRID(topdown-br-mispredict, td_br_mis_adl, "event=0x00,umask=0x85", …
5441 EVENT_ATTR_STR_HYBRID(topdown-fetch-lat, td_fetch_lat_adl, "event=0x00,umask=0x86", …
5442 EVENT_ATTR_STR_HYBRID(topdown-mem-bound, td_mem_bound_adl, "event=0x00,umask=0x87", …
5458 EVENT_ATTR_STR_HYBRID(mem-loads, mem_ld_adl, "event=0xd0,umask=0x5,ldlat=3;event=0xcd,umask…
[all …]
/linux-6.1.9/arch/x86/events/
Dperf_event.h1029 #define EVENT_ATTR_STR_HYBRID(_name, v, str, _pmu) \ macro