Add formatted dump module v5
authorVincent Attard <vincent.attard@polymtl.ca>
Tue, 25 Jan 2011 14:58:10 +0000 (09:58 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
Tue, 25 Jan 2011 14:58:10 +0000 (09:58 -0500)
commit8f07d3825e6bdea5d5b84daa26f500f87b03936b
treeb1dd4ca61167bcda49781157889c4890c68f6a97
parent9ecb7d4415b45be084bb913042e8435739429599
Add formatted dump module v5

This new plugin prints a formated output of each events in a trace. The
output format is defined as a parameter with printf like syntax.It provides
a default format easy to read and the original textDump format for backward
compatibility.
Updated: Use glib functions for solving buffer overflow problem and correct
indentation. Add another format called "strace-like".

Signed-off-by: Vincent Attard <vincent.attard@polymtl.ca>
Reviewed-by: Yannick Brosseau <yannick.brosseau@polymtl.ca>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
lttv/modules/text/Makefile.am
lttv/modules/text/formattedDump.c [new file with mode: 0644]
This page took 0.025285 seconds and 4 git commands to generate.