Home
last modified time | relevance | path

Searched refs:trace_session_file (Results 1 – 6 of 6) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPTSessionFileParser.h38 const llvm::json::Value &trace_session_file, in TraceIntelPTSessionFileParser() argument
41 m_trace_session_file(trace_session_file) {} in TraceIntelPTSessionFileParser()
H A DTraceIntelPT.cpp70 const json::Value &trace_session_file, StringRef session_file_dir, in CreateInstanceForSessionFile() argument
72 return TraceIntelPTSessionFileParser(debugger, trace_session_file, in CreateInstanceForSessionFile()
H A DTraceIntelPT.h48 CreateInstanceForSessionFile(const llvm::json::Value &trace_session_file,
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DTrace.cpp63 const json::Value &trace_session_file, in FindPluginForPostMortemProcess() argument
67 if (!json::fromJSON(trace_session_file, json_session, root)) in FindPluginForPostMortemProcess()
72 return create_callback(trace_session_file, session_file_dir, debugger); in FindPluginForPostMortemProcess()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DTrace.h98 const llvm::json::Value &trace_session_file,
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-private-interfaces.h119 const llvm::json::Value &trace_session_file,