Merge tag 'perf-tools-fixes-for-v5.16-2022-01-02' of...
Merge tag 'perf-tools-fixes-for-v5.16-2022-01-02' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux Pull perf tools fixes from Arnaldo Carvalho de Melo: - Fix TUI exit screen refresh race condition in 'perf top'. - Fix parsing of Intel PT VM time correlation arguments. - Honour CPU filtering command line request of a script's switch events in 'perf script'. - Fix printing of switch events in Intel PT python script. - Fix duplicate alias events list printing in 'perf list', noticed on heterogeneous arm64 systems. - Fix return value of ids__new(), users expect NULL for failure, not ERR_PTR(-ENOMEM). * tag 'perf-tools-fixes-for-v5.16-2022-01-02' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux: perf top: Fix TUI exit screen refresh race condition perf pmu: Fix alias events list perf scripts python: intel-pt-events.py: Fix printing of switch events perf script: Fix CPU filtering of a script's switch events perf intel-pt: Fix parsing of VM time correlation arguments perf expr: Fix return value of ids__new()
No related branches found
No related tags found
Showing
- tools/perf/builtin-script.c 1 addition, 1 deletiontools/perf/builtin-script.c
- tools/perf/scripts/python/intel-pt-events.py 13 additions, 10 deletionstools/perf/scripts/python/intel-pt-events.py
- tools/perf/ui/tui/setup.c 5 additions, 3 deletionstools/perf/ui/tui/setup.c
- tools/perf/util/expr.c 6 additions, 1 deletiontools/perf/util/expr.c
- tools/perf/util/intel-pt.c 1 addition, 0 deletionstools/perf/util/intel-pt.c
- tools/perf/util/pmu.c 17 additions, 6 deletionstools/perf/util/pmu.c
Loading
Please register or sign in to comment