Implement base-address-state tracing
authorPaul Woegerer <paul_woegerer@mentor.com>
Thu, 14 Nov 2013 18:39:49 +0000 (19:39 +0100)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 14 Nov 2013 19:24:32 +0000 (14:24 -0500)
commit95c25348271ce9978f1b3e892685110ad52d13ea
tree7c2d228d16d07aa81c5819af3e4493090f52fd45
parentb13d93c24dfd101dc7a7f8ea2567a2164f807cdc
Implement base-address-state tracing

Dump the base-address state (executable and shared objects) into session
on session-enable (per-session events).

Signed-off-by: Paul Woegerer <paul_woegerer@mentor.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
include/lttng/ust-tracepoint-event.h
liblttng-ust-baddr/Makefile.am
liblttng-ust-baddr/lttng-ust-baddr.c
liblttng-ust-baddr/ust_baddr_statedump.c [new file with mode: 0644]
liblttng-ust-baddr/ust_baddr_statedump.h [new file with mode: 0644]
liblttng-ust/lttng-events.c
liblttng-ust/lttng-tracer-core.h
liblttng-ust/lttng-ust-comm.c
This page took 0.02564 seconds and 4 git commands to generate.