]> git.ipfire.org Git - thirdparty/linux.git/commit
perf test: Add missing newlines in debug messages
authorJames Clark <james.clark@linaro.org>
Thu, 4 Dec 2025 09:10:54 +0000 (09:10 +0000)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Tue, 20 Jan 2026 20:34:51 +0000 (17:34 -0300)
commit838def24130540dcb7b846bdb2bad63ea4c3dd55
tree2ea26a4e5a5e81f854f778380ddf79568a220e2d
parent9bb93278c35d658057f513ba25ffb2b5204c2b9e
perf test: Add missing newlines in debug messages

These debug messages bleed into the next log line. Fix it by adding the
missing newlines.

Reviewed-by: Ian Rogers <irogers@google.com>
Signed-off-by: James Clark <james.clark@linaro.org>
Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Cc: Ingo Molnar <mingo@redhat.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Leo Yan <leo.yan@arm.com>
Cc: Mark Rutland <mark.rutland@arm.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/tests/parse-events.c