Generate a binary looking for in-tree plug-ins
[babeltrace.git] / plugins /
2017-05-27  Jérémie GalarneauTrimmer fix: don't emit end of trace on out-of-bound...
2017-05-27  Jérémie GalarneauTrimmer fix: forward evaluation result to downstream...
2017-05-27  Jérémie Galarneauctf-fs fix: only apply timestamp end field on packet end
2017-05-27  Jérémie GalarneauFix: don't attempt to mmap packet at end of file
2017-05-27  Jérémie GalarneauStop trimmer iteration when end bound is reached
2017-05-27  Jérémie GalarneauFix: passing NULL to glib mapped file unref function...
2017-05-27  Jérémie GalarneauFix IR visitor: set min alignment on structure field...
2017-05-27  Jérémie GalarneauRemove unused index version fields
2017-05-27  Jérémie GalarneauBuild CTF stream indexes from LTTng index files
2017-05-27  Mathieu Desnoyerstrimmer: error checking, reporting, begin > end check
2017-05-27  Mathieu Desnoyerstrimmer: infer end date from begin date
2017-05-27  Mathieu DesnoyersSupport standard timestamp formats for begin/end
2017-05-27  Jérémie GalarneauTrimmer: Filter-out packet that are not in the specifie...
2017-05-27  Jérémie GalarneauRename bt_notification_packet_start to "begin"
2017-05-27  Jérémie GalarneauFix: handle size 0 CTF fs streams
2017-05-27  Jérémie GalarneauWriter fix: don't skip first notification
2017-05-27  Jérémie GalarneauWriter: null contexts are not an error
2017-05-27  Julien Desfossezclock working
2017-05-27  Julien Desfossezfix: missing free on error path
2017-05-27  Julien Desfossezuse GString instead of non-portable char[PATH/NAME_MAX]
2017-05-27  Julien DesfossezCTF Writer sink
2017-05-27  Jérémie GalarneauImplement the trimmer plug-in
2017-05-27  Jérémie GalarneauComponent iterator points to first notification on...
2017-05-27  Jérémie GalarneauAdd trimmer plug-in skeleton
2017-05-27  Mathieu DesnoyersFix compiler warnings
2017-05-27  Mathieu DesnoyersFix: ctf_fs debug variable should be extern
2017-05-27  Jérémie GalarneauHandle NULL stream/packet/event headers, contexts and...
2017-05-27  Mathieu Desnoyerstext output plugin: print time delta
2017-05-27  Mathieu Desnoyerstext output: wire up clock options, error checking
2017-05-27  Mathieu DesnoyersRemove callsite text output code
2017-05-27  Mathieu DesnoyersPrint other fields
2017-05-27  Jérémie GalarneauAllow NULL (unset) packet, stream and event headers...
2017-05-27  Jérémie GalarneauImplement proper notification comparison
2017-05-27  Jérémie GalarneauPrint timestamps in text plug-in
2017-05-27  Jérémie GalarneauTrack clock states in notification iterator
2017-05-27  Jérémie GalarneauHandle empty strings in the notif-iter btr_string callbacks
2017-05-27  Jérémie Galarneauremove double bt_put
2017-05-27  Mathieu DesnoyersText output plugin argument parsing
2017-05-27  Mathieu DesnoyersImplement output text plugin (basic)
2017-05-27  Jérémie Galarneaufix initialize stream which may be used in error paths
2017-05-27  Jérémie GalarneauCoding standard clean-ups
2017-05-27  Jérémie Galarneaufix leak of event class
2017-05-27  Jérémie Galarneaufix leak of variant field path
2017-05-27  Jérémie Galarneaustream leak in ctf_fs_iterator_next
2017-05-27  Jérémie GalarneauRemove superflous set_current_packet_content_sizes
2017-05-27  Jérémie GalarneauMerge streams in ctf fs component
2017-05-27  Jérémie GalarneauFix: SIGBUS error on reading past a file's end in mmap...
2017-05-27  Jérémie GalarneauImplement the notification heap interface
2017-05-27  Jérémie GalarneauAdd bt_notification_heap interface
2017-05-27  Jérémie GalarneauFix space indentations
2017-05-27  Jérémie GalarneauWrong file name in ctf/plugin.c header
2017-05-27  Jérémie Galarneauctf-fs: missing component->streams NULL check
2017-05-27  Jérémie GalarneauFix libadd referring to text plugin
2017-05-27  Jérémie GalarneauAdd missing text plugin files
2017-05-27  Jérémie GalarneauMissing btr makefile
2017-05-27  Jérémie Galarneauallow multiple ctf streams to be open
2017-05-27  Jérémie GalarneauRename correlator to muxer
2017-05-27  Jérémie GalarneauFix packet switch bug
2017-05-27  Jérémie GalarneauAdd filter component type
2017-05-27  Jérémie GalarneauSinks own their input iterators
2017-05-27  Jérémie Galarneautext: Remove stream_timestamps hashtable
2017-05-27  Jérémie Galarneautext: wip event formating
2017-05-27  Jérémie GalarneauFix source component memory leak
2017-05-27  Jérémie Galarneauadd end of stream notification
2017-05-27  Jérémie GalarneauPlugins are alive!
2017-05-27  Jérémie Galarneauadd debug printout
2017-05-27  Jérémie GalarneauFix: uninitialized use of ctf_fs
2017-05-27  Jérémie GalarneauImplement ctf fs iterator functions
2017-05-27  Jérémie GalarneauFix: path value retrieval memory leak
2017-05-27  Jérémie GalarneauInit ctf fs data and metadata streams
2017-05-27  Jérémie GalarneauMove remaining protorectoral files to ctf fs plugin
2017-05-27  Jérémie GalarneauAccomodate component destructor API changes in text...
2017-05-27  Jérémie GalarneauAdd ctf fs iterator initialization
2017-05-27  Jérémie GalarneauCode standard cleanup
2017-05-27  Jérémie GalarneauCleanup ctf/fs/Makefile.am
2017-05-27  Jérémie GalarneauIntegrate ctf proto into the plugin build system
2017-05-27  Jérémie Galarneaudestroy_text must conform to bt_component_destroy_cb
2017-05-27  Jérémie GalarneauAdd ctf fs component skeleton
2017-05-27  Jérémie GalarneauCast destroy_text to bt_component_destroy_cb
2017-05-27  Jérémie GalarneauUpdate text plugin skeleton
2017-05-27  Philippe ProulxInstall plugins in $(libdir)/babeltrace/plugins
2017-05-27  Philippe ProulxPlugins: rename reader -> fs, and symbols.c to plugin.c
2017-05-27  Philippe ProulxPlugins: remove unnecessary stuff in Makefile.am files
2017-05-27  Philippe ProulxMove plugin system sources to lib/plugin-system
2017-05-27  Jérémie GalarneauAdd base plug-in skeletons
2017-05-27  Jérémie GalarneauList detected component classes
2017-05-27  Jérémie GalarneauComponent creation
2017-05-27  Jérémie GalarneauPlugin symbol resolving fix
2017-05-27  Jérémie GalarneauCoding style fix
2017-05-27  Jérémie GalarneauBuild fix
2017-05-27  Jérémie Galarneautext plugin test
2017-05-27  Jérémie GalarneauCreate sink plugins
2017-05-27  Jérémie GalarneauDiscover plugins in converter.c
2017-05-27  Jérémie GalarneauAdapt plugin system to use unified reference counting
2017-05-27  Jérémie GalarneauAdd ctf-text entry point initialization comment
2017-05-27  Jérémie Galarneauctf-text plugin stub
2017-05-27  Jérémie GalarneauResolve plugin symbols
2017-05-27  Jérémie GalarneauIntroduce bt_plugin and bt_component_class
2017-05-27  Jérémie GalarneauLoad plugins and components
2017-05-27  Jérémie GalarneauStart of bt_component_factory implementation
next
This page took 0.037261 seconds and 7 git commands to generate.