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-- 522 bytes
ec.c -rw-r--r-- 35.5 KB
generic_mpih-add1.c -rw-r--r-- 1.3 KB
generic_mpih-lshift.c -rw-r--r-- 1.5 KB
generic_mpih-mul1.c -rw-r--r-- 1.3 KB
generic_mpih-mul2.c -rw-r--r-- 1.3 KB
generic_mpih-mul3.c -rw-r--r-- 1.3 KB
generic_mpih-rshift.c -rw-r--r-- 1.5 KB
generic_mpih-sub1.c -rw-r--r-- 1.3 KB
longlong.h -rw-r--r-- 38.9 KB
mpi-add.c -rw-r--r-- 3.4 KB
mpi-bit.c -rw-r--r-- 6.7 KB
mpi-cmp.c -rw-r--r-- 2.0 KB
mpi-div.c -rw-r--r-- 5.9 KB
mpi-inline.h -rw-r--r-- 2.6 KB
mpi-internal.h -rw-r--r-- 6.9 KB
mpi-inv.c -rw-r--r-- 3.3 KB
mpi-mod.c -rw-r--r-- 3.3 KB
mpi-mul.c -rw-r--r-- 2.1 KB
mpi-pow.c -rw-r--r-- 7.7 KB
mpi-sub-ui.c -rw-r--r-- 2.3 KB
mpicoder.c -rw-r--r-- 15.5 KB
mpih-cmp.c -rw-r--r-- 1.3 KB
mpih-div.c -rw-r--r-- 13.2 KB
mpih-mul.c -rw-r--r-- 14.1 KB
mpiutil.c -rw-r--r-- 6.6 KB

back to top