Home
last modified time | relevance | path

Searched refs:json_str (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPT.cpp358 json::OStream json_str(s.AsRawOstream(), 2); in DumpTraceInfoAsJson() local
377 json_str.object([&] { in DumpTraceInfoAsJson()
380 json_str.attribute("tid", tid); in DumpTraceInfoAsJson()
410 json_str.attribute( in DumpTraceInfoAsJson()
423 json_str.attribute(kind, count); in DumpTraceInfoAsJson()
431 json_str.attribute( in DumpTraceInfoAsJson()
434 json_str.attribute( in DumpTraceInfoAsJson()
448 json_str.attribute( in DumpTraceInfoAsJson()
451 json_str.attribute( in DumpTraceInfoAsJson()
454 json_str.attribute("totalPSBBlocks", in DumpTraceInfoAsJson()
[all …]
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp5215 StreamString json_str; in ParseStructuredDataPacket() local
5216 json_sp->Dump(json_str, true); in ParseStructuredDataPacket()
5217 json_str.Flush(); in ParseStructuredDataPacket()
5221 __FUNCTION__, json_str.GetData()); in ParseStructuredDataPacket()
/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp207 std::string json_str = in GetStatistics() local
211 data.m_impl_up->SetObjectSP(StructuredData::ParseJSON(json_str)); in GetStatistics()