Add pid/ppid/tid/vtid/vpid/vppid contexts
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 23 Jun 2011 15:31:12 +0000 (11:31 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 23 Jun 2011 15:31:12 +0000 (11:31 -0400)
commitb64bc438d1c9bbcf241c598ca9f0e00d5770d784
tree0b22f467163f03c21d9050027344bb43d20da1d5
parentc6485006a92b1b86fbb48c2b277732d3405295c9
Add pid/ppid/tid/vtid/vpid/vppid contexts

Use the values returned by gettid(), getpid() and getppid() for vtid,
vpid, vppid.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Makefile
ltt-debugfs-abi.c
ltt-debugfs-abi.h
ltt-events.h
lttng-context-pid.c
lttng-context-ppid.c [new file with mode: 0644]
lttng-context-tid.c [new file with mode: 0644]
lttng-context-vpid.c [new file with mode: 0644]
lttng-context-vppid.c [new file with mode: 0644]
lttng-context-vtid.c [new file with mode: 0644]
This page took 0.025657 seconds and 4 git commands to generate.