Home
last modified time | relevance | path

Searched defs:tracePath (Results 1 – 3 of 3) sorted by relevance

/developtools/smartperf_host/trace_streamer/test/unittest/interface/
Dsplit_file_data_test.cpp129 const std::string tracePath = "../../test/resource/hiprofiler_data_ability.htrace"; variable
176 const std::string tracePath = "../../test/resource/trace_small_10.systrace"; variable
199 const std::string tracePath = "../../test/resource/ebpf_bio.htrace"; variable
219 const std::string tracePath = "../../test/resource/Mmap.htrace"; variable
237 const std::string tracePath = "../../test/resource/hiprofiler_data_perf.htrace"; variable
/developtools/smartperf_host/trace_streamer/test/unittest/pbreader/
Dparser_pbreader_test.cpp46 const std::string tracePath = "../../test/resource/pbreader.htrace"; variable
88 const std::string tracePath = "../../test/resource/ut_bytrace_input_full.txt"; variable
130 const std::string tracePath = "../../test/resource/htrace_perf.bin"; variable
173 const std::string tracePath = "../../test/resource/htrace_ebpf.bin"; variable
/developtools/smartperf_host/trace_streamer/test/unittest/base/
Dexport_test.cpp47 bool ParseTraceFile(TraceStreamerSelector &ts, const std::string &tracePath) in ParseTraceFile()