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
Kconfig -rw-r--r-- 4.1 KB
Makefile -rw-r--r-- 1.5 KB
aes.c -rw-r--r-- 12.2 KB
arc4.c -rw-r--r-- 1.1 KB
blake2s-generic.c -rw-r--r-- 3.0 KB
blake2s-selftest.c -rw-r--r-- 29.9 KB
blake2s.c -rw-r--r-- 1.2 KB
chacha.c -rw-r--r-- 3.7 KB
chacha20poly1305-selftest.c -rw-r--r-- 393.3 KB
chacha20poly1305.c -rw-r--r-- 9.9 KB
curve25519-fiat32.c -rw-r--r-- 29.5 KB
curve25519-generic.c -rw-r--r-- 855 bytes
curve25519-hacl64.c -rw-r--r-- 17.4 KB
curve25519-selftest.c -rw-r--r-- 59.6 KB
curve25519.c -rw-r--r-- 892 bytes
des.c -rw-r--r-- 32.9 KB
libchacha.c -rw-r--r-- 896 bytes
poly1305-donna32.c -rw-r--r-- 4.7 KB
poly1305-donna64.c -rw-r--r-- 3.8 KB
poly1305.c -rw-r--r-- 2.1 KB
sha256.c -rw-r--r-- 5.4 KB
sm4.c -rw-r--r-- 5.4 KB

back to top