From: Namhyung Kim <namhyung@kernel.org> To: Steven Rostedt <rostedt@goodmis.org> Cc: Ingo Molnar <mingo@kernel.org>, LKML <linux-kernel@vger.kernel.org> Subject: [PATCH 4/4] tracing: Add description of set_graph_notrace to tracing/README Date: Fri, 13 Jun 2014 01:23:53 +0900 [thread overview] Message-ID: <1402590233-22321-5-git-send-email-namhyung@kernel.org> (raw) In-Reply-To: <1402590233-22321-1-git-send-email-namhyung@kernel.org> It was missing the description of set_graph_notrace file. Add it. Signed-off-by: Namhyung Kim <namhyung@kernel.org> --- kernel/trace/trace.c | 1 + 1 file changed, 1 insertion(+) diff --git a/kernel/trace/trace.c b/kernel/trace/trace.c index 384ede311717..a5f1f8f10645 100644 --- a/kernel/trace/trace.c +++ b/kernel/trace/trace.c @@ -3687,6 +3687,7 @@ static const char readme_msg[] = #endif #ifdef CONFIG_FUNCTION_GRAPH_TRACER " set_graph_function\t- Trace the nested calls of a function (function_graph)\n" + " set_graph_notrace\t- Do not trace the nested calls of a function (function_graph)\n" " max_graph_depth\t- Trace a limited depth of nested calls (0 is unlimited)\n" #endif #ifdef CONFIG_TRACER_SNAPSHOT -- 1.7.9.2
prev parent reply other threads:[~2014-06-12 16:24 UTC|newest] Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top 2014-06-12 16:23 [PATCH 0/4] tracing: Small updates on tracing/set_graph_notrace file Namhyung Kim 2014-06-12 16:23 ` [PATCH 1/4] tracing: Add ftrace_graph_notrace boot parameter Namhyung Kim 2014-06-12 16:23 ` [PATCH 2/4] tracing: Improve message of empty set_graph_notrace file Namhyung Kim 2014-06-12 16:23 ` [PATCH 3/4] tracing: Improve message of empty set_ftrace_notrace file Namhyung Kim 2014-06-12 19:27 ` Steven Rostedt 2014-06-13 7:24 ` [PATCH v2 " Namhyung Kim 2014-06-12 16:23 ` Namhyung Kim [this message]
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=1402590233-22321-5-git-send-email-namhyung@kernel.org \ --to=namhyung@kernel.org \ --cc=linux-kernel@vger.kernel.org \ --cc=mingo@kernel.org \ --cc=rostedt@goodmis.org \ --subject='Re: [PATCH 4/4] tracing: Add description of set_graph_notrace to tracing/README' \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.