All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] tracing: Small updates on tracing/set_graph_notrace file
@ 2014-06-12 16:23 Namhyung Kim
  2014-06-12 16:23 ` [PATCH 1/4] tracing: Add ftrace_graph_notrace boot parameter Namhyung Kim
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Namhyung Kim @ 2014-06-12 16:23 UTC (permalink / raw)
  To: Steven Rostedt; +Cc: Ingo Molnar, LKML, Naoya Horiguchi

Hello,

This is an update of recent notrace filter change in the function graph
tracer.  It adds a new kernel boot parameter and also adds description of
the file to the tracing/README in debugfs.  Finally it changes message
when the (both of) notrace filter hash is empty.  They'll print below
message when there's no entry:

  # cat /sys/kernel/debug/tracing/set_graph_notrace
  #### no functions disabled ####


It's also available at 'ftrace/nograph-v3' branch in my tree

  git://git.kernel.org/pub/scm/linux/kernel/git/namhyung/linux-perf.git

Thanks,
Namhyung


Cc: Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>

Namhyung Kim (4):
  tracing: Add ftrace_graph_notrace boot parameter
  tracing: Improve message of empty set_graph_notrace file
  tracing: Improve message of empty set_ftrace_notrace file
  tracing: Add description of set_graph_notrace to tracing/README

 Documentation/kernel-parameters.txt |    6 +++++
 kernel/trace/ftrace.c               |   46 ++++++++++++++++++++++++++++++-----
 kernel/trace/trace.c                |    1 +
 3 files changed, 47 insertions(+), 6 deletions(-)

-- 
1.7.9.2


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2014-06-13  7:24 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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 ` [PATCH 4/4] tracing: Add description of set_graph_notrace to tracing/README Namhyung Kim

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.