Home
last modified time | relevance | path

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

/base/hiviewdfx/hitrace/frameworks/trace_source/
Dtrace_content.h92 const std::string& tracefsPath, const std::string& traceFilePath, const bool ishm) in ITraceFileHdrContent()
100 … TraceFileHdrLinux(const int fd, const std::string& tracefsPath, const std::string& traceFilePath) in TraceFileHdrLinux()
107 TraceFileHdrHM(const int fd, const std::string& tracefsPath, const std::string& traceFilePath) in TraceFileHdrHM()
115 const std::string& tracefsPath, const std::string& traceFilePath, const bool ishm) in TraceBaseInfoContent()
149 …ITraceCpuRawContent(const int fd, const std::string& tracefsPath, const std::string& traceFilePath, in ITraceCpuRawContent()
175 … const std::string& tracefsPath, const std::string& traceFilePath, const TraceDumpRequest& request) in TraceCpuRawLinux()
183 … const std::string& tracefsPath, const std::string& traceFilePath, const TraceDumpRequest& request) in TraceCpuRawHM()
225 …ITraceCpuRawWrite(const int fd, const std::string& traceFilePath, const uint64_t taskId, const boo… in ITraceCpuRawWrite()
235 TraceCpuRawWriteLinux(const int fd, const std::string& traceFilePath, const uint64_t taskId) in TraceCpuRawWriteLinux()
242 TraceCpuRawWriteHM(const int fd, const std::string& traceFilePath, const uint64_t taskId) in TraceCpuRawWriteHM()
[all …]
Dtrace_source.cpp56 TraceSource<Strategy>::TraceSource(const std::string& tracefsPath, const std::string& traceFilePath) in TraceSource()
144 bool TraceSource<Strategy>::UpdateTraceFile(const std::string& traceFilePath) in UpdateTraceFile()
Dtrace_content.cpp92 const std::string& traceFilePath, in ITraceContent()
394 const std::string& traceFilePath, in TraceEventFmtContent()
423 const std::string& traceFilePath, in TraceCmdLinesContent()
439 …::TraceTgidsContent(const int fd, const std::string& tracefsPath, const std::string& traceFilePath, in TraceTgidsContent()
759 … const std::string& tracefsPath, const std::string& traceFilePath) in TraceHeaderPageLinux()
780 … const std::string& tracefsPath, const std::string& traceFilePath) in TracePrintkFmtLinux()
/base/hiviewdfx/hitrace/test/systemtest/
Dhitrace_systemtest.cpp920 std::string traceFilePath = "/data/log/hitrace/" + traceLists[i]; variable