]> git.baikalelectronics.ru Git - kernel.git/commit
lttng: dynamically selectable context information
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 28 Nov 2011 12:42:19 +0000 (07:42 -0500)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 29 Nov 2011 01:05:06 +0000 (10:05 +0900)
commitad2a97a2ecd46f7bc8b53561f810e712ac20e4e8
tree27a04f318f29613a580d26ca61cf377ab0689b09
parentd382990f62d84547df140d5d7e14578d2fb651cc
lttng: dynamically selectable context information

Events can be augmented with context information. This is dynamically
configurable from the command line.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/lttng/ltt-context.c [new file with mode: 0644]
drivers/staging/lttng/lttng-context-nice.c [new file with mode: 0644]
drivers/staging/lttng/lttng-context-perf-counters.c [new file with mode: 0644]
drivers/staging/lttng/lttng-context-pid.c [new file with mode: 0644]
drivers/staging/lttng/lttng-context-ppid.c [new file with mode: 0644]
drivers/staging/lttng/lttng-context-prio.c [new file with mode: 0644]
drivers/staging/lttng/lttng-context-procname.c [new file with mode: 0644]
drivers/staging/lttng/lttng-context-tid.c [new file with mode: 0644]
drivers/staging/lttng/lttng-context-vpid.c [new file with mode: 0644]
drivers/staging/lttng/lttng-context-vppid.c [new file with mode: 0644]
drivers/staging/lttng/lttng-context-vtid.c [new file with mode: 0644]