OSDN Git Service

Add simpleperf report command.
authorYabin Cui <yabinc@google.com>
Thu, 21 May 2015 19:17:23 +0000 (12:17 -0700)
committerYabin Cui <yabinc@google.com>
Fri, 5 Jun 2015 17:31:20 +0000 (10:31 -0700)
commit2672dea3f1112b13678103023011c797ca283bac
treea4dbe8ef2957aec9bf133bb7e41c956893b02447
parented6f79688c581fcc5962de774838f052c4ad04cd
Add simpleperf report command.

Only support report of process/file level. Symbol parsing is not included.

Bug: 19483574
Change-Id: I6d1c67000bd0e303623183912ff06fdeeb51c5e9
simpleperf/Android.mk
simpleperf/cmd_dumprecord.cpp
simpleperf/cmd_report.cpp [new file with mode: 0644]
simpleperf/cmd_report_test.cpp [new file with mode: 0644]
simpleperf/event_attr.cpp
simpleperf/sample_tree.cpp [new file with mode: 0644]
simpleperf/sample_tree.h [new file with mode: 0644]
simpleperf/sample_tree_test.cpp [new file with mode: 0644]