X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Fltt%2Fparser.h;h=ec360f8444ce5b3466f49abb3004282427961a25;hb=54be3e479151d0279429f7fbecd111431650c58f;hp=7c579e00c6e61ce989c6e5e004f6fdfcfe75ac1d;hpb=4a6829e2f886c2b3aa8d9ec4e0142ef5edb390d6;p=lttv.git diff --git a/ltt/branches/poly/ltt/parser.h b/ltt/branches/poly/ltt/parser.h index 7c579e00..ec360f84 100644 --- a/ltt/branches/poly/ltt/parser.h +++ b/ltt/branches/poly/ltt/parser.h @@ -135,6 +135,7 @@ typedef struct _event { int per_trace; /* Is the event able to be logged to a specific trace ? */ int per_tracefile; /* Must we log this event in a specific tracefile ? */ int param_buffer; /* For userspace tracing : takes a buffer as parameter? */ + int no_instrument_function; } event_t; typedef struct _facility {