X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Finclude%2Fltt%2Fevent.h;h=7c231ccc2312f28d960545120ea59bc2c57e3174;hb=a5dcde2f975b43a9c6069c4a346528588bf1f8c8;hp=35e78778e1333f01329af9105e84549980f940a9;hpb=80da81adfa88158bd3d4c26f89f96f8b58c77b4f;p=lttv.git diff --git a/ltt/branches/poly/include/ltt/event.h b/ltt/branches/poly/include/ltt/event.h index 35e78778..7c231ccc 100644 --- a/ltt/branches/poly/include/ltt/event.h +++ b/ltt/branches/poly/include/ltt/event.h @@ -43,8 +43,10 @@ LttCycleCount ltt_event_cycle_count(LttEvent *e); void ltt_event_position(LttEvent *e, LttEventPosition *ep); +LttEventPosition * ltt_event_position_new(); + void ltt_event_position_get(LttEventPosition *ep, - unsigned *block_number, unsigned *index_in_block); + unsigned *block_number, unsigned *index_in_block, LttTracefile ** tf); void ltt_event_position_set(LttEventPosition *ep, unsigned block_number, unsigned index_in_block);