]> asedeno.scripts.mit.edu Git - linux.git/commit
perf bpf-event: Add missing new line into pr_debug call
authorJiri Olsa <jolsa@kernel.org>
Wed, 20 Feb 2019 12:27:58 +0000 (13:27 +0100)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Wed, 20 Feb 2019 19:23:07 +0000 (16:23 -0300)
commitb20fe10642f90d17c07b5e621bf4c00093c5654b
treeab954f34648407a22f8782b5908528d30fbd62ff
parent6ef362fd3cf3af5d8143a07b4ea20499bf2a9eec
perf bpf-event: Add missing new line into pr_debug call

Add a missing new line into pr_debug call in perf_event__synthesize_bpf_events(),
so that the error message does not screw the verbose output.

Signed-off-by: Jiri Olsa <jolsa@kernel.org>
Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Cc: Andi Kleen <ak@linux.intel.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Song Liu <songliubraving@fb.com>
Link: http://lkml.kernel.org/r/20190220122800.864-5-jolsa@kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/util/bpf-event.c