X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;ds=sidebyside;f=ltt%2Fbranches%2Fpoly%2Finclude%2Fltt%2Fevent.h;h=4cee97133a0106767817540f0b8791657c6c83e5;hb=9c3123113f395e7ea634c522e340604331359e7e;hp=1ba598dfe62c8086ccfb64cbe14c9643dfec32fb;hpb=fb1a869e3dc356dd6759b5b157bbd75948da241e;p=lttv.git diff --git a/ltt/branches/poly/include/ltt/event.h b/ltt/branches/poly/include/ltt/event.h index 1ba598df..4cee9713 100644 --- a/ltt/branches/poly/include/ltt/event.h +++ b/ltt/branches/poly/include/ltt/event.h @@ -1,3 +1,21 @@ +/* This file is part of the Linux Trace Toolkit trace reading library + * Copyright (C) 2003-2004 Michel Dagenais + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License Version 2.1 as published by the Free Software Foundation. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the + * Free Software Foundation, Inc., 59 Temple Place - Suite 330, + * Boston, MA 02111-1307, USA. + */ + #ifndef EVENT_H #define EVENT_H @@ -43,6 +61,8 @@ 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, LttTracefile ** tf);