X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Fltt%2Fevent.h;h=79ceed5288df68e1dd00974deeceb3f35b3c1611;hb=3c165eaf5aa1e60ce88c036cfb692ce3e1d81585;hp=e91875e548f080ef9cc2a7c12bd7da1062422bdb;hpb=f211bc6c8e798e23f6d1f49cf97d5e837de9b982;p=lttv.git diff --git a/ltt/branches/poly/ltt/event.h b/ltt/branches/poly/ltt/event.h index e91875e5..79ceed52 100644 --- a/ltt/branches/poly/ltt/event.h +++ b/ltt/branches/poly/ltt/event.h @@ -23,6 +23,7 @@ #include #include #include +#include LttEvent *ltt_event_new(); @@ -36,18 +37,12 @@ void ltt_event_destroy(LttEvent *event); /* Obtain the trace unique integer id associated with the type of this event */ -unsigned ltt_event_eventtype_id(const LttEvent *e); +uint16_t ltt_event_eventtype_id(const LttEvent *e); -unsigned ltt_event_facility_id(const LttEvent *e); - -/* Facility and type for the event */ - -LttFacility *ltt_event_facility(const LttEvent *e); +struct marker_info *ltt_event_marker(const LttEvent *e); LttEventType *ltt_event_eventtype(const LttEvent *e); - - /* Time and cycle count for the event */ LttTime ltt_event_time(const LttEvent *e);