Re: [RFC][PATCH 2/5] tracing: Convert the tracing facility over to use tracefs

2015-01-21 Thread Steven Rostedt
On Wed, 21 Jan 2015 12:19:55 -0500 Steven Rostedt wrote: > scripts/tags.sh | 2 +- > 9 files changed, 81 insertions(+), 69 deletions(-) > > diff --git a/scripts/tags.sh b/scripts/tags.sh > index cdb491d84503..505231a09b07 100755 > --- a/scripts/tags.sh > +++

[RFC][PATCH 2/5] tracing: Convert the tracing facility over to use tracefs

2015-01-21 Thread Steven Rostedt
From: "Steven Rostedt (Red Hat)" debugfs was fine for the tracing facility as a quick way to get an interface. Now that tracing has matured, it should separate itself from debugfs such that it can be mounted separately without needing to mount all of debugfs with it. That is, users resist using

[RFC][PATCH 2/5] tracing: Convert the tracing facility over to use tracefs

2015-01-21 Thread Steven Rostedt
From: Steven Rostedt (Red Hat) rost...@goodmis.org debugfs was fine for the tracing facility as a quick way to get an interface. Now that tracing has matured, it should separate itself from debugfs such that it can be mounted separately without needing to mount all of debugfs with it. That is,

Re: [RFC][PATCH 2/5] tracing: Convert the tracing facility over to use tracefs

2015-01-21 Thread Steven Rostedt
On Wed, 21 Jan 2015 12:19:55 -0500 Steven Rostedt rost...@goodmis.org wrote: scripts/tags.sh | 2 +- 9 files changed, 81 insertions(+), 69 deletions(-) diff --git a/scripts/tags.sh b/scripts/tags.sh index cdb491d84503..505231a09b07 100755 --- a/scripts/tags.sh +++