Generate a binary looking for in-tree plug-ins
[babeltrace.git] / lib /
2017-05-27  Mathieu DesnoyersMove print level of duplicate component warning to...
2017-05-27  Mathieu DesnoyersSupport standard timestamp formats for begin/end
2017-05-27  Jérémie GalarneauRename bt_notification_packet_start to "begin"
2017-05-27  Jérémie GalarneauAdditional check added to bt_component_sink_validate
2017-05-27  Jérémie GalarneauImplement bt_notification_iterator_set_seek_time_cb
2017-05-27  Jérémie GalarneauClean-up notification iterator creation function
2017-05-27  Jérémie GalarneauAdd filter component creation and validation callback
2017-05-27  Jérémie GalarneauAdd branch prediction hints in ref count interface
2017-05-27  Jérémie GalarneauImplement the filter base class validation and creation
2017-05-27  Jérémie GalarneauImplement the Component Graph API
2017-05-27  Mathieu DesnoyersFix compiler warnings
2017-05-27  Jérémie GalarneauAdd time seek interface stub
2017-05-27  Jérémie GalarneauMove component iterator creation to base component...
2017-05-27  Philippe Proulxvalues.c: completely initialize the bt_value_null_insta...
2017-05-27  Philippe Proulxvalues: add bt_value_map_extend()
2017-05-27  Jérémie GalarneauAllow ctf-writer to use new time-keeping facilities
2017-05-27  Jérémie GalarneauAdd bt_notification_get_stream interface
2017-05-27  Jérémie GalarneauValidate notification type before casting
2017-05-27  Jérémie GalarneauAllow user data in heap compare function
2017-05-27  Jérémie GalarneauImplement the notification heap interface
2017-05-27  Jérémie GalarneauFix space indentations
2017-05-27  Jérémie GalarneauAdd missing line-feeds in logging
2017-05-27  Jérémie GalarneauAdd support for statically-built plug-ins
2017-05-27  Jérémie GalarneauFix verbose and debug mode options
2017-05-27  Jérémie GalarneauAdd missing event notification implementation file
2017-05-27  Jérémie GalarneauImplement filter component type
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 Galarneauadd end of stream notification
2017-05-27  Jérémie GalarneauPlugins are alive!
2017-05-27  Jérémie GalarneauImplement notification iterator wrappers
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 GalarneauAdd ctf fs iterator initialization
2017-05-27  Jérémie GalarneauCheck for NULL user destroy in iterator
2017-05-27  Jérémie GalarneauImplement base iterator interface
2017-05-27  Jérémie GalarneauAdd notification utility library
2017-05-27  Jérémie GalarneauAdd implementation of bt_component_source_set_iterator_...
2017-05-27  Jérémie GalarneauAdd bt_component_source_validate() implementation
2017-05-27  Jérémie GalarneauWorkaround glib g_module_open bug
2017-05-27  Jérémie GalarneauMissing dirent include in component-factory.c
2017-05-27  Jérémie GalarneauTake ownership of component class in bt_component_sourc...
2017-05-27  Jérémie GalarneauImplement bt_component_sink_set_handle_notification_cb
2017-05-27  Jérémie GalarneauRegister sink components to the event notification...
2017-05-27  Jérémie GalarneauImplement sink validation function
2017-05-27  Jérémie GalarneauCall plugin exit function before unloading
2017-05-27  Jérémie GalarneauImplement bt_component_set_destroy_cb
2017-05-27  Jérémie GalarneauFix error check not checking for BT_COMPONENT_STATUS_OK
2017-05-27  Jérémie GalarneauMake component class destructor optional
2017-05-27  Jérémie GalarneauUpdate copyrights
2017-05-27  Jérémie GalarneauLeak fix
2017-05-27  Jérémie GalarneauAdd bt_component_sink_register_notification_type
2017-05-27  Jérémie GalarneauInitialize component class init callback
2017-05-27  Jérémie GalarneauRemove bt_component_set_error_stream
2017-05-27  Jérémie GalarneauWarn on duplicate component class registration
2017-05-27  Jérémie GalarneauDon't load plug-ins recursively by default
2017-05-27  Philippe ProulxMove plugin system sources to lib/plugin-system
2017-05-27  Jérémie GalarneauStart of bt_component_factory implementation
2017-05-26  Michael JeansonCleanup: bt namespace for compat glib
2017-05-26  Michael JeansonUse glib portable macros to convert gpointer to int
2016-08-19  Nathan LynchDo not use g_quark_from_static_string in unloadable...
2016-07-25  Simon Marchidebug info: Call register_event_debug_infos for all...
2016-07-23  Jérémie GalarneauFix: don't assert on lib unload failure
2016-07-23  Jérémie GalarneauUse lib unload events to prune library mappings
2016-07-23  Jérémie GalarneauRename handle_dlopen_event to handle_lib_load_event
2016-07-22  Jérémie GalarneauUse lttng-ust's new load event to track library mappings
2016-06-02  Jérémie GalarneauFix: lttng-live does not set a trace descriptor
2016-05-30  Jérémie GalarneauFix: Wrong variable checked in bin_info_child_die_has_a...
2016-05-30  Michael JeansonFix: Only close valid fds in is_valid_debug_file
2016-05-30  Michael JeansonFix: Free die_name in bin_info_lookup_cu_function_name
2016-05-25  Antoine BusqueStandardise spelling of debug info
2016-05-13  Jérémie GalarneauDisplay binary location even if source and symbol looku...
2016-05-13  Jérémie GalarneauChange behaviour of stream-intersection with multiple...
2016-05-02  Jérémie GalarneauFix: potential close() of uninitialized elf_fd
2016-05-02  Jérémie GalarneauClean-up: add missing new line after end of function
2016-05-02  Jérémie GalarneauClean-up: remove extra newline in bin-info.c
2016-05-02  Jérémie GalarneauClean-up: fix comment style in bin-info.c
2016-04-27  Jérémie GalarneauFix: return -1 on bin_info_lookup_dwarf_function_name...
2016-04-21  Antoine BusqueUse bool where possible in dwarf and bin-info
2016-04-21  Antoine BusqueRename so-info to bin-info
2016-04-21  Antoine BusqueUse printf_debug/verbose in so-info
2016-04-21  Antoine BusqueUpdate debuginfo to match UST event rename
2016-04-21  Antoine BusqueUse g_build_path for DWARF build_id lookup
2016-04-21  Antoine BusqueAdd --debug-info-target-prefix
2016-04-21  Antoine BusqueRefactor offset string printing out of ELF and DWARF...
2016-04-21  Antoine BusquePrint offset relative to function when using DWARF
2016-04-21  Antoine BusqueAdd binary location information
2016-04-21  Antoine BusqueFix: prevent uninitialized use of elf_file
2016-04-21  Antoine BusqueOnly set so info ELF file when needed
2016-04-21  Antoine BusqueUse is_pic field instead of reading ELF header
2016-04-21  Antoine BusqueFix: make short_src_path from src_path
2016-04-20  Jérémie GalarneauPrint "binary+offset" when function name can't be resolved
2016-04-20  Jérémie GalarneauFix: Don't skip binary path print-out in ELF-only case
2016-04-20  Jérémie GalarneauShow binary path as part of debug info
2016-04-20  Jérémie GalarneauAdd --debug-info-full-path option and shorten source...
2016-04-20  Jérémie GalarneauRename opt_debug_dir to opt_debug_info_dir
2016-04-20  Jérémie GalarneauFix: cast of 64 bit addresses from trace to 32-bit...
2016-04-20  Antoine BusqueInitial implementation of the debuginfo API
2016-04-05  Jérémie GalarneauRemove useless bt_iter when creating intersection
2016-02-19  Philippe Proulxvalues: fix indentation
next
This page took 0.03913 seconds and 7 git commands to generate.