Searched refs:TraceSessionFileParser (Results 1 – 6 of 6) sorted by relevance
/external/llvm-project/lldb/source/Target/ |
D | TraceSessionFileParser.cpp | 23 void TraceSessionFileParser::NormalizePath(lldb_private::FileSpec &file_spec) { in NormalizePath() 28 Error TraceSessionFileParser::ParseModule(lldb::TargetSP &target_sp, in ParseModule() 57 Error TraceSessionFileParser::CreateJSONError(json::Path::Root &root, in CreateJSONError() 67 std::string TraceSessionFileParser::BuildSchema(StringRef plugin_schema) { in BuildSchema() 99 ThreadTraceSP TraceSessionFileParser::ParseThread(ProcessSP &process_sp, in ParseThread() 112 Expected<TraceSessionFileParser::ParsedProcess> 113 TraceSessionFileParser::ParseProcess(const JSONProcess &process) { in ParseProcess() 153 Expected<std::vector<TraceSessionFileParser::ParsedProcess>> 154 TraceSessionFileParser::ParseCommonSessionFile( in ParseCommonSessionFile() 178 bool fromJSON(const Value &value, TraceSessionFileParser::JSONAddress &address, in fromJSON() [all …]
|
D | CMakeLists.txt | 71 TraceSessionFileParser.cpp
|
/external/llvm-project/lldb/include/lldb/Target/ |
D | TraceSessionFileParser.h | 25 class TraceSessionFileParser { 74 TraceSessionFileParser(Debugger &debugger, llvm::StringRef session_file_dir, in TraceSessionFileParser() function 137 lldb_private::TraceSessionFileParser::JSONAddress &address, 141 lldb_private::TraceSessionFileParser::JSONModule &module, 145 lldb_private::TraceSessionFileParser::JSONThread &thread, 149 lldb_private::TraceSessionFileParser::JSONProcess &process, 153 lldb_private::TraceSessionFileParser::JSONTracePluginSettings 159 lldb_private::TraceSessionFileParser::JSONTraceSessionBase &session, 165 lldb_private::TraceSessionFileParser::JSONTraceSession<TPluginSettings> in fromJSON() 171 (lldb_private::TraceSessionFileParser::JSONTraceSessionBase &) in fromJSON()
|
/external/llvm-project/lldb/source/Plugins/Trace/intel-pt/ |
D | TraceIntelPTSessionFileParser.h | 20 class TraceIntelPTSessionFileParser : public TraceSessionFileParser { 30 : TraceSessionFileParser::JSONTracePluginSettings { 39 : TraceSessionFileParser(debugger, session_file_dir, GetSchema()), in TraceIntelPTSessionFileParser()
|
D | TraceIntelPTSessionFileParser.cpp | 25 schema = TraceSessionFileParser::BuildSchema(R"({ in GetSchema() 61 TraceSessionFileParser::JSONTraceSession<JSONTraceIntelPTSettings> session; in Parse() 92 (TraceSessionFileParser::JSONTracePluginSettings &)plugin_settings, in fromJSON()
|
/external/llvm-project/lldb/include/lldb/ |
D | lldb-forward.h | 231 class TraceSessionFileParser; variable
|