]> git.itanic.dy.fi Git - linux-stable/commit
perf intel-pt: Add event type names UINTR and UIRET
authorAdrian Hunter <adrian.hunter@intel.com>
Mon, 20 Mar 2023 18:35:16 +0000 (20:35 +0200)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Mon, 20 Mar 2023 22:25:27 +0000 (19:25 -0300)
commit34f576c95d1bd1be3f123c2d1f3db084e5e72583
treecbe3dc4c5447e7b39d6c9e506a9c7eeaa022732e
parentec9640f77d199c4ed78d7a00fbbaf78773c38d9d
perf intel-pt: Add event type names UINTR and UIRET

UINTR and UIRET are listed in table 32-50 "CFE Packet Type and Vector
Fields Details" in the Intel Processor Trace chapter of The Intel SDM
Volume 3 version 078.

The codes are for "User interrupt delivered" and "Exiting from user
interrupt routine" respectively.

Signed-off-by: Adrian Hunter <adrian.hunter@intel.com>
Acked-by: Ian Rogers <irogers@google.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Namhyung Kim <namhyung@kernel.org>
Link: https://lore.kernel.org/r/20230320183517.15099-2-adrian.hunter@intel.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/builtin-script.c