[Lldb-commits] [PATCH] D130805: [trace][intel pt] Support a new kernel section in LLDB’s trace bundle schema
Sujin Park via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Aug 2 14:51:45 PDT 2022
persona0220 updated this revision to Diff 449442.
persona0220 marked 15 inline comments as done.
persona0220 added a comment.
- Remove duplicate files under `lldb/test/API/commands/trace/intelpt-kernel-trace` and use relative path to `../intelpt-multi-core-trace/`
- Update TraceIntelBundleSaver to save "kernel" section
- Add test to TestTraceSave
- Add CreateEmptyProcess to dedup between ParseProccess and PareKernel.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D130805/new/
https://reviews.llvm.org/D130805
Files:
lldb/source/Plugins/Trace/intel-pt/TraceIntelPT.cpp
lldb/source/Plugins/Trace/intel-pt/TraceIntelPT.h
lldb/source/Plugins/Trace/intel-pt/TraceIntelPTBundleLoader.cpp
lldb/source/Plugins/Trace/intel-pt/TraceIntelPTBundleLoader.h
lldb/source/Plugins/Trace/intel-pt/TraceIntelPTBundleSaver.cpp
lldb/source/Plugins/Trace/intel-pt/TraceIntelPTConstants.h
lldb/source/Plugins/Trace/intel-pt/TraceIntelPTJSONStructs.cpp
lldb/source/Plugins/Trace/intel-pt/TraceIntelPTJSONStructs.h
lldb/test/API/commands/trace/TestTraceLoad.py
lldb/test/API/commands/trace/TestTraceSave.py
lldb/test/API/commands/trace/intelpt-kernel-trace/trace.json
lldb/test/API/commands/trace/intelpt-kernel-trace/trace_kernel_with_process.json
lldb/test/API/commands/trace/intelpt-kernel-trace/trace_kernel_wo_cpus.json
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D130805.449442.patch
Type: text/x-patch
Size: 26771 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20220802/4e193a45/attachment-0001.bin>
More information about the lldb-commits
mailing list