From: Mathieu Desnoyers Date: Mon, 28 Nov 2011 12:42:21 +0000 (-0500) Subject: lttng: debugfs and procfs ABI X-Git-Tag: v3.3-rc1~152^2~101^2~170 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c623c0a3493e87ba60a07eef89dc78274d2e1f4a;p=pandora-kernel.git lttng: debugfs and procfs ABI 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed