[PATCH 00/12] perf tests: Move tests from builtin-test

From: Jiri Olsa
Date: Fri Nov 09 2012 - 20:38:14 EST


hi,
I discussed with Arnaldo of moving tests from builtin-test
into separated objects.. here it is. I swear not to touch
test code for a while after this one ;-)

Attached patches:
01/12 perf tests: Move test__vmlinux_matches_kallsyms into separate object
02/12 perf tests: Move test__open_syscall_event into separate object
03/12 perf tests: Move test__open_syscall_event_on_all_cpus into separate object
04/12 perf tests: Move test__basic_mmap into separate object
05/12 perf tests: Move test__PERF_RECORD into separate object
06/12 perf tests: Move test__rdpmc into separate object
07/12 perf tests: Move perf_evsel__roundtrip_name_test into separate object
08/12 perf tests: Move perf_evsel__tp_sched_test into separate object
09/12 perf tests: Move test__syscall_open_tp_fields into separate object
10/12 perf tests: Move pmu tests into separate object
11/12 perf tests: Final cleanup for builtin-test move
12/12 perf tests: Check for mkstemp return value in dso-data test

Also available here:
git://git.kernel.org/pub/scm/linux/kernel/git/jolsa/linux.git
perf/tests

thanks,
jirka

Cc: Corey Ashford <cjashfor@xxxxxxxxxxxxxxxxxx>
Cc: Frederic Weisbecker <fweisbec@xxxxxxxxx>
Cc: Ingo Molnar <mingo@xxxxxxx>
Cc: Paul Mackerras <paulus@xxxxxxxxx>
Cc: Peter Zijlstra <a.p.zijlstra@xxxxxxxxx>
Cc: Arnaldo Carvalho de Melo <acme@xxxxxxxxxx>
---
tools/perf/Makefile | 11 +
tools/perf/perf.h | 1 -
tools/perf/tests/attr.c | 3 +-
tools/perf/tests/builtin-test.c | 1399 +----------------------------------------------------------
tools/perf/tests/dso-data.c | 7 +-
tools/perf/tests/evsel-roundtrip-name.c | 114 +++++
tools/perf/tests/evsel-tp-sched.c | 84 ++++
tools/perf/tests/mmap-basic.c | 162 +++++++
tools/perf/tests/open-syscall-all-cpus.c | 120 +++++
tools/perf/tests/open-syscall-tp-fields.c | 117 +++++
tools/perf/tests/open-syscall.c | 66 +++
tools/perf/tests/parse-events.c | 3 +-
tools/perf/tests/perf-record.c | 314 ++++++++++++++
tools/perf/tests/pmu.c | 178 ++++++++
tools/perf/tests/rdpmc.c | 175 ++++++++
tools/perf/tests/tests.h | 22 +
tools/perf/tests/util.c | 30 ++
tools/perf/tests/vmlinux-kallsyms.c | 230 ++++++++++
tools/perf/util/parse-events.h | 1 -
tools/perf/util/pmu.c | 185 +-------
tools/perf/util/pmu.h | 4 +
tools/perf/util/symbol.h | 1 -
22 files changed, 1654 insertions(+), 1573 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/