add func instrumentation
[lttv.git] / ltt / branches / poly / ltt / parser.h
index 70e89cb0ffc33064879442073937d8366e471c6b..ec360f8444ce5b3466f49abb3004282427961a25 100644 (file)
@@ -134,6 +134,8 @@ typedef struct _event {
        sequence_t fields;      /* event fields */
   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 {
@@ -145,6 +147,7 @@ typedef struct _facility {
   sequence_t unnamed_types; //FIXME : remove
   table_t named_types;
        unsigned int checksum;
+       int     user;           /* Is this a userspace facility ? */
 } facility_t;
 
 int getSizeindex(unsigned int value);
This page took 0.022111 seconds and 4 git commands to generate.