Home
last modified time | relevance | path

Searched refs:DEFINE_UNCORE_FORMAT_ATTR (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/arch/x86/kernel/cpu/
Dperf_event_intel_uncore_snbep.c213 DEFINE_UNCORE_FORMAT_ATTR(event, event, "config:0-7");
214 DEFINE_UNCORE_FORMAT_ATTR(event_ext, event, "config:0-7,21");
215 DEFINE_UNCORE_FORMAT_ATTR(umask, umask, "config:8-15");
216 DEFINE_UNCORE_FORMAT_ATTR(edge, edge, "config:18");
217 DEFINE_UNCORE_FORMAT_ATTR(tid_en, tid_en, "config:19");
218 DEFINE_UNCORE_FORMAT_ATTR(inv, inv, "config:23");
219 DEFINE_UNCORE_FORMAT_ATTR(thresh8, thresh, "config:24-31");
220 DEFINE_UNCORE_FORMAT_ATTR(thresh5, thresh, "config:24-28");
221 DEFINE_UNCORE_FORMAT_ATTR(occ_sel, occ_sel, "config:14-15");
222 DEFINE_UNCORE_FORMAT_ATTR(occ_invert, occ_invert, "config:30");
[all …]
Dperf_event_intel_uncore_nhmex.c189 DEFINE_UNCORE_FORMAT_ATTR(event, event, "config:0-7");
190 DEFINE_UNCORE_FORMAT_ATTR(event5, event, "config:1-5");
191 DEFINE_UNCORE_FORMAT_ATTR(umask, umask, "config:8-15");
192 DEFINE_UNCORE_FORMAT_ATTR(edge, edge, "config:18");
193 DEFINE_UNCORE_FORMAT_ATTR(inv, inv, "config:23");
194 DEFINE_UNCORE_FORMAT_ATTR(thresh8, thresh, "config:24-31");
195 DEFINE_UNCORE_FORMAT_ATTR(counter, counter, "config:6-7");
196 DEFINE_UNCORE_FORMAT_ATTR(match, match, "config1:0-63");
197 DEFINE_UNCORE_FORMAT_ATTR(mask, mask, "config2:0-63");
858 DEFINE_UNCORE_FORMAT_ATTR(count_mode, count_mode, "config:2-3");
[all …]
Dperf_event_intel_uncore_snb.c60 DEFINE_UNCORE_FORMAT_ATTR(event, event, "config:0-7");
61 DEFINE_UNCORE_FORMAT_ATTR(umask, umask, "config:8-15");
62 DEFINE_UNCORE_FORMAT_ATTR(edge, edge, "config:18");
63 DEFINE_UNCORE_FORMAT_ATTR(inv, inv, "config:23");
64 DEFINE_UNCORE_FORMAT_ATTR(cmask5, cmask, "config:24-28");
65 DEFINE_UNCORE_FORMAT_ATTR(cmask8, cmask, "config:24-31");
Dperf_event_intel_uncore.h129 #define DEFINE_UNCORE_FORMAT_ATTR(_var, _name, _format) \ macro