Home
last modified time | relevance | path

Searched defs:traceFile (Results 1 – 6 of 6) sorted by relevance

/base/hiviewdfx/hitrace/frameworks/trace_dump_executor/
Dtrace_dump_executor.cpp183 auto traceFile = traceContentPtr.cpuRaw->GetTraceFilePath(); in Execute() local
382 …std::string traceFile = param.outputFile.empty() ? GenerateTraceFileName(param.type) : param.outpu… in StartDumpTraceLoop() local
394 std::string traceFile = GenerateTraceFileName(param.type); in StartDumpTraceLoop() local
424 auto traceFile = GenerateTraceFileName(param.type); in StartCacheTraceLoop() local
451 const std::string traceFile = GenerateTraceFileName(param.type); in DumpTrace() local
719 bool TraceDumpExecutor::DoDumpTraceLoop(const TraceDumpParam& param, std::string& traceFile, bool i… in DoDumpTraceLoop()
770 …umpRet TraceDumpExecutor::DumpTraceInner(const TraceDumpParam& param, const std::string& traceFile) in DumpTraceInner()
Dtrace_dump_executor.h65 std::string traceFile; member
/base/hiviewdfx/hitrace/frameworks/trace_source/
Dtrace_source.cpp38 static bool UpdateFileFd(const std::string& traceFile, int& fd) in UpdateFileFd()
/base/hiviewdfx/hiview/framework/native/unified_collection/decorator/include/
Dtrace_decorator.h59 std::string traceFile; member
/base/hiviewdfx/hiview/framework/native/unified_collection/collector/impl/trace/strategy/src/
Dtrace_handler.cpp29 const std::string& srcFile, const std::string& traceFile) in WriteTrafficLog()
/base/hiviewdfx/hitrace/interfaces/native/innerkits/src/
Dhitrace_meter.cpp238 const std::string traceFile = TRACEFS_DIR + TRACE_MARKER_NODE; in OpenTraceMarkerFile() local