perf: Add Processor Trace Trigger Tracing and several Intel TH fixes
JIRA: https://issues.redhat.com/browse/RHEL-45091
JIRA: https://issues.redhat.com/browse/RHEL-47424
This MR adds features requested by Intel:
-
PTTT = a technology that enables the user to trigger Intel PT tracing by events, such as uprobes, so that the trace does not have to be recorded for the whole application execution time, but rather just for the code path of interest.
-
Adds several CPUs into the list of supported models in Intel Trace Hub.
Signed-off-by: Michael Petlan mpetlan@redhat.com