Jiri Olsa
641cc93881
perf: Adding sysfs group format attribute for pmu device
...
Adding sysfs group 'format' attribute for pmu device that
contains a syntax description on how to construct raw events.
The event configuration is described in following
struct pefr_event_attr attributes:
config
config1
config2
Each sysfs attribute within the format attribute group,
describes mapping of name and bitfield definition within
one of above attributes.
eg:
"/sys/...<dev>/format/event" contains "config:0-7"
"/sys/...<dev>/format/umask" contains "config:8-15"
"/sys/...<dev>/format/usr" contains "config:16"
the attribute value syntax is:
line: config ':' bits
config: 'config' | 'config1' | 'config2"
bits: bits ',' bit_term | bit_term
bit_term: VALUE '-' VALUE | VALUE
Adding format attribute definitions for x86 cpu pmus.
Acked-by: Peter Zijlstra <peterz@infradead.org >
Signed-off-by: Peter Zijlstra <peterz@infradead.org >
Signed-off-by: Jiri Olsa <jolsa@redhat.com >
Link: http://lkml.kernel.org/n/tip-vhdk5y2hyype9j63prymty36@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com >
2012-03-16 14:06:06 -03:00
..
2012-02-23 22:07:55 +00:00
2012-01-17 09:54:08 -05:00
2012-01-13 09:32:20 +10:30
2012-02-03 19:03:44 +01:00
2012-01-22 15:08:43 -05:00
2012-02-13 20:39:05 -05:00
2012-02-04 07:17:47 -08:00
2012-01-16 14:01:23 +01:00
2012-02-21 13:29:06 +01:00
2012-01-14 12:26:41 -08:00
2012-02-10 14:24:31 -08:00
2012-01-17 04:35:20 -05:00
2012-01-18 15:51:48 -08:00
2012-01-17 16:17:03 -05:00
2012-02-06 15:15:20 -08:00
2012-01-13 08:15:33 +01:00
2012-02-18 15:24:05 -08:00
2012-02-07 07:51:30 +01:00
2012-01-14 18:36:33 -08:00
2012-02-08 20:03:14 +01:00
2012-02-26 09:44:55 -08:00
2012-01-10 16:30:42 -08:00
2012-01-10 16:30:42 -08:00
2012-01-13 09:32:20 +10:30
2012-01-18 15:51:48 -08:00
2012-01-12 20:13:11 -08:00
2012-03-04 15:51:42 -08:00
2012-01-24 10:47:41 -08:00
2012-02-20 19:46:36 +11:00
2012-02-08 09:19:42 +01:00
2012-01-12 20:13:04 -08:00
2012-01-29 20:35:52 +01:00
2012-02-13 20:45:38 -05:00
2012-02-21 11:08:29 -05:00
2012-02-21 11:08:30 -05:00
2012-01-10 16:30:43 -08:00
2012-01-11 09:23:05 +00:00
2012-02-01 09:13:11 -08:00
2012-01-12 20:13:08 -08:00
2012-02-02 14:35:12 -05:00
2012-02-21 16:56:45 -05:00
2012-01-24 15:51:00 -05:00
2012-01-11 12:56:06 -08:00
2012-01-13 09:32:18 +10:30
2012-02-03 09:48:19 -05:00
2012-02-07 07:51:30 +01:00
2012-02-28 20:01:08 +01:00
2012-01-12 20:13:03 -08:00
2012-01-23 08:38:48 -08:00
2012-01-19 16:17:35 +11:00
2012-03-05 15:49:42 -08:00
2012-01-17 15:40:51 -08:00
2012-01-10 16:30:49 -08:00
2012-01-12 20:13:03 -08:00
2012-02-02 15:43:40 -08:00
2012-03-05 15:49:43 -08:00
2012-01-10 16:30:45 -08:00
2012-01-23 08:38:47 -08:00
2012-01-23 08:38:47 -08:00
2012-01-13 10:12:23 -08:00
2012-01-12 20:13:10 -08:00
2012-01-12 20:13:03 -08:00
2012-01-11 19:12:10 -08:00
2012-01-12 20:13:10 -08:00
2012-01-20 17:38:58 +00:00
2012-01-13 09:32:14 +10:30
2012-01-13 09:32:28 +10:30
2012-02-02 00:23:14 +11:00
2012-02-24 10:05:59 +01:00
2012-02-24 10:05:59 +01:00
2012-02-03 18:50:34 -05:00
2012-02-15 13:10:15 -07:00
2012-01-12 20:13:06 -08:00
2012-01-12 20:13:07 -08:00
2012-01-10 16:30:42 -08:00
2012-01-12 20:13:10 -08:00
2012-01-11 18:50:26 -08:00
2012-03-04 09:34:15 -08:00
2012-03-16 14:06:06 -03:00
2012-01-12 15:23:04 -08:00
2012-01-10 16:30:54 -08:00
2012-01-12 20:05:28 -08:00
2012-02-04 22:23:17 +01:00
2012-01-12 20:13:13 -08:00
2012-01-10 16:30:54 -08:00
2012-02-01 16:53:46 +08:00
2012-01-17 16:41:31 -08:00
2012-01-12 13:09:09 +01:00
2012-01-12 20:13:12 -08:00
2012-03-02 11:38:15 -08:00
2012-01-22 15:08:46 -05:00
2012-01-12 20:13:06 -08:00
2012-02-21 16:56:45 -05:00
2012-03-05 15:49:42 -08:00
2012-01-14 18:36:33 -08:00
2012-01-14 13:05:21 -08:00
2012-02-01 22:23:53 +05:30
2012-01-23 08:38:48 -08:00
2012-01-10 16:30:54 -08:00
2012-02-24 11:42:50 -08:00
2012-02-23 16:50:45 -05:00
2012-01-22 15:08:44 -05:00
2012-02-24 10:05:59 +01:00
2012-01-19 23:25:33 +01:00
2012-01-23 08:38:48 -08:00
2012-02-21 17:24:20 -08:00
2012-02-28 15:06:33 -05:00
2012-01-23 03:15:25 -05:00
2012-02-24 10:05:59 +01:00
2012-01-17 10:30:38 -08:00
2012-01-24 12:25:14 -08:00
2012-01-15 12:49:56 -08:00
2012-01-12 15:44:42 +10:30
2012-01-12 15:44:44 +10:30
2012-01-10 16:30:54 -08:00
2012-01-10 16:59:59 -08:00