OSDN Git Service

perf tests: Add a test for tracking with sched_switch
authorAdrian Hunter <adrian.hunter@intel.com>
Fri, 15 Aug 2014 19:08:36 +0000 (22:08 +0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Fri, 22 Aug 2014 16:10:35 +0000 (13:10 -0300)
commitd44bc558297222d9a621fff2eca3f880e91c49f7
treea2c9b85615c872636a077ac6aab230062e90b5e2
parentf4536ddd20d93b70d432b7ca5db873525e23c2c4
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 <adrian.hunter@intel.com>
Cc: David Ahern <dsahern@gmail.com>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Jiri Olsa <jolsa@redhat.com>
Cc: Namhyung Kim <namhyung@gmail.com>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Stephane Eranian <eranian@google.com>
Link: http://lkml.kernel.org/r/1408129739-17368-2-git-send-email-adrian.hunter@intel.com
[ Fix build on fedora14 by using a designated initializer for the sched_switch variable ]
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/Makefile.perf
tools/perf/tests/builtin-test.c
tools/perf/tests/switch-tracking.c [new file with mode: 0644]
tools/perf/tests/tests.h