diff options
author | 2023-12-04 10:23:29 -0800 | |
---|---|---|
committer | 2023-12-05 10:15:10 -0800 | |
commit | e2b005d6ec0e738df584190e21d2c7ada37266a0 (patch) | |
tree | 429fd5be084a244cb614eef5fff0bc62e0cd25f7 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | tools: Disable __packed attribute compiler warning due to -Werror=attributes (diff) | |
download | wireguard-linux-e2b005d6ec0e738df584190e21d2c7ada37266a0.tar.xz wireguard-linux-e2b005d6ec0e738df584190e21d2c7ada37266a0.zip |
perf metrics: Avoid segv if default metricgroup isn't set
A metric is default by having "Default" within its groups. The default
metricgroup name needn't be set and this can result in segv in
default_metricgroup_cmp and perf_stat__print_shadow_stats_metricgroup
that assume it has a value when there is a Default metric group. To
avoid the segv initialize the value to "".
Fixes: 1c0e47956a8e ("perf metrics: Sort the Default metricgroup")
Signed-off-by: Ian Rogers <irogers@google.com>
Reviewed-and-tested-by: Ilkka Koskinen <ilkka@os.amperecomputing.com>
Cc: James Clark <james.clark@arm.com>
Cc: Will Deacon <will@kernel.org>
Cc: Leo Yan <leo.yan@linaro.org>
Cc: Mike Leach <mike.leach@linaro.org>
Cc: Kajol Jain <kjain@linux.ibm.com>
Cc: Kan Liang <kan.liang@linux.intel.com>
Cc: John Garry <john.g.garry@oracle.com>
Cc: stable@vger.kernel.org
Cc: linux-arm-kernel@lists.infradead.org
Link: https://lore.kernel.org/r/20231204182330.654255-1-irogers@google.com
Signed-off-by: Namhyung Kim <namhyung@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions