lkml.org 
[lkml]   [2022]   [Jan]   [24]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 5.16 1003/1039] perf test: Enable system wide for metricgroups test
    Date
    From: Ian Rogers <irogers@google.com>

    commit 0046686da0ef692a6381260c3aa44291187eafc9 upstream.

    Uncore events as group leaders fail in per-thread mode causing exit
    errors. Enable system-wide for metricgroup testing. This fixes the HPC
    metric group when tested on skylakex.

    Fixes: 4a87dea9e60fe100 ("perf test: Workload test of metric and metricgroups")
    Signed-off-by: Ian Rogers <irogers@google.com>
    Tested-by: Arnaldo Carvalho de Melo <acme@redhat.com>
    Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com>
    Cc: Andi Kleen <ak@linux.intel.com>
    Cc: Ingo Molnar <mingo@redhat.com>
    Cc: Jiri Olsa <jolsa@redhat.com>
    Cc: Mark Rutland <mark.rutland@arm.com>
    Cc: Namhyung Kim <namhyung@kernel.org>
    Cc: Peter Zijlstra <peterz@infradead.org>
    Cc: Stephane Eranian <eranian@google.com>
    Link: https://lore.kernel.org/r/20211223183948.3423989-1-irogers@google.com
    Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
    Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
    ---
    tools/perf/tests/shell/stat_all_metricgroups.sh | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    --- a/tools/perf/tests/shell/stat_all_metricgroups.sh
    +++ b/tools/perf/tests/shell/stat_all_metricgroups.sh
    @@ -6,7 +6,7 @@ set -e

    for m in $(perf list --raw-dump metricgroups); do
    echo "Testing $m"
    - perf stat -M "$m" true
    + perf stat -M "$m" -a true
    done

    exit 0

    \
     
     \ /
      Last update: 2022-01-25 04:10    [W:3.453 / U:3.824 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site