Home
last modified time | relevance | path

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

/arch/x86/kernel/cpu/
Dperf_event_intel.c216 EVENT_ATTR_STR(mem-loads, mem_ld_nhm, "event=0x0b,umask=0x10,ldlat=3");
217 EVENT_ATTR_STR(mem-loads, mem_ld_snb, "event=0xcd,umask=0x1,ldlat=3");
218 EVENT_ATTR_STR(mem-stores, mem_st_snb, "event=0xcd,umask=0x2");
3194 EVENT_ATTR_STR(mem-loads, mem_ld_hsw, "event=0xcd,umask=0x1,ldlat=3");
3195 EVENT_ATTR_STR(mem-stores, mem_st_hsw, "event=0xd0,umask=0x82")
3198 EVENT_ATTR_STR(tx-start, tx_start, "event=0xc9,umask=0x1");
3199 EVENT_ATTR_STR(tx-commit, tx_commit, "event=0xc9,umask=0x2");
3200 EVENT_ATTR_STR(tx-abort, tx_abort, "event=0xc9,umask=0x4");
3201 EVENT_ATTR_STR(tx-capacity, tx_capacity, "event=0x54,umask=0x2");
3202 EVENT_ATTR_STR(tx-conflict, tx_conflict, "event=0x54,umask=0x1");
[all …]
Dperf_event_intel_cqm.c1161 EVENT_ATTR_STR(llc_occupancy, intel_cqm_llc, "event=0x01");
1162 EVENT_ATTR_STR(llc_occupancy.per-pkg, intel_cqm_llc_pkg, "1");
1163 EVENT_ATTR_STR(llc_occupancy.unit, intel_cqm_llc_unit, "Bytes");
1164 EVENT_ATTR_STR(llc_occupancy.scale, intel_cqm_llc_scale, NULL);
1165 EVENT_ATTR_STR(llc_occupancy.snapshot, intel_cqm_llc_snapshot, "1");
Dperf_event.h663 #define EVENT_ATTR_STR(_name, v, str) \ macro