perf tsc: Add missing newlines to debug statements
authorIan Rogers <irogers@google.com>
Wed, 31 Jan 2024 13:49:38 +0000 (05:49 -0800)
committerNamhyung Kim <namhyung@kernel.org>
Fri, 2 Feb 2024 21:07:18 +0000 (13:07 -0800)
commit2882358b8b83b417a9d82205ae6aae5be00bd989
tree124c99fc3dcddb86ec2c3ab5ce4133430dfa381d
parent366fb5f59d470ad1271cd4bbc3c580ad6118943d
perf tsc: Add missing newlines to debug statements

It is assumed that debug statements always print a newline, fix two
missing ones.

Signed-off-by: Ian Rogers <irogers@google.com>
Reviewed-by: James Clark <james.clark@arm.com>
Cc: tchen168@asu.edu
Cc: Kan Liang <kan.liang@linux.intel.com>
Cc: Michael Petlan <mpetlan@redhat.com>
Signed-off-by: Namhyung Kim <namhyung@kernel.org>
Link: https://lore.kernel.org/r/20240131134940.593788-1-irogers@google.com
tools/perf/arch/x86/util/tsc.c