Skip to content

Commit

Permalink
perf arm-spe: Print size using consistent format
Browse files Browse the repository at this point in the history
Since the size is already printed earlier in hex, print the same data
using the same format, in hex.

Reviewed-by: James Clark <[email protected]>
Reviewed-by: Leo Yan <[email protected]>
Signed-off-by: Andrew Kilroy <[email protected]>
Cc: Alexander Shishkin <[email protected]>
Cc: Jiri Olsa <[email protected]>
Cc: John Garry <[email protected]>
Cc: Mark Rutland <[email protected]>
Cc: Mathieu Poirier <[email protected]>
Cc: Mike Leach <[email protected]>
Cc: Namhyung Kim <[email protected]>
Cc: Will Deacon <[email protected]>
Cc: [email protected]
Cc: [email protected]
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: German Gomez <[email protected]>
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
  • Loading branch information
andrewkilroyarm authored and acmel committed Nov 13, 2021
1 parent d54e50b commit 09e9afa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/perf/util/arm-spe.c
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ static void arm_spe_dump(struct arm_spe *spe __maybe_unused,
const char *color = PERF_COLOR_BLUE;

color_fprintf(stdout, color,
". ... ARM SPE data: size %zu bytes\n",
". ... ARM SPE data: size %#zx bytes\n",
len);

while (len) {
Expand Down

0 comments on commit 09e9afa

Please sign in to comment.