fix: move read event from iterator to event.h
[babeltrace.git] / formats /
2012-02-17  Mathieu Desnoyersfix: move read event from iterator to event.h
2012-02-17  Mathieu DesnoyersFix: ctf specific events.c needs to be within CTF plugin
2012-02-17  Mathieu DesnoyersAPI fix: packet_seek should take an index rather than...
2012-02-17  Mathieu DesnoyersFix: packet_seek is local to plugins, but can be overridden
2012-02-17  Mathieu DesnoyersFix API: rename unclear move_pos_slow to packet_seek
2012-02-17  Mathieu DesnoyersFix: do not use ctf-specific struct in format.h
2012-02-16  Julien DesfossezTypedef bt_intern_str
2012-02-16  Julien DesfossezExport the list header with a new namespace
2012-02-13  Mathieu DesnoyersAdd --clock-force-correlate option
2012-02-13  Juha NiskanenUse default if there is no clock declaration
2012-02-13  Juha NiskanenUse 64-bit type for packet and content size
2012-02-10  Mathieu DesnoyersPrint loglevel names
2012-02-10  Julien DesfossezAPI : iterator get and set position
2012-02-09  Mathieu DesnoyersFix clock freq
2012-02-09  Mathieu Desnoyersclock: use freq field
2012-02-07  Mathieu DesnoyersShow env. in verbose mode
2012-02-07  Mathieu DesnoyersRemove all code that depends on trace collection direct...
2012-02-07  Mathieu DesnoyersUse environment information for extra fields
2012-02-07  Mathieu DesnoyersParse environment declarations from LTTng-modules and...
2012-02-02  Mathieu DesnoyersAllow signed values in get_signed. Cast unsigned into...
2012-02-01  Mathieu DesnoyersShow loglevel information only with value
2012-02-01  Mathieu Desnoyersenv needs to be a keyword too
2012-02-01  Mathieu DesnoyersAdd environment (env {}) parser-level support
2012-02-01  Mathieu DesnoyersRevert "Remove leading underscores from identifiers...
2012-02-01  Mathieu DesnoyersRemove leading underscores from identifiers directly...
2012-01-30  Mathieu DesnoyersTime offset: use trace offset average
2012-01-30  Mathieu DesnoyersPrint event discarded at end of stream
2012-01-30  Mathieu DesnoyersDiscarded event time range is between last packet event...
2012-01-30  Mathieu DesnoyersPrint time range during which events have been dropped
2012-01-30  Mathieu DesnoyersPrint events discarded
2012-01-30  Mathieu DesnoyersAdd clock offset support
2012-01-30  Mathieu Desnoyersclock: show as time of day
2012-01-28  Mathieu DesnoyersImplement clock mapping within integer type
2012-01-28  Mathieu DesnoyersImplement clock IR generation
2012-01-28  Mathieu DesnoyersRelax unknown field handling: warn instead of error
2012-01-27  Mathieu DesnoyersFix erroneous use of "-n" for additional fields, add...
2012-01-27  Mathieu DesnoyersOutput warnings and errors to stderr
2012-01-27  Mathieu DesnoyersParse clock descriptions
2012-01-07  Mathieu DesnoyersAdd time delta to ctf-text
2012-01-07  Mathieu Desnoyersctf-text: show timestamp in sec.nsec
2012-01-07  Mathieu DesnoyersFix wrong variable error check
2011-12-06  Mathieu DesnoyersAdd loglevel support
2011-11-28  Mathieu DesnoyersUse realpath for path
2011-11-23  Mathieu DesnoyersUse realpath on trace collection path
2011-11-23  Mathieu Desnoyersallow printing domains when no procname are present...
2011-11-22  Mathieu DesnoyersAdd trace:domain,trace:procname,trace:pid support
2011-11-22  Mathieu DesnoyersAdd "-n trace" option to print trace name
2011-11-19  Mathieu DesnoyersDo not install ctf-parser-test
2011-11-18  Mathieu DesnoyersMake ctf open errors more verbose
2011-11-02  Mathieu DesnoyersShow field names by default, enhance --names option
2011-11-02  Mathieu DesnoyersMove opt_field_names/babeltrace_verbose/babeltrace_debu...
2011-09-30  Julien DesfossezAdd mmap trace reading
2011-09-27  Mathieu DesnoyersUse integer extraction functions
2011-09-26  Mathieu DesnoyersFix float support
2011-09-19  Mathieu DesnoyersInteger support: add missing signed casts
2011-09-17  Mathieu DesnoyersRemove underscore prefix from field names (pretty-print)
2011-09-15  Mathieu DesnoyersFix support for empty streams
2011-09-14  Julien DesfossezOptional file pointer to metadata
2011-09-13  Julien DesfossezSpecify callback to move packet in open_trace
2011-08-16  Mathieu DesnoyersAnnotate branches in ctf.c event reading/writing code
2011-08-13  Julien DesfossezExport the babeltrace API in babeltrace.h
2011-08-12  Mathieu DesnoyersSave current event id
2011-08-12  Mathieu DesnoyersInitialize size to 0 to eliminate incorrect gcc uniniti...
2011-08-11  Mathieu DesnoyersFix non-matching packet context wrt last packet event...
2011-08-03  Mathieu DesnoyersSkip padding from metadata end of packet
2011-08-03  Mathieu Desnoyersupdate test files header to "CTF 1.8"
2011-08-03  Mathieu DesnoyersUpdate message
2011-08-02  Mathieu DesnoyersFix reading of empty packets
2011-08-02  Mathieu DesnoyersAdd warning for missing /* TSDL header
2011-07-31  Mathieu DesnoyersAdd text-based metadata header: /* TSDL
2011-07-29  Mathieu DesnoyersUpdate ctf path test
2011-07-29  Mathieu DesnoyersUpdate ctf-path test case
2011-07-29  Mathieu DesnoyersUpdate ctf-path todo test
2011-07-29  Mathieu DesnoyersAdd tofix test (path lookup not supported by grammar)
2011-07-26  Mathieu DesnoyersRetry needs to recreate type def and aliases too
2011-07-26  Mathieu DesnoyersSet old declaration to NULL when retry
2011-07-26  Mathieu DesnoyersKeep byte order field mask set upon retry
2011-07-26  Mathieu DesnoyersClear field mask before retry.
2011-07-26  Mathieu DesnoyersHandle correctly cross-endianness for text-based metadata
2011-07-25  Mathieu DesnoyersByte order is only set when packet-based metadata is...
2011-07-25  Mathieu Desnoyersbyte order from arch only needs to be set when not...
2011-07-25  Mathieu DesnoyersFix read of text-based metadata traces
2011-07-20  Mathieu DesnoyersFix gcc 4.6 warnings
2011-07-20  Mathieu DesnoyersFix cross-endianness handling
2011-07-20  Mathieu DesnoyersFix memory initialization for parser test
2011-07-20  Mathieu DesnoyersRevert "Fix uninitialized memory in metadata parser"
2011-07-20  Mathieu DesnoyersFix uninitialized memory in metadata parser
2011-07-20  Mathieu DesnoyersAdd missing include files to dist tarball
2011-07-18  Simon MarchiFix segfault when typealias fails
2011-07-18  Mathieu DesnoyersAdd dummy output module
2011-07-18  Mathieu DesnoyersFix test case
2011-07-14  Simon MarchiDuplicate variant field name test
2011-07-14  Simon MarchiDuplicate struct field name test
2011-07-14  Simon MarchiDuplicate variant field name check
2011-07-14  Simon MarchiDuplicate struct field name check
2011-07-14  Mathieu DesnoyersMerge branch 'master' of ssh://efficios.com/home/effici...
2011-07-13  Mathieu DesnoyersAdd tofix/ parser test files
2011-07-13  Mathieu DesnoyersCTF: fix packet indexing
2011-07-13  Mathieu DesnoyersCTF format: packet metadata final \0 fix
2011-07-11  Mathieu DesnoyersAdd abstract array test
next
This page took 0.038069 seconds and 7 git commands to generate.