Searched refs:traceGzPath (Results 1 – 4 of 4) sorted by relevance
82 void setTraceGzPath(const std::string &traceGzPath) in setTraceGzPath() argument84 mTraceFunctions->SetTraceGzPath(traceGzPath); in setTraceGzPath()
61 virtual void SetTraceGzPath(const std::string &traceGzPath);
353 void SetTraceGzPath(const std::string &traceGzPath) override { gTraceGzPath = traceGzPath; } in SetTraceGzPath()
1721 std::string traceGzPath = FindTraceGzPath(traceInfo.name); in initializeBenchmark() local1722 if (traceGzPath.empty()) in initializeBenchmark()1727 mTraceReplay->setTraceGzPath(traceGzPath); in initializeBenchmark()