babeltrace.git
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 BusqueFix: update tests for new dwarf func name output
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 BusquePrint bin location first
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 GalarneauTests: clean generated tests scripts
2016-04-20  Michael JeansonTests: Add missing test scripts to gitignore
2016-04-20  Michael JeansonTests: Use AC_CONFIG_FILES to generate test scripts
2016-04-20  Jérémie GalarneauDocs: Add debug-info option to BABELTRACE(1)
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 GalarneauClean-up: mark test symbols as static
2016-04-20  Jérémie GalarneauFix: Remove traces left over from ctf-writer tests
2016-04-20  Jérémie GalarneauFix: cast of 64 bit addresses from trace to 32-bit...
2016-04-20  Jérémie GalarneauTests: dynamically create test list based on enabled...
2016-04-20  Antoine BusqueAdd intersect mode to python bindings
2016-04-20  Antoine BusqueAdd bt_ctf_iter_create_intersect to CTF iterator API
2016-04-20  Jérémie GalarneauClean-up: remove dead assignment
2016-04-20  Jérémie GalarneauTests: erroneous check after bt_ctf_clock_set_offset_s
2016-04-20  Antoine BusqueDocs: add high-level debug info doc
2016-04-20  Antoine BusqueTests: add unit tests for so_info
2016-04-20  Antoine BusqueTests: add unit tests for bt_dwarf
2016-04-20  Antoine BusqueInitial implementation of the debuginfo API
2016-04-20  Mathieu DesnoyersFix: lttng-live flush when output to file
2016-04-19  Mathieu DesnoyersFix: lttng-live use g_free rather than free
2015-09-12  Philippe ProulxStore "tracer_name" from the trace's environment
2016-04-06  Jérémie GalarneauFix: Missing pointer dereference in NULL check
2016-04-05  Jérémie GalarneauFix: leak of stream intersection positions
2016-04-05  Jérémie GalarneauRemove useless bt_iter when creating intersection
2016-04-05  Jérémie GalarneauAdd new test artifacts to .gitignore
2016-04-05  Jérémie GalarneauTests: use templates for stream intersection and packet...
2016-04-05  Jérémie GalarneauTests: fix OOT build by adding test scripts to noinst_S...
2016-04-04  Jérémie GalarneauDocs: Add --stream-intersection to the BABELTRACE(1...
2016-04-04  Jérémie GalarneauRephrase error message
2016-04-04  Julien DesfossezTest the stream intersection feature
2016-04-04  Julien DesfossezOption to only show streams' intersection
2016-04-04  Julien DesfossezTests for packet_seq_num handling
2016-04-04  Julien DesfossezFix: lttng-live data_size and version endianness
2016-02-24  Philippe Proulxtest_ctf_ir_ref.c: fix coding style
2016-02-24  Philippe Proulxtest_ctf_writer.c: test packet functions
2016-02-24  Philippe ProulxFix: do not set event's parent to a non-writer stream
2016-02-24  Philippe Proulxir: bt_ctf_stream_append_event(): do not always reset...
2016-02-24  Philippe Proulxir: bt_ctf_event_set_packet(): check for common stream...
2016-02-23  Philippe Proulxtest_ctf_ir_ref.c: fix indentation
2016-02-23  Philippe Proulxtest_ctf_ir_ref.c: test all permutations of put
2016-02-22  Jérémie GalarneauSolaris build fix: missing inclusion of endian.h
2016-02-22  Philippe Proulxref.h: add C++ guards
2016-02-22  Philippe Proulxtest_ctf_writer.c: test bt_ctf_clock_ns_from_value()
2016-02-22  Jérémie GalarneauCleanup: lift function call outside of condition
2016-02-22  Philippe Proulxir: add bt_ctf_clock_ns_from_value() utility
2016-02-22  Philippe Proulxir: move clock value accessors to writer header
2016-02-22  Philippe Proulxtest_ctf_writer.c: test writer/non-writer clock value...
2016-02-22  Philippe Proulxir: move bt_ctf_stream_class_set_clock() to writer...
2016-02-22  Philippe Proulxir: disable clock value accessors in non-writer mode
2016-02-22  Philippe Proulxir: add bt_ctf_event_get_clock_value()
2016-02-22  Philippe Proulxir: bt_ctf_stream_append_event(): do not append event...
2016-02-22  Philippe Proulxir: remove unused event header/context fields from...
2016-02-22  Philippe Proulxir: add optional name property to stream
2016-02-22  Philippe Proulxtest_ctf_writer.c: test bt_ctf_stream_create()
2016-02-22  Philippe Proulxir: make bt_ctf_stream_create() public
2016-02-22  Philippe Proulxtest_ctf_writer.c: test stream class clock -> trace...
2016-02-22  Philippe Proulxir: bt_ctf_trace_add_stream_class(): add stream class...
2016-02-22  Philippe Proulxir: remove unused bt_ctf_event_copy()
2016-02-22  Philippe Proulxir: verify stream mode in stream functions
2016-02-22  Philippe Proulxir: freeze event on bt_ctf_stream_append_event()
2016-02-22  Philippe Proulxir: add bt_ctf_event_freeze()
2016-02-22  Philippe Proulxir: add bt_ctf_field_freeze()
2016-02-19  Philippe Proulxir: remove bt_ctf_trace_get() and bt_ctf_trace_put()
2016-02-19  Philippe Proulxir: move writer-specific declarations to writer header
2016-02-19  Philippe Proulxir: remove event header accessors from stream
2016-02-19  Philippe Proulxir: add bt_ctf_event_set_packet()
2016-02-19  Philippe Proulxir: add public bt_ctf_packet object
2016-02-19  Philippe Proulxir: move the stream event ctx field to the event
2016-02-19  Philippe Proulxir: remove unused event_headers member from struct...
2016-02-19  Philippe Proulxir: validate integer FT's mapped clock against signedness
2016-02-19  Philippe Proulxir: clock: use value in cycles instead of ns
2016-02-19  Philippe Proulxir: freeze mapped clock when freezing integer FT
2016-02-19  Philippe Proulxir: freeze clocks when freezing a trace
2016-02-19  Philippe Proulxir: split event files into event and event-class files
2016-02-19  Philippe Proulxir: rename event-fields/event-types -> fields/field...
2016-02-19  Philippe Proulxir: rename ctf_type_id -> bt_ctf_type_id
2016-02-19  Philippe Proulxir: rename ctf_string_encoding -> bt_ctf_string_encoding
2016-02-19  Philippe Proulxir: rename bt_ctf_field_path_get_root()
2016-02-19  Philippe Proulxir: rename bt_ctf_node -> bt_ctf_scope
2016-02-19  Philippe Proulxir: add public bt_ctf_field_path object
2016-02-19  Philippe Proulxir: rename bt_ctf_field_type_variant_set_tag()
2016-02-19  Philippe ProulxAdd validation/resolving tests
2016-02-19  Philippe Proulxtest_bt_values.c: fix top comment
next
This page took 0.038582 seconds and 4 git commands to generate.