Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPTJSONStructs.h29 struct JSONThread { struct
37 std::vector<JSONThread> threads; argument
65 llvm::json::Value toJSON(const JSONThread &thread);
80 bool fromJSON(const llvm::json::Value &value, JSONThread &thread,
H A DTraceIntelPTBundleSaver.cpp97 static llvm::Expected<std::vector<JSONThread>>
99 std::vector<JSONThread> json_threads; in BuildThreadsSection()
111 JSONThread json_thread; in BuildThreadsSection()
306 Expected<std::vector<JSONThread>> json_threads = in BuildProcessSection()
H A DTraceIntelPTBundleLoader.cpp80 const JSONThread &thread) { in ParseThread()
128 for (const JSONThread &thread : process.threads) in ParseProcess()
337 for (JSONThread &thread : process.threads) in AugmentThreadsFromContextSwitches()
402 for (JSONThread &thread : process.threads) { in NormalizeAllPaths()
H A DTraceIntelPTJSONStructs.cpp52 json::Value toJSON(const JSONThread &thread) { in toJSON()
59 bool fromJSON(const json::Value &value, JSONThread &thread, Path path) { in fromJSON()
H A DTraceIntelPTBundleLoader.h62 const JSONThread &thread);