aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/tests/tests.h
diff options
context:
space:
mode:
authorAdrian Hunter <adrian.hunter@intel.com>2013-08-27 11:23:13 +0300
committerArnaldo Carvalho de Melo <acme@redhat.com>2013-08-29 16:46:58 -0300
commit045f8cd8542d2fcd424a32fa10fcd3dd29c6d374 (patch)
treea4b3dc7cfe7d17f2a601bcbab76e4106aadcea5d /tools/perf/tests/tests.h
parentperf tools: Add a function to calculate sample event size (diff)
downloadlinux-dev-045f8cd8542d2fcd424a32fa10fcd3dd29c6d374.tar.xz
linux-dev-045f8cd8542d2fcd424a32fa10fcd3dd29c6d374.zip
perf tests: Add a sample parsing test
Add a test that checks that sample parsing is correctly implemented. Signed-off-by: Adrian Hunter <adrian.hunter@intel.com> Cc: David Ahern <dsahern@gmail.com> Cc: Frederic Weisbecker <fweisbec@gmail.com> Cc: Ingo Molnar <mingo@kernel.org> Cc: Jiri Olsa <jolsa@redhat.com> Cc: Mike Galbraith <efault@gmx.de> 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/1377591794-30553-12-git-send-email-adrian.hunter@intel.com Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to '')
-rw-r--r--tools/perf/tests/tests.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/perf/tests/tests.h b/tools/perf/tests/tests.h
index c748f532b20f..83d5b71a3ce4 100644
--- a/tools/perf/tests/tests.h
+++ b/tools/perf/tests/tests.h
@@ -37,5 +37,6 @@ int test__task_exit(void);
int test__sw_clock_freq(void);
int test__perf_time_to_tsc(void);
int test__code_reading(void);
+int test__sample_parsing(void);
#endif /* TESTS_H */