Searched refs:EVENT_ATTR_STR (Results 1 – 2 of 2) sorted by relevance
| /linux/arch/x86/events/intel/ |
| H A D | core.c | 517 EVENT_ATTR_STR(mem-loads, mem_ld_nhm, "event=0x0b,umask=0x10,ldlat=3"); 518 EVENT_ATTR_STR(mem-loads, mem_ld_snb, "event=0xcd,umask=0x1,ldlat=3"); 519 EVENT_ATTR_STR(mem-stores, mem_st_snb, "event=0xcd,umask=0x2"); 544 EVENT_ATTR_STR(topdown-slots-issued, td_slots_issued, 546 EVENT_ATTR_STR(topdown-slots-retired, td_slots_retired, 548 EVENT_ATTR_STR(topdown-fetch-bubbles, td_fetch_bubbles, 556 EVENT_ATTR_STR(slots, slots, "event=0x00,umask=0x4"); 557 EVENT_ATTR_STR(topdown-retiring, td_retiring, "event=0x00,umask=0x80"); 558 EVENT_ATTR_STR(topdown-bad-spec, td_bad_spec, "event=0x00,umask=0x81"); 559 EVENT_ATTR_STR(topdown-fe-bound, td_fe_bound, "event=0x00,umask=0x82"); [all …]
|
| /linux/arch/x86/events/ |
| H A D | perf_event.h | 1135 #define EVENT_ATTR_STR(_name, v, str) \ macro
|