lttng-modules:v0.19-stable

Last commit made on 2011-11-25
Get this branch:
git clone -b v0.19-stable https://git.launchpad.net/lttng-modules

Branch merges

Branch information

Name:
v0.19-stable
Repository:
lp:lttng-modules

Recent commits

1a28fb6... by Juha Niskanen <email address hidden>

lttng-modules v0.19-stable: setup_trace_write: Fix recursive locking

lttng-modules: ltt_trace_destroy calls ltt_lock_traces internally so
this non-recursive mutex must be first unlocked when executing error
handling code.

Signed-off-by: Juha Niskanen <email address hidden>
Signed-off-by: Mathieu Desnoyers <email address hidden>

46bb0d2... by Mathieu Desnoyers

softirq instrumentation: update prototypes

Signed-off-by: Mathieu Desnoyers <email address hidden>

5702940... by Francis Giraldeau

Fix typo in tracepoint name

This patch fix a type in tracepoint definition of socket_sendmsg and
socket_recvmsg, that was preventing to appear in the trace.

Signed-off-by: Francis Giraldeau <email address hidden>
Signed-off-by: Mathieu Desnoyers <email address hidden>

ac04388... by Francis Giraldeau

Add dup probe to lttng module

This patch provides instrumentation for dup system call. It records the
oldfd and newfd if the operation succeed. This is required to recover in
the trace tre fd that newfd reference to.

Signed-off-by: Francis Giraldeau <email address hidden>
Signed-off-by: Mathieu Desnoyers <email address hidden>

e5b34c6... by Mathieu Desnoyers

Fix disabled channel timer start/stop handling

Should test if channels are active before calling timer start/stop,
otherwise causes NULL pointer exception.

Signed-off-by: Mathieu Desnoyers <email address hidden>

be6fbd1... by Mathieu Desnoyers <email address hidden>

lockdep trace: don't build probe if !CONFIG_LOCKDEP

Signed-off-by: Mathieu Desnoyers <email address hidden>

9a5662f... by Mathieu Desnoyers <email address hidden>

kvm-trace: fix warning (probe prototype mismatch)

Signed-off-by: Mathieu Desnoyers <email address hidden>

0bc7b65... by Mathieu Desnoyers <email address hidden>

Updates for kernel 2.6.38

Signed-off-by: Mathieu Desnoyers <email address hidden>

8fad657... by Julien Desfossez

net_dev_xmit_extended probe : cleanup unused data

Intialise the unused fields of the data structure and add support for
ports in UDP packets.

Signed-off-by: Julien Desfossez <email address hidden>
Signed-off-by: Mathieu Desnoyers <email address hidden>

031e36b... by Mathieu Desnoyers <email address hidden>

Fix ltt-relay-alloc NULL pointer exception

repetitive load/unload of ltt-relay-alloc caused null pointer exception because
the cpu hotplug was never unregistered upon exit.

Signed-off-by: Mathieu Desnoyers <email address hidden>