Skip to content

Commit

Permalink
lttng: debugfs and procfs ABI
Browse files Browse the repository at this point in the history
Add the "lttng" virtual file to debugfs and procfs. All operations are
performed through ioctls (LTTng ioctl range is already reserved
upstream) on this virtual file and on anonymous file descriptors
returned by these ioctls. Each file descriptor is associated with a
tracer "object" (session, channel, stream, event, context).

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Mathieu Desnoyers authored and Greg Kroah-Hartman committed Nov 29, 2011
1 parent da66e4e commit c623c0a
Show file tree
Hide file tree
Showing 2 changed files with 930 additions and 0 deletions.
Loading

0 comments on commit c623c0a

Please sign in to comment.