|
@@ -673,6 +673,7 @@ do { \
|
|
#define PMU_FL_HAS_RSP_1 0x2 /* has 2 equivalent offcore_rsp regs */
|
|
#define PMU_FL_HAS_RSP_1 0x2 /* has 2 equivalent offcore_rsp regs */
|
|
#define PMU_FL_EXCL_CNTRS 0x4 /* has exclusive counter requirements */
|
|
#define PMU_FL_EXCL_CNTRS 0x4 /* has exclusive counter requirements */
|
|
#define PMU_FL_EXCL_ENABLED 0x8 /* exclusive counter active */
|
|
#define PMU_FL_EXCL_ENABLED 0x8 /* exclusive counter active */
|
|
|
|
+#define PMU_FL_PEBS_ALL 0x10 /* all events are valid PEBS events */
|
|
|
|
|
|
#define EVENT_VAR(_id) event_attr_##_id
|
|
#define EVENT_VAR(_id) event_attr_##_id
|
|
#define EVENT_PTR(_id) &event_attr_##_id.attr.attr
|
|
#define EVENT_PTR(_id) &event_attr_##_id.attr.attr
|