commit | d44bc558297222d9a621fff2eca3f880e91c49f7 | [log] [tgz] |
---|---|---|
author | Adrian Hunter <[email protected]> | Fri Aug 15 22:08:36 2014 +0300 |
committer | Arnaldo Carvalho de Melo <[email protected]> | Fri Aug 22 13:10:35 2014 -0300 |
tree | a2c9b85615c872636a077ac6aab230062e90b5e2 | |
parent | f4536ddd20d93b70d432b7ca5db873525e23c2c4 [diff] |
perf tests: Add a test for tracking with sched_switch Add a test that checks that sched_switch events and tracking events can be recorded for a workload using the evsel->system_wide and evsel->tracking flags (respectively) with other events sometimes enabled or disabled. Signed-off-by: Adrian Hunter <[email protected]> Cc: David Ahern <[email protected]> Cc: Frederic Weisbecker <[email protected]> Cc: Jiri Olsa <[email protected]> Cc: Namhyung Kim <[email protected]> Cc: Paul Mackerras <[email protected]> Cc: Peter Zijlstra <[email protected]> Cc: Stephane Eranian <[email protected]> Link: http://lkml.kernel.org/r/[email protected] [ Fix build on fedora14 by using a designated initializer for the sched_switch variable ] Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>