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
Makefile -rw-r--r-- 387 bytes
test_klp_atomic_replace.c -rw-r--r-- 1.3 KB
test_klp_callbacks_busy.c -rw-r--r-- 1.5 KB
test_klp_callbacks_demo.c -rw-r--r-- 2.9 KB
test_klp_callbacks_demo2.c -rw-r--r-- 2.3 KB
test_klp_callbacks_mod.c -rw-r--r-- 581 bytes
test_klp_livepatch.c -rw-r--r-- 1.1 KB
test_klp_shadow_vars.c -rw-r--r-- 7.6 KB
test_klp_state.c -rw-r--r-- 3.8 KB
test_klp_state2.c -rw-r--r-- 4.7 KB
test_klp_state3.c -rw-r--r-- 166 bytes

back to top