Home
last modified time | relevance | path

Searched refs:tracePath (Results 1 - 6 of 6) sorted by relevance

/developtools/smartperf_host/trace_streamer/test/unittest/interface/
H A Dsplit_file_data_test.cpp129 const std::string tracePath = "../../test/resource/hiprofiler_data_ability.htrace"; in HWTEST_F() local
130 if (access(tracePath.c_str(), F_OK) == 0) { in HWTEST_F()
134 ParseData(ta, tracePath); in HWTEST_F()
136 std::ifstream inputFile(tracePath, std::ios::binary); in HWTEST_F()
138 std::cerr << "Failed to open file: " << tracePath << std::endl; in HWTEST_F()
176 const std::string tracePath = "../../test/resource/trace_small_10.systrace"; in HWTEST_F() local
177 if (access(tracePath.c_str(), F_OK) == 0) { in HWTEST_F()
181 ParseData(ta, tracePath); in HWTEST_F()
199 const std::string tracePath = "../../test/resource/ebpf_bio.htrace"; in HWTEST_F() local
200 if (access(tracePath in HWTEST_F()
219 const std::string tracePath = "../../test/resource/Mmap.htrace"; HWTEST_F() local
237 const std::string tracePath = "../../test/resource/hiprofiler_data_perf.htrace"; HWTEST_F() local
[all...]
/developtools/smartperf_host/trace_streamer/test/unittest/pbreader/
H A Dparser_pbreader_test.cpp46 const std::string tracePath = "../../test/resource/pbreader.htrace"; in HWTEST_F() local
50 if (access(tracePath.c_str(), F_OK) == 0) { in HWTEST_F()
54 int32_t fd(base::OpenFile(tracePath, O_RDONLY, G_FILE_PERMISSION)); in HWTEST_F()
88 const std::string tracePath = "../../test/resource/ut_bytrace_input_full.txt"; in HWTEST_F() local
93 if (access(tracePath.c_str(), F_OK) == 0) { in HWTEST_F()
97 int32_t fd(base::OpenFile(tracePath, O_RDONLY, G_FILE_PERMISSION)); in HWTEST_F()
130 const std::string tracePath = "../../test/resource/htrace_perf.bin"; in HWTEST_F() local
135 if (access(tracePath.c_str(), F_OK) == 0) { in HWTEST_F()
139 int32_t fd(base::OpenFile(tracePath, O_RDONLY, G_FILE_PERMISSION)); in HWTEST_F()
173 const std::string tracePath in HWTEST_F() local
[all...]
/developtools/smartperf_host/trace_streamer/test/unittest/base/
H A Dexport_test.cpp47 bool ParseTraceFile(TraceStreamerSelector &ts, const std::string &tracePath) in ParseTraceFile() argument
49 int32_t fd(base::OpenFile(tracePath, O_RDONLY, G_FILE_PERMISSION)); in ParseTraceFile()
52 stat(tracePath.c_str(), &statBuff); in ParseTraceFile()
H A Dexport_test.h26 bool ParseTraceFile(TraceStreamerSelector &ts, const std::string &tracePath);
/developtools/smartperf_host/trace_streamer/test/unittest/rawtrace/
H A Drawtrace_parser_test.cpp36 bool ParseTraceFile(TraceStreamerSelector &ts, const std::string &tracePath);
/developtools/smartperf_host/trace_streamer/test/unittest/pbreader_parser/native_memory/
H A Dnative_hook_parser_test.cpp35 bool ParseTraceFile(TraceStreamerSelector &ts_, const std::string &tracePath);

Completed in 10 milliseconds