commit | acf2892270dcc4288c572b1159474c81f3819749 | [log] [tgz] |
---|---|---|
author | Namhyung Kim <[email protected]> | Mon Mar 11 16:43:18 2013 +0900 |
committer | Arnaldo Carvalho de Melo <[email protected]> | Fri Mar 15 13:06:04 2013 -0300 |
tree | 8f01c571a93175af211eded4f05be63c7d909840 | |
parent | 55e162ea764cb5b38f27ea0b16ee7d31c1a5aedb [diff] |
perf stat: Use perf_evlist__prepare/start_workload() The perf stat had an open code to the duplicated work. Use the helper as it now can be called without struct perf_record_opts. Signed-off-by: Namhyung Kim <[email protected]> Cc: David Ahern <[email protected]> Cc: Ingo Molnar <[email protected]> Cc: Jiri Olsa <[email protected]> Cc: Paul Mackerras <[email protected]> Cc: Peter Zijlstra <[email protected]> Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>