Revision 90f59ee41abf587ad4675a70434136c8707fdf4b authored by Daniel Bristot de Oliveira on 18 February 2022, 17:57:09 UTC, committed by Steven Rostedt (Google) on 26 February 2022, 02:05:30 UTC
When a trace instance creation fails, tools are printing:

	Could not enable -> osnoiser <- tracer for tracing

Print the actual (and correct) name of the tracer it fails to enable.

Link: https://lkml.kernel.org/r/53ef0582605af91eca14b19dba9fc9febb95d4f9.1645206561.git.bristot@kernel.org

Fixes: b1696371d865 ("rtla: Helper functions for rtla")
Cc: Jonathan Corbet <corbet@lwn.net>
Signed-off-by: Daniel Bristot de Oliveira <bristot@kernel.org>
Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org>
1 parent 316f710
History
File Mode Size
.kunitconfig -rw-r--r-- 63 bytes
Kconfig -rw-r--r-- 2.3 KB
Makefile -rw-r--r-- 434 bytes
assert.c -rw-r--r-- 6.1 KB
debugfs.c -rw-r--r-- 2.7 KB
debugfs.h -rw-r--r-- 722 bytes
executor.c -rw-r--r-- 6.7 KB
executor_test.c -rw-r--r-- 6.6 KB
kunit-example-test.c -rw-r--r-- 3.4 KB
kunit-test.c -rw-r--r-- 12.5 KB
string-stream-test.c -rw-r--r-- 1.4 KB
string-stream.c -rw-r--r-- 4.7 KB
string-stream.h -rw-r--r-- 1.2 KB
test.c -rw-r--r-- 19.2 KB
try-catch-impl.h -rw-r--r-- 628 bytes
try-catch.c -rw-r--r-- 2.8 KB

back to top