Re: [RFC][PATCH 1/5] tracefs: Add new tracefs file system

2015-01-21 Thread Steven Rostedt
I need to learn how to use git better :-/ I forgot to git add include/linux/tracefs.h: -- Steve --- include/linux/tracefs.h| 41 create mode 100644 include/linux/tracefs.h diff --git a/include/linux/tracefs.h b/include/linux/tracefs.h new file mode 100644 index

[RFC][PATCH 1/5] tracefs: Add new tracefs file system

2015-01-21 Thread Steven Rostedt
From: "Steven Rostedt (Red Hat)" Add a separate file system to handle the tracing directory. Currently it is part of debugfs, but that is starting to show its limits. One thing is that in order to access the tracing infrastructure, you need to mount debugfs. As that includes debugging from all

Re: [RFC][PATCH 1/5] tracefs: Add new tracefs file system

2015-01-21 Thread Steven Rostedt
I need to learn how to use git better :-/ I forgot to git add include/linux/tracefs.h: -- Steve --- include/linux/tracefs.h| 41 create mode 100644 include/linux/tracefs.h diff --git a/include/linux/tracefs.h b/include/linux/tracefs.h new file mode 100644 index

[RFC][PATCH 1/5] tracefs: Add new tracefs file system

2015-01-21 Thread Steven Rostedt
From: Steven Rostedt (Red Hat) rost...@goodmis.org Add a separate file system to handle the tracing directory. Currently it is part of debugfs, but that is starting to show its limits. One thing is that in order to access the tracing infrastructure, you need to mount debugfs. As that includes