Version 1.0.0-rc6
[babeltrace.git] / formats / ctf-text /
2012-10-17  Mathieu DesnoyersFix: test all close/fclose ret val, fix double close
2012-10-16  Mathieu Desnoyersplugins: implement plugin unregister
2012-10-16  Mathieu Desnoyerscallsite: support instruction pointer field
2012-10-02  Mathieu DesnoyersFix: callsite support: list multiple callsites
2012-10-02  Mathieu DesnoyersAdd callsite support
2012-09-20  Mathieu DesnoyersFix: emf uri: surround by " "
2012-09-20  Mathieu DesnoyersHandle model.emf.uri event info
2012-08-27  Mathieu DesnoyersChange default printout to add host, process names...
2012-08-27  Mathieu DesnoyersAdd support for trace:hostname field
2012-08-03  Julien DesfossezGet rid of clock-raw and use real clock
2012-07-24  Mathieu DesnoyersFix: get rid of consumed flag
2012-05-02  Mathieu DesnoyersFix: support 64-bit events discarded counter types
2012-04-16  Mathieu DesnoyersClarify warning message for events discarded
2012-04-03  Fredrik OestmanBabeltrace ctf-text duplicated error message
2012-03-30  Julien DesfossezRename ctf_event to ctf_event_declaration
2012-03-30  Julien DesfossezRename ctf_stream to ctf_stream_definition
2012-03-30  Julien DesfossezRename ctf_stream_event to ctf_event_definition
2012-03-30  Julien DesfossezRename ctf_stream_class to ctf_stream_declaration
2012-03-01  Mathieu DesnoyersBabeltrace wrapper update
2012-02-23  Mathieu DesnoyersLinker: privatize libbabeltrace_types
2012-02-23  Mathieu DesnoyersLink statically to internal libraries
2012-02-17  Mathieu Desnoyersfix: move read event from iterator to event.h
2012-02-17  Mathieu DesnoyersAPI fix: packet_seek should take an index rather than...
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-10  Mathieu DesnoyersPrint loglevel names
2012-02-10  Julien DesfossezAPI : iterator get and set position
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-01  Mathieu DesnoyersShow loglevel information only with value
2012-02-01  Mathieu DesnoyersRevert "Remove leading underscores from identifiers...
2012-02-01  Mathieu DesnoyersRemove leading underscores from identifiers directly...
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 DesnoyersAdd clock offset support
2012-01-30  Mathieu Desnoyersclock: show as time of day
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-07  Mathieu DesnoyersAdd time delta to ctf-text
2012-01-07  Mathieu Desnoyersctf-text: show timestamp in sec.nsec
2011-12-06  Mathieu DesnoyersAdd loglevel support
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-02  Mathieu DesnoyersShow field names by default, enhance --names option
2011-11-02  Mathieu DesnoyersMove opt_field_names/babeltrace_verbose/babeltrace_debu...
2011-09-26  Mathieu DesnoyersFix float support
2011-09-17  Mathieu DesnoyersRemove underscore prefix from field names (pretty-print)
2011-09-14  Julien DesfossezOptional file pointer to metadata
2011-09-13  Julien DesfossezSpecify callback to move packet in open_trace
2011-08-13  Julien DesfossezExport the babeltrace API in babeltrace.h
2011-08-12  Mathieu DesnoyersSave current event id
2011-07-20  Mathieu DesnoyersFix gcc 4.6 warnings
2011-07-14  Mathieu DesnoyersMerge branch 'master' of ssh://efficios.com/home/effici...
2011-06-30  Mathieu DesnoyersAdd shared copyright to EfficiOS Inc. and Linux Foundation
2011-06-28  Mathieu DesnoyersPretty-print 0-value timestamps
2011-06-23  Mathieu DesnoyersRename struct ctf_file_event to struct ctf_stream_event
2011-05-24  Mathieu DesnoyersFilter out redundant packet context fields unless in...
2011-05-23  Mathieu DesnoyersMove definitions to per-file structure
2011-05-22  Mathieu DesnoyersUpdate enum pretty print
2011-05-22  Mathieu DesnoyersEnum printing fix, enum / variant header handling
2011-05-21  Mathieu DesnoyersAdd missing libadd
2011-05-18  Mathieu Desnoyersctf-text: sequence: fix uninitialized return value
2011-05-17  Mathieu DesnoyersSequence: add missing handling of integer encoding
2011-05-17  Mathieu DesnoyersAdd "encoding" for sequence and array of integers
2011-05-14  Mathieu DesnoyersUse 0b prefix for binary pretty print
2011-05-14  Mathieu DesnoyersInteger base update
2011-05-13  Mathieu DesnoyersAdd base integer attribute, and use it in ctf-text
2011-05-09  Mathieu DesnoyersHide timestamp field if timestamp is 0
2011-05-09  Mathieu DesnoyersRemove extra space in pretty print
2011-05-09  Mathieu DesnoyersUpdate pretty print output
2011-05-09  Mathieu DesnoyersUpdate pretty-printing output
2011-05-09  Mathieu DesnoyersUpdate pretty-print
2011-05-09  Mathieu Desnoyersmove struct ctf_stream -> struct ctf_stream_class
2011-05-09  Mathieu DesnoyersAdd -t option
2011-05-09  Mathieu DesnoyersUpdate pretty-print
2011-05-07  Mathieu DesnoyersUse O_RDWR for open write mode (for mmap)
2011-05-07  Mathieu DesnoyersUse stdout FILE * rather than /dev/stdout for default...
2011-05-07  Mathieu DesnoyersAdd out-of-bound checks
2011-05-07  Mathieu DesnoyersRemove dead code, enable optimized integer read/write
2011-05-07  Mathieu Desnoyersupdate integer text output formatting
2011-05-07  Mathieu DesnoyersProvide sane defaults
2011-05-07  Mathieu Desnoyersprettify output
2011-05-07  Mathieu DesnoyersAdd missing makefile
2011-05-07  Mathieu DesnoyersAdd missing ctf-text.c to repo
2011-05-07  Mathieu DesnoyersAdd "text" plugin to list.
2011-05-07  Mathieu Desnoyerstext output
This page took 0.037337 seconds and 6 git commands to generate.