ext3 instrumentation: fix of assignment code conversion
authorAndrew Gabbasov <andrew_gabbasov@mentor.com>
Sun, 25 Nov 2012 21:12:46 +0000 (16:12 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Sun, 25 Nov 2012 21:12:46 +0000 (16:12 -0500)
commit630bed30fc8e1fd415d0a8eb520eb0f46436e35e
treee46c5386e8e6c56ad253625df526c476f9fd6ae2
parente7b0901e522e1f5654dad4a775e2bb233b15b420
ext3 instrumentation: fix of assignment code conversion

Due to specifics of handling assignment code in lttng-modules,
plain code in TP_fast_assign (outside tp_* macros) will not be reached.
Everything should be enclosed into tp_* fragments.

Signed-off-by: Andrew Gabbasov <andrew_gabbasov@mentor.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
instrumentation/events/lttng-module/ext3.h
This page took 0.025867 seconds and 4 git commands to generate.