mbox series

[5.10,0/8] perf intel_pt: Fixes for v5.10

Message ID 20211213154548.122728-1-adrian.hunter@intel.com
Headers show
Series perf intel_pt: Fixes for v5.10 | expand

Message

Adrian Hunter Dec. 13, 2021, 3:45 p.m. UTC
Here are some fixes backported to v5.10.

Adrian Hunter (8):
      perf inject: Fix itrace space allowed for new attributes
      perf intel-pt: Fix some PGE (packet generation enable/control flow packets) usage
      perf intel-pt: Fix sync state when a PSB (synchronization) packet is found
      perf intel-pt: Fix intel_pt_fup_event() assumptions about setting state type
      perf intel-pt: Fix state setting when receiving overflow (OVF) packet
      perf intel-pt: Fix next 'err' value, walking trace
      perf intel-pt: Fix missing 'instruction' events with 'q' option
      perf intel-pt: Fix error timestamp setting on the decoder error path

 tools/perf/builtin-inject.c                        |  2 +-
 .../perf/util/intel-pt-decoder/intel-pt-decoder.c  | 83 ++++++++++++++--------
 tools/perf/util/intel-pt.c                         |  1 +
 3 files changed, 56 insertions(+), 30 deletions(-)

Comments

Greg KH Dec. 15, 2021, 2 p.m. UTC | #1
On Mon, Dec 13, 2021 at 05:45:40PM +0200, Adrian Hunter wrote:
> Here are some fixes backported to v5.10.
> 
> Adrian Hunter (8):
>       perf inject: Fix itrace space allowed for new attributes
>       perf intel-pt: Fix some PGE (packet generation enable/control flow packets) usage
>       perf intel-pt: Fix sync state when a PSB (synchronization) packet is found
>       perf intel-pt: Fix intel_pt_fup_event() assumptions about setting state type
>       perf intel-pt: Fix state setting when receiving overflow (OVF) packet
>       perf intel-pt: Fix next 'err' value, walking trace
>       perf intel-pt: Fix missing 'instruction' events with 'q' option
>       perf intel-pt: Fix error timestamp setting on the decoder error path
> 
>  tools/perf/builtin-inject.c                        |  2 +-
>  .../perf/util/intel-pt-decoder/intel-pt-decoder.c  | 83 ++++++++++++++--------
>  tools/perf/util/intel-pt.c                         |  1 +
>  3 files changed, 56 insertions(+), 30 deletions(-)

All now queued up, thanks.

greg k-h