[PATCH v2 0/5] Fixes for 6.8 PR1

Ian Rogers posted 5 patches 1 year, 11 months ago
tools/perf/Documentation/perf-list.txt |   4 +
tools/perf/builtin-list.c              | 211 +++++++++++++++----------
tools/perf/tests/shell/daemon.sh       |  34 ++--
tools/perf/tests/shell/list.sh         |  21 ++-
tools/perf/tests/shell/script.sh       |   3 +-
tools/perf/util/print-events.c         |   2 +-
6 files changed, 177 insertions(+), 98 deletions(-)
[PATCH v2 0/5] Fixes for 6.8 PR1
Posted by Ian Rogers 1 year, 11 months ago
Discovered some testing issues around perf list, perf script and perf
daemon based on Linux 6.8-rc1. Some of the issues were discovered in
the context of an Alderlake system.

v2 - address Namhyung's review comment and add his Acked-by.

Ian Rogers (5):
  perf list: Switch error message to pr_err
  perf list: Add output file option
  perf test: Workaround debug output in list test
  perf test: Fix script test for python being disabled
  perf test: Make daemon signal test less racy

 tools/perf/Documentation/perf-list.txt |   4 +
 tools/perf/builtin-list.c              | 211 +++++++++++++++----------
 tools/perf/tests/shell/daemon.sh       |  34 ++--
 tools/perf/tests/shell/list.sh         |  21 ++-
 tools/perf/tests/shell/script.sh       |   3 +-
 tools/perf/util/print-events.c         |   2 +-
 6 files changed, 177 insertions(+), 98 deletions(-)

-- 
2.43.0.429.g432eaa2c6b-goog
Re: [PATCH v2 0/5] Fixes for 6.8 PR1
Posted by Arnaldo Carvalho de Melo 1 year, 11 months ago
Em Tue, Jan 23, 2024 at 08:30:10PM -0800, Ian Rogers escreveu:
> Discovered some testing issues around perf list, perf script and perf
> daemon based on Linux 6.8-rc1. Some of the issues were discovered in
> the context of an Alderlake system.
> 
> v2 - address Namhyung's review comment and add his Acked-by.

Thanks, applied to perf-tools.

- Arnaldo

 
> Ian Rogers (5):
>   perf list: Switch error message to pr_err
>   perf list: Add output file option
>   perf test: Workaround debug output in list test
>   perf test: Fix script test for python being disabled
>   perf test: Make daemon signal test less racy
> 
>  tools/perf/Documentation/perf-list.txt |   4 +
>  tools/perf/builtin-list.c              | 211 +++++++++++++++----------
>  tools/perf/tests/shell/daemon.sh       |  34 ++--
>  tools/perf/tests/shell/list.sh         |  21 ++-
>  tools/perf/tests/shell/script.sh       |   3 +-
>  tools/perf/util/print-events.c         |   2 +-
>  6 files changed, 177 insertions(+), 98 deletions(-)
> 
> -- 
> 2.43.0.429.g432eaa2c6b-goog
> 
> 

-- 

- Arnaldo