diff options
author | Namhyung Kim <namhyung@kernel.org> | 2014-04-25 07:28:13 +0400 |
---|---|---|
committer | Jiri Olsa <jolsa@kernel.org> | 2014-04-28 15:42:29 +0400 |
commit | 6e344a952dcfa45b8bfef8eaf8423ab73c5adaf2 (patch) | |
tree | af0200fd0df2a89def1a0a87a1c39309edfe430e /tools/perf/Makefile.perf | |
parent | 2933d7813d8618f18632a7dc7f4e7f1f7d17383a (diff) | |
download | linux-6e344a952dcfa45b8bfef8eaf8423ab73c5adaf2.tar.xz |
perf tests: Factor out fake_setup_machine()
The fake_setup_machine() is for setting up a environment for testing
various hists operations. As it'll be used for other test cases it'd
better factoring it out.
Signed-off-by: Namhyung Kim <namhyung@kernel.org>
Link: http://lkml.kernel.org/r/1398396494-12811-1-git-send-email-namhyung@kernel.org
Signed-off-by: Jiri Olsa <jolsa@kernel.org>
Diffstat (limited to 'tools/perf/Makefile.perf')
-rw-r--r-- | tools/perf/Makefile.perf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/perf/Makefile.perf b/tools/perf/Makefile.perf index e96923310d57..a4aad7844b2b 100644 --- a/tools/perf/Makefile.perf +++ b/tools/perf/Makefile.perf @@ -397,6 +397,7 @@ LIB_OBJS += $(OUTPUT)tests/rdpmc.o LIB_OBJS += $(OUTPUT)tests/evsel-roundtrip-name.o LIB_OBJS += $(OUTPUT)tests/evsel-tp-sched.o LIB_OBJS += $(OUTPUT)tests/pmu.o +LIB_OBJS += $(OUTPUT)tests/hists_common.o LIB_OBJS += $(OUTPUT)tests/hists_link.o LIB_OBJS += $(OUTPUT)tests/python-use.o LIB_OBJS += $(OUTPUT)tests/bp_signal.o |