[RFC 2/4] perf kvm: Introduce evsel as argument to perf_event__preprocess_sample

2016-02-24 Thread Ravi Bangoria
This patch changes prototype of perf_event__preprocess_sample() with additional argument evsel added at the end. This change is required because perf_event__preprocess_sample() function will use evsel to determine cpumode of samples for powerpc architecture. Signed-off-by: Ravi Bangoria

[RFC 2/4] perf kvm: Introduce evsel as argument to perf_event__preprocess_sample

2016-02-24 Thread Ravi Bangoria
This patch changes prototype of perf_event__preprocess_sample() with additional argument evsel added at the end. This change is required because perf_event__preprocess_sample() function will use evsel to determine cpumode of samples for powerpc architecture. Signed-off-by: Ravi Bangoria ---