Contexts for RT debugging
authorJulien Desfossez <jdesfossez@efficios.com>
Thu, 12 Nov 2015 20:49:24 +0000 (15:49 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 17 Nov 2015 19:18:17 +0000 (14:18 -0500)
commit79150a4903b5f31695fcd1d9655555ba6dc4bfa4
tree23365c9d6ecc95dc4f9b2f8b76a47ea7899596c2
parent4949b0e607fa16a22b141c9253c89f930f70e03f
Contexts for RT debugging

Add the interruptible, preemptible, need_resched and migratable
contexts.

Signed-off-by: Julien Desfossez <jdesfossez@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
28 files changed:
Makefile
lttng-abi.c
lttng-abi.h
lttng-context-cpu-id.c
lttng-context-hostname.c
lttng-context-interruptible.c [new file with mode: 0644]
lttng-context-migratable.c [new file with mode: 0644]
lttng-context-need-reschedule.c [new file with mode: 0644]
lttng-context-nice.c
lttng-context-pid.c
lttng-context-ppid.c
lttng-context-preemptible.c [new file with mode: 0644]
lttng-context-prio.c
lttng-context-procname.c
lttng-context-tid.c
lttng-context-vpid.c
lttng-context-vppid.c
lttng-context-vtid.c
lttng-context.c
lttng-events.h
lttng-filter-interpreter.c
lttng-filter.h
lttng-ring-buffer-client.h
probes/lttng-events.h
probes/lttng-ftrace.c
probes/lttng-kprobes.c
probes/lttng-kretprobes.c
wrapper/irqflags.h [new file with mode: 0644]
This page took 0.027349 seconds and 4 git commands to generate.