X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Fltt%2Fconvert%2FLinuxEvents.h;h=dfd0840c9b2ce96c329dcfabb7c70afabaea0138;hb=723b0793d3382ef7b2b65a3ab43942559cd2b5c7;hp=49ae4a8bce0616fb713cb5ebd1d629b34da2d103;hpb=3fc51411429c805f41ed2e6bf081a853e9fbd5ac;p=lttv.git diff --git a/ltt/branches/poly/ltt/convert/LinuxEvents.h b/ltt/branches/poly/ltt/convert/LinuxEvents.h index 49ae4a8b..dfd0840c 100644 --- a/ltt/branches/poly/ltt/convert/LinuxEvents.h +++ b/ltt/branches/poly/ltt/convert/LinuxEvents.h @@ -177,6 +177,8 @@ typedef struct _trace_soft_irq #define TRACE_PROCESS_WAIT 4 /* A wait occured */ #define TRACE_PROCESS_SIGNAL 5 /* A signal has been sent */ #define TRACE_PROCESS_WAKEUP 6 /* Wake up a process */ +#define TRACE_PROCESS_RELEASE 7 /* A task struct has been released */ + typedef struct _trace_process { uint8_t event_sub_id; /* Process event ID */