Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/events/intel/
Duncore_nhmex.c190 DEFINE_UNCORE_FORMAT_ATTR(event, event, "config:0-7");
191 DEFINE_UNCORE_FORMAT_ATTR(event5, event, "config:1-5");
192 DEFINE_UNCORE_FORMAT_ATTR(umask, umask, "config:8-15");
193 DEFINE_UNCORE_FORMAT_ATTR(edge, edge, "config:18");
194 DEFINE_UNCORE_FORMAT_ATTR(inv, inv, "config:23");
195 DEFINE_UNCORE_FORMAT_ATTR(thresh8, thresh, "config:24-31");
196 DEFINE_UNCORE_FORMAT_ATTR(counter, counter, "config:6-7");
197 DEFINE_UNCORE_FORMAT_ATTR(match, match, "config1:0-63");
198 DEFINE_UNCORE_FORMAT_ATTR(mask, mask, "config2:0-63");
865 DEFINE_UNCORE_FORMAT_ATTR(count_mode, count_mode, "config:2-3");
[all …]
Duncore_snbep.c327 DEFINE_UNCORE_FORMAT_ATTR(event, event, "config:0-7");
328 DEFINE_UNCORE_FORMAT_ATTR(event2, event, "config:0-6");
329 DEFINE_UNCORE_FORMAT_ATTR(event_ext, event, "config:0-7,21");
330 DEFINE_UNCORE_FORMAT_ATTR(use_occ_ctr, use_occ_ctr, "config:7");
331 DEFINE_UNCORE_FORMAT_ATTR(umask, umask, "config:8-15");
332 DEFINE_UNCORE_FORMAT_ATTR(umask_ext, umask, "config:8-15,32-43,45-55");
333 DEFINE_UNCORE_FORMAT_ATTR(qor, qor, "config:16");
334 DEFINE_UNCORE_FORMAT_ATTR(edge, edge, "config:18");
335 DEFINE_UNCORE_FORMAT_ATTR(tid_en, tid_en, "config:19");
336 DEFINE_UNCORE_FORMAT_ATTR(inv, inv, "config:23");
[all …]
Duncore_snb.c77 DEFINE_UNCORE_FORMAT_ATTR(event, event, "config:0-7");
78 DEFINE_UNCORE_FORMAT_ATTR(umask, umask, "config:8-15");
79 DEFINE_UNCORE_FORMAT_ATTR(edge, edge, "config:18");
80 DEFINE_UNCORE_FORMAT_ATTR(inv, inv, "config:23");
81 DEFINE_UNCORE_FORMAT_ATTR(cmask5, cmask, "config:24-28");
82 DEFINE_UNCORE_FORMAT_ATTR(cmask8, cmask, "config:24-31");
Duncore.h165 #define DEFINE_UNCORE_FORMAT_ATTR(_var, _name, _format) \ macro