cyg_profile: implement fast and verbose .so
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 26 Mar 2013 13:29:04 +0000 (09:29 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 26 Mar 2013 13:29:04 +0000 (09:29 -0400)
commitdd33005382c8852d04eef7f09f746c2fdfca1e52
tree2de90b7816608078485f0232a2691aafb974451f
parentd3db6a40c99e4c4bd81be92413efb5c867baf6e4
cyg_profile: implement fast and verbose .so

The "fast" .so (liblttng-ust-cyg-profile-fast.so) is for use-cases where
we expect a complete event stream to be recorded, so we can skip
duplicate information.

The verbose .so (liblttng-ust-cyg-profile.so) is for use-cases where
events discarded are expected, and the trace analyzer needs extra
information to be able to reconstruct the program flow.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
liblttng-ust-cyg-profile/Makefile.am
liblttng-ust-cyg-profile/lttng-ust-cyg-profile-fast.c [new file with mode: 0644]
liblttng-ust-cyg-profile/lttng-ust-cyg-profile-fast.h [new file with mode: 0644]
liblttng-ust-cyg-profile/lttng-ust-cyg-profile.c
liblttng-ust-cyg-profile/lttng-ust-cyg-profile.h
liblttng-ust-cyg-profile/run-fast [new file with mode: 0755]
This page took 0.024734 seconds and 4 git commands to generate.