Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/kernel/cpu/
Dperf_event_intel.c196 EVENT_ATTR_STR(mem-loads, mem_ld_nhm, "event=0x0b,umask=0x10,ldlat=3");
197 EVENT_ATTR_STR(mem-loads, mem_ld_snb, "event=0xcd,umask=0x1,ldlat=3");
198 EVENT_ATTR_STR(mem-stores, mem_st_snb, "event=0xcd,umask=0x2");
2950 EVENT_ATTR_STR(mem-loads, mem_ld_hsw, "event=0xcd,umask=0x1,ldlat=3");
2951 EVENT_ATTR_STR(mem-stores, mem_st_hsw, "event=0xd0,umask=0x82")
2954 EVENT_ATTR_STR(tx-start, tx_start, "event=0xc9,umask=0x1");
2955 EVENT_ATTR_STR(tx-commit, tx_commit, "event=0xc9,umask=0x2");
2956 EVENT_ATTR_STR(tx-abort, tx_abort, "event=0xc9,umask=0x4");
2957 EVENT_ATTR_STR(tx-capacity, tx_capacity, "event=0x54,umask=0x2");
2958 EVENT_ATTR_STR(tx-conflict, tx_conflict, "event=0x54,umask=0x1");
[all …]
Dperf_event_intel_cqm.c1136 EVENT_ATTR_STR(llc_occupancy, intel_cqm_llc, "event=0x01");
1137 EVENT_ATTR_STR(llc_occupancy.per-pkg, intel_cqm_llc_pkg, "1");
1138 EVENT_ATTR_STR(llc_occupancy.unit, intel_cqm_llc_unit, "Bytes");
1139 EVENT_ATTR_STR(llc_occupancy.scale, intel_cqm_llc_scale, NULL);
1140 EVENT_ATTR_STR(llc_occupancy.snapshot, intel_cqm_llc_snapshot, "1");
Dperf_event.h645 #define EVENT_ATTR_STR(_name, v, str) \ macro