Home
last modified time | relevance | path

Searched refs:plugin_settings (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPTSessionFileParser.cpp79 TraceIntelPTSessionFileParser::JSONTraceIntelPTSettings &plugin_settings, in fromJSON() argument
82 return o && o.map("cpuInfo", plugin_settings.cpuInfo) && in fromJSON()
85 (TraceSessionFileParser::JSONTracePluginSettings &)plugin_settings, in fromJSON()
H A DTraceIntelPTSessionFileParser.h73 JSONTraceIntelPTSettings &plugin_settings,
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DTrace.cpp40 bool fromJSON(const Value &value, JSONSimplePluginSettings &plugin_settings, in fromJSON() argument
43 return o && o.map("type", plugin_settings.type); in fromJSON()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Trace/common/
H A DTraceSessionFileParser.cpp210 TraceSessionFileParser::JSONTracePluginSettings &plugin_settings, in fromJSON() argument
213 return o && o.map("type", plugin_settings.type); in fromJSON()
H A DTraceSessionFileParser.h154 &plugin_settings,