Create a dedicated test suite for Perf
[lttng-tools.git] / src / bin /
2016-11-08  Anders WallinAdd version info to lttng-relayd help
2016-10-20  Jérémie GalarneauFix: stop sessiond threads on health thread error
2016-10-20  Jérémie GalarneauFix: stop lttng-relayd threads on health thread error
2016-10-20  Jérémie GalarneauRemove run-as compat wrapper from internal code
2016-10-19  Jonathan RajotteFix: save: leak of configuration file fd
2016-10-07  Jérémie GalarneauFix: warn when a loaded session can't be set as the...
2016-10-07  Jérémie GalarneauWarning fix: forward declare struct lttng_ust_calibrate
2016-10-07  Jonathan Rajotteload: introduce --override-name
2016-10-07  Philippe ProulxRemove calibrate from lttng-sessiond
2016-10-07  Philippe ProulxRemove calibrate command from lttng CLI
2016-10-07  Jonathan RajotteAdd --override-url option to load command
2016-10-07  Jonathan RajotteApply the overrides attributes during configuration...
2016-10-07  Jérémie GalarneauFix: check for a session daemon before running load...
2016-10-07  Mathieu DesnoyersFix: ignore SIGPIPE
2016-10-07  Jonathan RajotteUse lttng api for the load command
2016-10-05  Simon Marchilttng-sessiond: auto-load lttng-probe-i2c module
2016-10-04  Jérémie GalarneauFix: honor negative (unlimited) app socket timeout
2016-09-28  Jérémie GalarneauFix: time redefinition warnings on macOS builds
2016-09-28  Jérémie GalarneauClean-up: remove unused variable user
2016-09-27  Mathieu DesnoyersCleanup: Remove fun from code base
2016-08-25  Jérémie GalarneauClean-up snapshot command error reporting
2016-08-25  Jérémie GalarneauFix: RCU lock imbalance on error in cmd_snapshot_list_o...
2016-08-05  Michael JeansonPort: Detect platforms where librt is required
2016-08-05  Michael JeansonPort: Add OSX clock_gettime compat
2016-08-03  Jérémie GalarneauClean-up: remove useless assignment
2016-08-01  Jérémie GalarneauFix: unchecked init_pipe return value
2016-08-01  Jérémie GalarneauClean-up: remove useless assignment
2016-07-08  Julien DesfossezEnable perf PMU counters by raw ID
2016-07-06  Jérémie GalarneauAdd missing ust_app_regenerate_statedump_all stub
2016-07-06  Jérémie GalarneauClean-up: remove unused ust_app_regenerate_metadata_all
2016-07-06  Julien DesfossezAllow regenerating the statedump of a running session
2016-07-06  Mathieu DesnoyersUST command to regenerate the statedump
2016-07-06  Julien DesfossezRename the "metadata regenerate" command to "regenerate...
2016-07-05  Philippe ProulxFix: protocol mismatch between UST and tools
2016-07-05  Jérémie Galarneauust-ctl: use fixed-size integer rather than enum
2016-07-05  Philippe ProulxAdd support for UST's autoincrementing enum entries
2016-07-04  Sebastien BoisvertFix: English syntax errors in 'lttng status'
2016-06-29  Michael JeansonFix: Set thread stack size to ulimit soft value
2016-06-28  Michael JeansonFix: missing include ctype.h for isdigit()
2016-06-28  Michael JeansonFix: error.h -> common/error.h
2016-06-28  Michael JeansonFix: snapshot del-output with name on musl
2016-06-28  Philippe ProulxFix: sessiond ht_match_event() check if filter is NULL
2016-06-27  Jérémie GalarneauTests: spawn ht_cleanup thread in unit tests
2016-06-27  Jérémie GalarneauLazily initialize max poll set size
2016-06-17  Jérémie GalarneauRevert "Assert that a valid clean-up pipe exists on...
2016-06-16  Mathieu DesnoyersAllow channel mode override in snapshot sessions
2016-06-16  Mathieu DesnoyersFix: validate number of subbuffers after tweaking prope...
2016-06-14  Jérémie GalarneauUse bool type for save command options
2016-06-14  Jérémie GalarneauClean-up: harmonize popt option declarations in save.c
2016-06-14  Jérémie GalarneauClean-up: move mi_writer declaration with other declara...
2016-06-14  Jérémie GalarneauAssert that a valid clean-up pipe exists on ht_cleanup_push
2016-06-09  Jérémie GalarneauFix: leak of UST app hash tables
2016-06-08  Jérémie GalarneauFix: leak of reply buffer on data pending check
2016-06-03  Jérémie GalarneauDocs: fix comment typos in lttng-sessiond's main.c
2016-06-03  Jérémie GalarneauFix: lttng-relayd allow binding of privileged ports...
2016-06-03  Mathieu Desnoyersrelayd: optimize receive throughput
2016-06-02  Jérémie GalarneauClean-up: harmonize kernctl API error checking
2016-06-02  Jérémie GalarneauDocs: document safety of consumer_thread_is_ready access
2016-06-02  Jérémie GalarneauClean-up: unused ret values in thread_manage_health
2016-06-02  Jérémie GalarneauClean-up: remove dead code in sessiond's set_option()
2016-05-24  Michael JeansonTypo: occured -> occurred
2016-05-19  Mathieu DesnoyersFix: add missing semicolons after MSG, DBG, ERR print...
2016-05-19  Mathieu DesnoyersFix: kernel tracing: flush after stop
2016-05-19  Mathieu DesnoyersFix: UST should not generate packet at destroy after...
2016-05-18  Mathieu DesnoyersFix: remove logically dead code in send_channel_uid_to_ust
2016-05-18  Mathieu DesnoyersFix: unchecked return value in relayd live.c
2016-05-18  Mathieu DesnoyersFix: unchecked return value in trace_clock_read64_monotonic
2016-05-18  Jérémie GalarneauClean-up: remove unnecessary blank line
2016-05-18  Jonathan RajotteFix: initialize the cur_event variable before using it
2016-05-18  Mathieu DesnoyersFix: NULL pointer dereference in relay_index_get_by_id_...
2016-05-18  Jérémie GalarneauClean-up verbosity incrementation in set_option
2016-05-18  Jérémie GalarneauFix: Deference after null check in sessiond set_option
2016-05-18  Jérémie GalarneauDocs: clarify comment in parse_pid_string()
2016-05-18  Mathieu DesnoyersFix: Wrong sizeof argument in pid tracker
2016-05-18  Mathieu DesnoyersFix: Integer overflowed argument
2016-05-17  Michael JeansonFix: Free variables before strdup()
2016-05-17  Michael JeansonFix: Add missing free() in spawn_viewer
2016-05-17  Michael JeansonFix: Don't try to show manpage when argv is null
2016-05-17  Mathieu DesnoyersFix: illegal memory access in send_viewer_streams
2016-05-17  Jérémie GalarneauSimplify rcu locking in viewer_list_sessions
2016-05-17  Mathieu DesnoyersFix: illegal memory access in viewer_list_sessions
2016-05-17  Mathieu DesnoyersFix: illegal memory access in session_create
2016-05-17  Mathieu DesnoyersFix: illegal memory access in consumer_set_subdir
2016-05-17  Mathieu DesnoyersFix: illegal memory access in syscall_init_table
2016-05-17  Mathieu DesnoyersFix: illegal memory access in write_pidfile
2016-05-17  Mathieu DesnoyersFix: illegal memory access in list_lttng_channels
2016-05-17  Mathieu DesnoyersFix: illegal memory access in cmd_snapshot_record
2016-05-17  Mathieu DesnoyersFix: illegal memory access in output_init
2016-05-17  Mathieu DesnoyersFix: illegal memory access in consumer_set_network_uri
2016-05-17  Mathieu DesnoyersFix: illegal memory access in cmd_snapshot_list_outputs
2016-05-17  Mathieu DesnoyersFix: illegal memory access in list_events
2016-05-17  Mathieu DesnoyersFix: illegal memory access in disable_event
2016-05-17  Mathieu DesnoyersFix: illegal memory access in enable_event
2016-05-17  Mathieu DesnoyersFix: illegal memory access in add_uri_to_consumer
2016-05-17  Mathieu DesnoyersFix: illegal memory access in init_ust_event_from_agent...
2016-05-17  Jérémie GalarneauSimplify free() of channel attribute
2016-05-17  Mathieu DesnoyersFix: illegal memory access in _cmd_enable_event
2016-05-16  Jérémie GalarneauSnapshot warning if there are no events in one of the...
2016-05-16  Jérémie GalarneauClarify kernel version check error messages
2016-05-16  Jérémie GalarneauFix: Error reported if no domain is provided for start...
next
This page took 0.038765 seconds and 6 git commands to generate.