All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Some tracing fixes.
@ 2015-10-18 11:58 Jiaxing Wang
  2015-10-18 11:58 ` [PATCH 1/3] tracing: Update instance_rmdir() to use tracefs_remove_recursive Jiaxing Wang
                   ` (2 more replies)
  0 siblings, 3 replies; 17+ messages in thread
From: Jiaxing Wang @ 2015-10-18 11:58 UTC (permalink / raw)
  To: Steven Rostedt; +Cc: linux-kernel, Jiaxing Wang

In short:
  The first patch update instance_rmdir() to use tracefs_remove_recursive.
  The second one make tracing work when debugfs is not initialized, currently
we get an empty directory after mounting tracefs manually.
  The third one makes it possible to specify tracer specific options from
kernel parameter, like the following:
  
  ftrace=function ftrace_filter=kfree trace_options=func_stack_trace

Jiaxing Wang (3):
  tracing: Update instance_rmdir() to use tracefs_remove_recursive.
  tracing: Make tracing work when debugfs is not compiled or
    initialized.
  tracing: Apply tracer specific options from kernel command line.

 kernel/trace/Kconfig |  1 -
 kernel/trace/trace.c | 72 +++++++++++++++++++++++++++++++++++++---------------
 2 files changed, 52 insertions(+), 21 deletions(-)

-- 
2.1.4


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

end of thread, other threads:[~2015-11-06  8:04 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-10-18 11:58 [PATCH 0/3] Some tracing fixes Jiaxing Wang
2015-10-18 11:58 ` [PATCH 1/3] tracing: Update instance_rmdir() to use tracefs_remove_recursive Jiaxing Wang
2015-10-18 11:58 ` [PATCH 2/3] tracing: Make tracing work when debugfs is not compiled or initialized Jiaxing Wang
2015-10-18 14:32   ` kbuild test robot
2015-10-19  1:54   ` Jiaxing Wang
2015-11-02 14:16     ` Steven Rostedt
2015-11-04  1:11       ` [PATCH RESEND] " Jiaxing Wang
2015-11-04 15:03         ` Steven Rostedt
2015-11-04 18:54           ` Greg Kroah-Hartman
2015-11-04 20:32             ` Steven Rostedt
2015-11-05  5:23           ` Jiaxing Wang
2015-11-05 15:54             ` Steven Rostedt
2015-11-06  8:02               ` Jiaxing Wang
2015-11-06  8:04               ` [PATCH] tracing: Make tracing work when debugfs is not configured in Jiaxing Wang
2015-10-18 11:58 ` [PATCH 3/3] tracing: Apply tracer specific options from kernel command line Jiaxing Wang
2015-11-02 19:04   ` Steven Rostedt
2015-11-04  1:14     ` [PATCH v2] " Jiaxing Wang

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.