Merge tag 'perf-tools-fixes-for-v5.16-2021-12-11' of...
Merge tag 'perf-tools-fixes-for-v5.16-2021-12-11' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux Pull perf tools fixes from Arnaldo Carvalho de Melo: - Prevent out-of-bounds access to per sample registers. - Fix NULL vs IS_ERR_OR_NULL() checking on the python binding. - Intel PT fixes, half of those are one-liners: - Fix some PGE (packet generation enable/control flow packets) usage. - Fix sync state when a PSB (synchronization) packet is found. - Fix intel_pt_fup_event() assumptions about setting state type. - Fix state setting when receiving overflow (OVF) packet. - Fix next 'err' value, walking trace. - Fix missing 'instruction' events with 'q' option. - Fix error timestamp setting on the decoder error path. * tag 'perf-tools-fixes-for-v5.16-2021-12-11' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux: perf python: Fix NULL vs IS_ERR_OR_NULL() checking perf intel-pt: Fix error timestamp setting on the decoder error path perf...
Showing
- tools/perf/util/event.h 4 additions, 1 deletiontools/perf/util/event.h
- tools/perf/util/intel-pt-decoder/intel-pt-decoder.c 55 additions, 30 deletionstools/perf/util/intel-pt-decoder/intel-pt-decoder.c
- tools/perf/util/intel-pt.c 1 addition, 0 deletionstools/perf/util/intel-pt.c
- tools/perf/util/perf_regs.c 3 additions, 0 deletionstools/perf/util/perf_regs.c
- tools/perf/util/python.c 1 addition, 1 deletiontools/perf/util/python.c
Please register or sign in to comment