summaryrefslogtreecommitdiff
path: root/simpleperf/cmd_report_test.cpp
diff options
context:
space:
mode:
authorYabin Cui <yabinc@google.com>2016-09-29 15:32:45 -0700
committerYabin Cui <yabinc@google.com>2016-09-29 15:42:37 -0700
commit003b245939bae5e86ed53b3c6b333637dbc571b4 (patch)
tree24d04f34e38f206c64ad1bc1bbd8e3d43e858454 /simpleperf/cmd_report_test.cpp
parent1a35848b34d6572a6b65fe50133414b2dcbea92b (diff)
downloadextras-003b245939bae5e86ed53b3c6b333637dbc571b4.tar.gz
Simpleperf: don't expose EventSelection.
And some tiny improvements. Bug: http://b/30974760 Test: run simpleperf_unit_test. Change-Id: Ie2d46c8ab9ee763d107527c9a54590f845569da4
Diffstat (limited to 'simpleperf/cmd_report_test.cpp')
-rw-r--r--simpleperf/cmd_report_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/simpleperf/cmd_report_test.cpp b/simpleperf/cmd_report_test.cpp
index a8897758..704076a4 100644
--- a/simpleperf/cmd_report_test.cpp
+++ b/simpleperf/cmd_report_test.cpp
@@ -24,7 +24,6 @@
#include <android-base/test_utils.h>
#include "command.h"
-#include "event_selection_set.h"
#include "get_test_data.h"
#include "perf_regs.h"
#include "read_apk.h"
@@ -417,6 +416,7 @@ TEST_F(ReportCommandTest, report_data_generated_by_linux_perf) {
}
#if defined(__linux__)
+#include "event_selection_set.h"
static std::unique_ptr<Command> RecordCmd() {
return CreateCommandInstance("record");