Searched refs:EVENT_ATTR_STR_HYBRID (Results 1 – 2 of 2) sorted by relevance
/linux-6.6.21/arch/x86/events/intel/ |
D | core.c | 5596 EVENT_ATTR_STR_HYBRID(slots, slots_adl, "event=0x00,umask=0x4", … 5597 EVENT_ATTR_STR_HYBRID(topdown-retiring, td_retiring_adl, "event=0xc2,umask=0x0;event=0x00,uma… 5598 EVENT_ATTR_STR_HYBRID(topdown-bad-spec, td_bad_spec_adl, "event=0x73,umask=0x0;event=0x00,uma… 5599 EVENT_ATTR_STR_HYBRID(topdown-fe-bound, td_fe_bound_adl, "event=0x71,umask=0x0;event=0x00,uma… 5600 EVENT_ATTR_STR_HYBRID(topdown-be-bound, td_be_bound_adl, "event=0x74,umask=0x0;event=0x00,uma… 5601 EVENT_ATTR_STR_HYBRID(topdown-heavy-ops, td_heavy_ops_adl, "event=0x00,umask=0x84", … 5602 EVENT_ATTR_STR_HYBRID(topdown-br-mispredict, td_br_mis_adl, "event=0x00,umask=0x85", … 5603 EVENT_ATTR_STR_HYBRID(topdown-fetch-lat, td_fetch_lat_adl, "event=0x00,umask=0x86", … 5604 EVENT_ATTR_STR_HYBRID(topdown-mem-bound, td_mem_bound_adl, "event=0x00,umask=0x87", … 5620 EVENT_ATTR_STR_HYBRID(mem-loads, mem_ld_adl, "event=0xd0,umask=0x5,ldlat=3;event=0xcd,umask… [all …]
|
/linux-6.6.21/arch/x86/events/ |
D | perf_event.h | 1034 #define EVENT_ATTR_STR_HYBRID(_name, v, str, _pmu) \ macro
|