perf/x86: Support CPU specific sysfs events
authorAndi Kleen <ak@linux.intel.com>
Thu, 24 Jan 2013 15:10:25 +0000 (16:10 +0100)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Tue, 26 Mar 2013 19:50:23 +0000 (16:50 -0300)
Add a way for the CPU initialization code to register additional
events, and merge them into the events attribute directory. Used
in the next patch.

Signed-off-by: Andi Kleen <ak@linux.intel.com>
Signed-off-by: Stephane Eranian <eranian@google.com>
Cc: peterz@infradead.org
Cc: acme@redhat.com
Cc: jolsa@redhat.com
Cc: namhyung.kim@lge.com
Link: http://lkml.kernel.org/r/1359040242-8269-2-git-send-email-eranian@google.com
[ small cleanups ]
Signed-off-by: Ingo Molnar <mingo@kernel.org>
[ merge_attr returns a **, not just * ]
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>

No differences found