Lines Matching refs:std

24 std::string GetTestData(const std::string& filename);
25 const std::string& GetTestDataDir();
28 static const std::string ELF_FILE = "elf";
29 static const std::string ELF_FILE_WITH_MINI_DEBUG_INFO = "elf_with_mini_debug_info";
33 static const std::string PERF_DATA = "perf.data";
37 static const std::string PERF_DATA_WITH_MULTIPLE_PIDS_AND_TIDS = "perf_with_multiple_pids_and_tids.…
40 static const std::string CALLGRAPH_FP_PERF_DATA = "perf_g_fp.data";
42 static const std::string BRANCH_PERF_DATA = "perf_b.data";
45 static const std::string PERF_DATA_WITH_MINI_DEBUG_INFO = "perf_with_mini_debug_info.data";
62 static const std::string APK_FILE = "data/app/com.example.hellojni-1/base.apk";
63 static const std::string NATIVELIB_IN_APK = "lib/arm64-v8a/libhello-jni.so";
66 static const std::string NATIVELIB_IN_APK_PERF_DATA = "has_embedded_native_libs_apk_perf.data";
74 static const std::string PERF_DATA_WITH_TWO_EVENT_TYPES = "perf_with_two_event_types.data";
77 static const std::string PERF_DATA_WITH_KERNEL_SYMBOL = "perf_with_kernel_symbol.data";
80 static const std::string PERF_DATA_WITH_SYMBOLS = "perf_with_symbols.data";
83 static const std::string PERF_DATA_WITH_SYMBOLS_FOR_NONZERO_MINVADDR_DSO =
87 static const std::string PERF_DATA_WITH_KMEM_SLAB_CALLGRAPH_RECORD = "perf_with_kmem_slab_callgraph…
92 static const std::string PERF_DATA_FOR_BUILD_ID_CHECK = "perf_for_build_id_check.data";
93 static const std::string CORRECT_SYMFS_FOR_BUILD_ID_CHECK = "data/correct_symfs_for_build_id_check";
94 static const std::string WRONG_SYMFS_FOR_BUILD_ID_CHECK = "data/wrong_symfs_for_build_id_check";
96 static const std::string SYMFS_FOR_NO_SYMBOL_TABLE_WARNING = "data/symfs_for_no_symbol_table_warnin…
97 static const std::string SYMFS_FOR_READ_ELF_FILE_WARNING = "data/symfs_for_read_elf_file_warning";
100 static const std::string PERF_DATA_GENERATED_BY_LINUX_PERF = "generated_by_linux_perf.data";
103 static const std::string PERF_DATA_MAX_STACK_AND_PERCENT_LIMIT = "perf_test_max_stack_and_percent_l…
106 static const std::string INVALID_PERF_DATA = "invalid_perf.data";