summaryrefslogtreecommitdiff
path: root/simpleperf/Android.mk
diff options
context:
space:
mode:
authorYabin Cui <yabinc@google.com>2016-05-24 18:23:33 -0700
committerYabin Cui <yabinc@google.com>2016-05-24 20:01:26 -0700
commitb64a86327afe2b77dab7d724d363386c674163b6 (patch)
tree02c9eeac321ed483d2b4272d5c9070b7ed10421b /simpleperf/Android.mk
parentd603e616b917c098bf6b050138e7b7ce6054c07e (diff)
downloadextras-b64a86327afe2b77dab7d724d363386c674163b6.tar.gz
simpleperf: refactor SampleTree for reuse.
By moving most function in report command into template classes, it allows other report commands to reuse the code. Bug: 27403614 Change-Id: I3d35b3a34d48c5c043ba4257a52eaf0961c12bca
Diffstat (limited to 'simpleperf/Android.mk')
-rw-r--r--simpleperf/Android.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/simpleperf/Android.mk b/simpleperf/Android.mk
index 5a64a3f0..842991e3 100644
--- a/simpleperf/Android.mk
+++ b/simpleperf/Android.mk
@@ -74,7 +74,6 @@ simpleperf_ldlibs_host_linux := -lrt
# libsimpleperf
# =========================================================
libsimpleperf_src_files := \
- callchain.cpp \
cmd_dumprecord.cpp \
cmd_help.cpp \
cmd_report.cpp \
@@ -87,7 +86,6 @@ libsimpleperf_src_files := \
read_elf.cpp \
record.cpp \
record_file_reader.cpp \
- sample_tree.cpp \
thread_tree.cpp \
utils.cpp \