• Athira Rajeev's avatar
    perf test: Fix "all PMU test" to skip hv_24x7/hv_gpci tests on powerpc · 451ed805
    Athira Rajeev authored
    "perf all PMU test" picks the input events from "perf list --raw-dump
    pmu" list and runs "perf stat -e" for each of the event in the list. In
    case of powerpc, the PowerVM environment supports events from hv_24x7
    and hv_gpci PMU which is of example format like below:
    
    - hv_24x7/CPM_ADJUNCT_INST,domain=?,core=?/
    - hv_gpci/event,partition_id=?/
    
    The value for "?" needs to be filled in depending on system and
    respective event. CPM_ADJUNCT_INST needs have core value and domain
    value. hv_gpci event needs partition_id.  Similarly, there are other
    events for hv_24x7 and hv_gpci having "?" in event format. Hence skip
    these events on powerpc platform since values like partition_id, domain
    is specific to system and event.
    
    Fixes: 3d5ac9ef ("perf test: Workload test of all PMUs")
    Signed-off-by: default avatarAthira Jajeev <atrajeev@linux.vnet.ibm.com>
    Acked-by: default avatarIan Rogers <irogers@google.com>
    Cc: Disha Goel <disgoel@linux.vnet.ibm.com>
    Cc: Jiri Olsa <jolsa@kernel.org>
    Cc: Kajol Jain <kjain@linux.ibm.com>
    Cc: linuxppc-dev@lists.ozlabs.org
    Cc: Madhavan Srinivasan <maddy@linux.vnet.ibm.com>
    Cc: Michael Ellerman <mpe@ellerman.id.au>
    Cc: Nageswara R Sastry <rnsastry@linux.ibm.com>
    Link: https://lore.kernel.org/r/20220520101236.17249-1-atrajeev@linux.vnet.ibm.comSigned-off-by: default avatarArnaldo Carvalho de Melo <acme@redhat.com>
    451ed805
stat_all_pmu.sh 1005 Bytes