[PATCH v2 27/32] perf/core: add perf_event cgroup hooks for subsystem attributes

2016-05-11 Thread David Carrillo-Cisneros
Allow architectures to define additional attributes for the perf cgroup. Reviewed-by: Stephane Eranian Signed-off-by: David Carrillo-Cisneros --- include/linux/perf_event.h | 4 kernel/events/core.c | 2 ++ 2 files changed, 6 insertions(+)

[PATCH v2 27/32] perf/core: add perf_event cgroup hooks for subsystem attributes

2016-05-11 Thread David Carrillo-Cisneros
Allow architectures to define additional attributes for the perf cgroup. Reviewed-by: Stephane Eranian Signed-off-by: David Carrillo-Cisneros --- include/linux/perf_event.h | 4 kernel/events/core.c | 2 ++ 2 files changed, 6 insertions(+) diff --git a/include/linux/perf_event.h