[PATCH 4/8] perf/x86/rapl: Use new msr detection interface

2019-06-16 Thread Jiri Olsa
Using perf_msr_probe function to probe for rapl msrs. Adding new rapl_model_match device table, that gathers events info for given model, following the msr and cstate module design. It will replace the current rapl_cpu_match device table and detection code in following patches. Signed-off-by: Ji

[PATCH 4/8] perf/x86/rapl: Use new msr detection interface

2019-05-31 Thread Jiri Olsa
Using perf_msr_probe function to probe for rapl msrs. Adding new rapl_model_match device table, that gathers events info for given model, following the msr and cstate module design. It will replace the current rapl_cpu_match device table and detection code in following patches. Signed-off-by: Ji

[PATCH 4/8] perf/x86/rapl: Use new msr detection interface

2019-05-27 Thread Jiri Olsa
Using perf_msr_probe function to probe for rapl msrs. Adding new rapl_model_match device table, that gathers events info for given model, following the msr and cstate module design. It will replace the current rapl_cpu_match device table and detection code in following patches. Signed-off-by: Ji

[PATCH 4/8] perf/x86/rapl: Use new msr detection interface

2019-03-18 Thread Jiri Olsa
Using perf_msr_probe function to add msr events. Adding new rapl_model_match device table, that gathers events info for given model, following the msr and cstate module design. It will replace the current rapl_cpu_match device table and detection code in following patches. Signed-off-by: Jiri Ol