summaryrefslogtreecommitdiff
path: root/simpleperf/get_test_data.h
diff options
context:
space:
mode:
Diffstat (limited to 'simpleperf/get_test_data.h')
-rw-r--r--simpleperf/get_test_data.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/simpleperf/get_test_data.h b/simpleperf/get_test_data.h
index 9fb2293c..16659dca 100644
--- a/simpleperf/get_test_data.h
+++ b/simpleperf/get_test_data.h
@@ -105,4 +105,7 @@ static const std::string PERF_DATA_MAX_STACK_AND_PERCENT_LIMIT = "perf_test_max_
// generated by `dd if=/dev/zero of=invalid_perf.data bs=1024 count=1`.
static const std::string INVALID_PERF_DATA = "invalid_perf.data";
+// generated by recording an app.
+static const std::string PERF_DATA_WITH_WRONG_IP_IN_CALLCHAIN = "wrong_ip_callchain_perf.data";
+
#endif // SIMPLE_PERF_GET_TEST_DATA_H_