[PATCH 7/8] perf/x86/rapl: Get attributes from new probe framework

2019-06-16 Thread Jiri Olsa
We no longer need model specific attribute arrays, because we get all this detected in rapl_events_attrs. Signed-off-by: Jiri Olsa --- arch/x86/events/intel/rapl.c | 89 1 file changed, 89 deletions(-) diff --git a/arch/x86/events/intel/rapl.c b/arch/x86/eve

[PATCH 7/8] perf/x86/rapl: Get attributes from new probe framework

2019-05-31 Thread Jiri Olsa
We no longer need model specific attribute arrays, because we get all this detected in rapl_events_attrs. Signed-off-by: Jiri Olsa --- arch/x86/events/intel/rapl.c | 89 1 file changed, 89 deletions(-) diff --git a/arch/x86/events/intel/rapl.c b/arch/x86/eve

[PATCH 7/8] perf/x86/rapl: Get attributes from new probe framework

2019-05-27 Thread Jiri Olsa
We no longer need model specific attribute arrays, because we get all this detected in rapl_events_attrs. Signed-off-by: Jiri Olsa --- arch/x86/events/intel/rapl.c | 89 1 file changed, 89 deletions(-) diff --git a/arch/x86/events/intel/rapl.c b/arch/x86/eve

[PATCH 7/8] perf/x86/rapl: Get attributes from new probe framework

2019-03-18 Thread Jiri Olsa
We no longer need model specific attribute arrays, because we get all this detected in rapl_events_attrs. Signed-off-by: Jiri Olsa --- arch/x86/events/intel/rapl.c | 90 +--- 1 file changed, 1 insertion(+), 89 deletions(-) diff --git a/arch/x86/events/intel/rapl.