Patch "perf test: Fix test case 87 ("perf record tests") for hybrid systems" has been added to the 5.19-stable tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



This is a note to let you know that I've just added the patch titled

    perf test: Fix test case 87 ("perf record tests") for hybrid systems

to the 5.19-stable tree which can be found at:
    http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary

The filename of the patch is:
     perf-test-fix-test-case-87-perf-record-tests-for-hyb.patch
and it can be found in the queue-5.19 subdirectory.

If you, or anyone else, feels it should not be added to the stable tree,
please let <stable@xxxxxxxxxxxxxxx> know about it.



commit 26dd7b925f68e1c5ec94f5370caf374d96fc0355
Author: Zhengjun Xing <zhengjun.xing@xxxxxxxxxxxxxxx>
Date:   Tue Sep 27 13:15:13 2022 +0800

    perf test: Fix test case 87 ("perf record tests") for hybrid systems
    
    [ Upstream commit 457c8b60267054869513ab1fb5513abb0a566dd0 ]
    
    The test case 87 ("perf record tests") failed on hybrid systems,the event
    "cpu/br_inst_retired.near_call/p" is only for non-hybrid system. Correct
    the test event to support both non-hybrid and hybrid systems.
    
    Before:
    
      # ./perf test 87
      87: perf record tests                                   : FAILED!
    
    After:
    
      # ./perf test 87
      87: perf record tests                                   : Ok
    
    Fixes: 24f378e66021f559 ("perf test: Add basic perf record tests")
    Reviewed-by: Kan Liang <kan.liang@xxxxxxxxxxxxxxx>
    Signed-off-by: Xing Zhengjun <zhengjun.xing@xxxxxxxxxxxxxxx>
    Acked-by: Ian Rogers <irogers@xxxxxxxxxx>
    Cc: Alexander Shishkin <alexander.shishkin@xxxxxxxxx>
    Cc: Andi Kleen <ak@xxxxxxxxxxxxxxx>
    Cc: Ingo Molnar <mingo@xxxxxxxxxx>
    Cc: Jiri Olsa <jolsa@xxxxxxxxxx>
    Cc: Namhyung Kim <namhyung@xxxxxxxxxx>
    Cc: Peter Zijlstra <peterz@xxxxxxxxxxxxx>
    Link: https://lore.kernel.org/r/20220927051513.3768717-1-zhengjun.xing@xxxxxxxxxxxxxxx
    Signed-off-by: Arnaldo Carvalho de Melo <acme@xxxxxxxxxx>
    Signed-off-by: Sasha Levin <sashal@xxxxxxxxxx>

diff --git a/tools/perf/tests/shell/record.sh b/tools/perf/tests/shell/record.sh
index 00c7285ce1ac..301f95427159 100755
--- a/tools/perf/tests/shell/record.sh
+++ b/tools/perf/tests/shell/record.sh
@@ -61,7 +61,7 @@ test_register_capture() {
     echo "Register capture test [Skipped missing registers]"
     return
   fi
-  if ! perf record -o - --intr-regs=di,r8,dx,cx -e cpu/br_inst_retired.near_call/p \
+  if ! perf record -o - --intr-regs=di,r8,dx,cx -e br_inst_retired.near_call:p \
     -c 1000 --per-thread true 2> /dev/null \
     | perf script -F ip,sym,iregs -i - 2> /dev/null \
     | egrep -q "DI:"



[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux