[PATCH 5/8] perf/x86/rapl: Get rapl_cntr_mask from new probe framework

2019-06-16 Thread Jiri Olsa
We get rapl_cntr_mask from perf_msr_probe call, as a replacement for current intel_rapl_init_fun::cntr_mask value for each model. Signed-off-by: Jiri Olsa --- arch/x86/events/intel/rapl.c | 38 ++-- 1 file changed, 2 insertions(+), 36 deletions(-) diff --git a/ar

[PATCH 5/8] perf/x86/rapl: Get rapl_cntr_mask from new probe framework

2019-05-31 Thread Jiri Olsa
We get rapl_cntr_mask from perf_msr_probe call, as a replacement for current intel_rapl_init_fun::cntr_mask value for each model. Signed-off-by: Jiri Olsa --- arch/x86/events/intel/rapl.c | 38 ++-- 1 file changed, 2 insertions(+), 36 deletions(-) diff --git a/ar

[PATCH 5/8] perf/x86/rapl: Get rapl_cntr_mask from new probe framework

2019-05-27 Thread Jiri Olsa
We get rapl_cntr_mask from perf_msr_probe call, as a replacement for current intel_rapl_init_fun::cntr_mask value for each model. Signed-off-by: Jiri Olsa --- arch/x86/events/intel/rapl.c | 38 ++-- 1 file changed, 2 insertions(+), 36 deletions(-) diff --git a/ar

[PATCH 5/8] perf/x86/rapl: Get rapl_cntr_mask from new probe framework

2019-03-18 Thread Jiri Olsa
We get rapl_cntr_mask from perf_msr_probe call, as a replacement for current intel_rapl_init_fun::cntr_mask value for each model. Signed-off-by: Jiri Olsa --- arch/x86/events/intel/rapl.c | 39 ++-- 1 file changed, 2 insertions(+), 37 deletions(-) diff --git a/ar