[PATCH 0/2 v3] perf test: perf record tests (114) changes

Thomas Richter posted 2 patches 1 year ago
tools/perf/tests/shell/record.sh | 53 ++++++++++++++++++++------------
1 file changed, 34 insertions(+), 19 deletions(-)
[PATCH 0/2 v3] perf test: perf record tests (114) changes
Posted by Thomas Richter 1 year ago
Change event intructions to cycles for subtests
 - precise_max attribute
 - Basic leader sampling
as event instructions can not be used for sampling on s390.

Thomas Richter (2):
  perf test: Fix perf test 114 perf record test subtest precise_max
  perf test: Change event in perf test 114 perf record test subtest
    test_leader_sampling

 tools/perf/tests/shell/record.sh | 53 ++++++++++++++++++++------------
 1 file changed, 34 insertions(+), 19 deletions(-)

-- 
2.48.1
Re: [PATCH 0/2 v3] perf test: perf record tests (114) changes
Posted by Namhyung Kim 1 year ago
On Fri, 31 Jan 2025 11:27:54 +0100, Thomas Richter wrote:
> Change event intructions to cycles for subtests
>  - precise_max attribute
>  - Basic leader sampling
> as event instructions can not be used for sampling on s390.
> 
> Thomas Richter (2):
>   perf test: Fix perf test 114 perf record test subtest precise_max
>   perf test: Change event in perf test 114 perf record test subtest
>     test_leader_sampling
> 
> [...]
Applied to perf-tools-next, thanks!

Best regards,
Namhyung
Re: [PATCH 0/2 v3] perf test: perf record tests (114) changes
Posted by James Clark 1 year ago

On 31/01/2025 10:27 am, Thomas Richter wrote:
> Change event intructions to cycles for subtests
>   - precise_max attribute
>   - Basic leader sampling
> as event instructions can not be used for sampling on s390.
> 
> Thomas Richter (2):
>    perf test: Fix perf test 114 perf record test subtest precise_max
>    perf test: Change event in perf test 114 perf record test subtest
>      test_leader_sampling
> 
>   tools/perf/tests/shell/record.sh | 53 ++++++++++++++++++++------------
>   1 file changed, 34 insertions(+), 19 deletions(-)
> 

LGTM