diff options
author | Yang Jihong <yangjihong1@huawei.com> | 2023-06-14 02:15:05 +0000 |
---|---|---|
committer | Namhyung Kim <namhyung@kernel.org> | 2023-06-20 15:55:13 -0700 |
commit | db1f5f1038a2df67f549e2657f56327e28127c27 (patch) | |
tree | b48070222fafc688fa1e6cdcc026ba8be68a4388 /usr | |
parent | 82fe2e45cdb00de4fa648050ae33bdadf9b3294a (diff) | |
download | linux-stable-db1f5f1038a2df67f549e2657f56327e28127c27.tar.gz linux-stable-db1f5f1038a2df67f549e2657f56327e28127c27.tar.bz2 linux-stable-db1f5f1038a2df67f549e2657f56327e28127c27.zip |
perf stat: Add missing newline in pr_err messages
The newline is missing for error messages in add_default_attributes()
Before:
# perf stat --topdown
Topdown requested but the topdown metric groups aren't present.
(See perf list the metric groups have names like TopdownL1)#
After:
# perf stat --topdown
Topdown requested but the topdown metric groups aren't present.
(See perf list the metric groups have names like TopdownL1)
#
In addition, perf_stat_init_aggr_mode() and perf_stat_init_aggr_mode_file()
have the same problem, fixed by the way.
Signed-off-by: Yang Jihong <yangjihong1@huawei.com>
Acked-by: Ian Rogers <irogers@google.com>
Reviewed-by: James Clark <james.clark@arm.com>
Link: https://lore.kernel.org/r/20230614021505.59856-1-yangjihong1@huawei.com
Signed-off-by: Namhyung Kim <namhyung@kernel.org>
Diffstat (limited to 'usr')
0 files changed, 0 insertions, 0 deletions