Home
last modified time | relevance | path

Searched refs:trace_dir (Results 1 – 3 of 3) sorted by relevance

/test/vts/utils/native/trace_processor/
DVtsTraceProcessor.cpp310 void VtsTraceProcessor::DedupTraces(const string& trace_dir) { in DedupTraces() argument
311 DIR* dir = opendir(trace_dir.c_str()); in DedupTraces()
313 cerr << trace_dir << "does not exist." << endl; in DedupTraces()
324 string trace_file = trace_dir; in DedupTraces()
325 if (trace_dir.substr(trace_dir.size() - 1) != "/") { in DedupTraces()
374 DIR* trace_dir = opendir(trace_file_dir.c_str()); in SelectTraces() local
375 if (trace_dir == 0) { in SelectTraces()
605 DIR* trace_dir = opendir(test_trace_dir.c_str()); in GetHalTraceMapping() local
606 if (trace_dir == 0) { in GetHalTraceMapping()
607 cerr << __func__ << ": " << trace_dir << " does not exist." << endl; in GetHalTraceMapping()
[all …]
DTraceProcessorMain.cpp181 string trace_dir = argv[optind + 1]; in main() local
182 trace_processor.SelectTraces(coverage_dir, trace_dir); in main()
DVtsTraceProcessor.h48 void DedupTraces(const std::string& trace_dir);