• L
    perf c2c: Refactor display string · faa30dfa
    Leo Yan 提交于
    The display type is shown by combination the display string array and a
    suffix string "HITMs", which is not friendly to extend display for other
    sorting type (e.g. extension for peer operations).
    
    This patch moves the suffix string "HITMs" into display string array for
    HITM types, so it can allow us to not necessarily to output string
    "HITMs" for new incoming display type.
    Reviewed-by: NAli Saidi <alisaidi@amazon.com>
    Signed-off-by: NLeo Yan <leo.yan@linaro.org>
    Tested-by: NAli Saidi <alisaidi@amazon.com>
    Acked-by: NIan Rogers <irogers@google.com>
    Cc: Adrian Hunter <adrian.hunter@intel.com>
    Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com>
    Cc: Anshuman Khandual <anshuman.khandual@arm.com>
    Cc: German Gomez <german.gomez@arm.com>
    Cc: Gustavo A. R. Silva <gustavoars@kernel.org>
    Cc: Ingo Molnar <mingo@redhat.com>
    Cc: James Clark <james.clark@arm.com>
    Cc: Jiri Olsa <jolsa@kernel.org>
    Cc: John Garry <john.garry@huawei.com>
    Cc: Kajol Jain <kjain@linux.ibm.com>
    Cc: Like Xu <likexu@tencent.com>
    Cc: Mark Rutland <mark.rutland@arm.com>
    Cc: Mike Leach <mike.leach@linaro.org>
    Cc: Namhyung Kim <namhyung@kernel.org>
    Cc: Peter Zijlstra <peterz@infradead.org>
    Cc: Timothy Hayes <timothy.hayes@arm.com>
    Cc: Will Deacon <will@kernel.org>
    Cc: linux-arm-kernel@lists.infradead.org
    Link: https://lore.kernel.org/r/20220811062451.435810-13-leo.yan@linaro.orgSigned-off-by: NArnaldo Carvalho de Melo <acme@redhat.com>
    faa30dfa
builtin-c2c.c 77.9 KB