[trace][intelpt] Support system-wide tracing [2] - Add a dummy --per-core-tracing...
authorWalter Erquinigo <wallace@fb.com>
Thu, 28 Apr 2022 21:00:44 +0000 (14:00 -0700)
committerWalter Erquinigo <wallace@fb.com>
Mon, 9 May 2022 23:05:26 +0000 (16:05 -0700)
commitb8d1776fc58d56af30d446386788e377d25dd512
tree80437bfa1f1238713950930101be132a5f8bdaea
parent67d0bc27c0fde04a3e0c7130419eb1b8a5fda7db
[trace][intelpt] Support system-wide tracing [2] - Add a dummy --per-core-tracing option

This updates the documentation of the gdb-remote protocol, as well as the help messages, to include the new --per-core-tracing option.

Differential Revision: https://reviews.llvm.org/D124640
13 files changed:
lldb/docs/lldb-gdb-remote.txt
lldb/include/lldb/Utility/TraceIntelPTGDBRemotePackets.h
lldb/packages/Python/lldbsuite/test/tools/intelpt/intelpt_testcase.py
lldb/source/Plugins/Process/Linux/IntelPTCollector.cpp
lldb/source/Plugins/Trace/intel-pt/CommandObjectTraceStartIntelPT.cpp
lldb/source/Plugins/Trace/intel-pt/CommandObjectTraceStartIntelPT.h
lldb/source/Plugins/Trace/intel-pt/TraceIntelPT.cpp
lldb/source/Plugins/Trace/intel-pt/TraceIntelPT.h
lldb/source/Plugins/Trace/intel-pt/TraceIntelPTConstants.h
lldb/source/Plugins/Trace/intel-pt/TraceIntelPTOptions.td
lldb/source/Utility/TraceIntelPTGDBRemotePackets.cpp
lldb/test/API/commands/trace/TestTraceStartStop.py
lldb/test/API/commands/trace/multiple-threads/TestTraceStartStopMultipleThreads.py