Home
last modified time | relevance | path

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

/base/hiviewdfx/hiview/framework/native/unified_collection/collector/impl/trace/strategy/include/
Dtrace_handler.h40 TraceHandler(const std::string& tracePath, const std::string& caller, uint32_t cleanThreshold) in TraceHandler()
58 … TraceZipHandler(const std::string& tracePath, const std::string& caller, uint32_t cleanThreshold) in TraceZipHandler()
76 … TraceCopyHandler(const std::string& tracePath, const std::string& caller, uint32_t cleanThreshold) in TraceCopyHandler()
84 std::string GetTraceFinalPath(const std::string& tracePath, const std::string& prefix) override in GetTraceFinalPath()
92 …TraceSyncCopyHandler(const std::string& tracePath, const std::string& caller, uint32_t cleanThresh… in TraceSyncCopyHandler()
100 explicit TraceAppHandler(const std::string& tracePath, uint32_t cleanThreshold) in TraceAppHandler()
105 std::string GetTraceFinalPath(const std::string& tracePath, const std::string& prefix) override in GetTraceFinalPath()
/base/hiviewdfx/hiview/framework/native/unified_collection/collector/impl/trace/test/include/
Dtest_trace_state_machine.h43 inline bool IsContainSrcTrace(const std::string& tracePath, const std::string& srcPath) in IsContainSrcTrace()
/base/hiviewdfx/hitrace/test/systemtest/
Dhitrace_systemtest.cpp266 … std::filesystem::path tracePath = std::filesystem::canonical("/sys/kernel/tracing/trace_marker"); in GetTraceMarkerFdNum() local
/base/hiviewdfx/hitrace/cmd/
Dhitrace_cmd.cpp699 std::string tracePath = g_traceRootPath + TRACE_NODE; in DumpTrace() local