lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Fri, 22 Mar 2019 10:34:36 -0500 From: Tom Zanussi <zanussi@...nel.org> To: rostedt@...dmis.org Cc: tglx@...utronix.de, mhiramat@...nel.org, namhyung@...nel.org, bigeasy@...utronix.de, joel@...lfernandes.org, linux-kernel@...r.kernel.org, linux-rt-users@...r.kernel.org Subject: [PATCH v4 10/11] tracing: Add error_log to README From: Tom Zanussi <tom.zanussi@...ux.intel.com> Add brief blurb about error_log to the 'Important files' section. Signed-off-by: Tom Zanussi <tom.zanussi@...ux.intel.com> --- kernel/trace/trace.c | 1 + 1 file changed, 1 insertion(+) diff --git a/kernel/trace/trace.c b/kernel/trace/trace.c index 0388038a9253..f6ba2c87572a 100644 --- a/kernel/trace/trace.c +++ b/kernel/trace/trace.c @@ -4698,6 +4698,7 @@ static const char readme_msg[] = " trace_pipe\t\t- A consuming read to see the contents of the buffer\n" " current_tracer\t- function and latency tracers\n" " available_tracers\t- list of configured tracers for current_tracer\n" + " error_log\t- error log for failed commands (that support it)\n" " buffer_size_kb\t- view and modify size of per cpu buffer\n" " buffer_total_size_kb - view total size of all cpu buffers\n\n" " trace_clock\t\t-change the clock used to order events\n" -- 2.14.1
Powered by blists - more mailing lists