Add lttng_waiter utils
[lttng-tools.git] / src / bin /
2017-05-15  Jérémie GalarneauFix: pthread_join on thread start error
2017-05-15  Jérémie GalarneauFix: missing check on notification thread join
2017-05-15  Jérémie GalarneauFix: status_loc argument of waitpid() is used on error
2017-05-11  Jérémie GalarneauFix: leak of deserialized trigger sent from client
2017-05-11  Jérémie GalarneauClean-up: missing static qualifier on internal function
2017-05-10  Jérémie GalarneauFix: skip empty revents in notificationthread
2017-05-09  Jérémie GalarneauFix: missing header causes build failure with --disable...
2017-05-08  Jérémie GalarneauClean-up: use lttng_read() wrapper instead of read()
2017-05-06  Francis DeslauriersFix: Exclusion check iterates multiple times on same...
2017-05-06  Jérémie GalarneauFix: free of uninitialized value on error path
2017-05-06  Jérémie GalarneauFix: memory leak of client_list_element
2017-05-05  Jérémie GalarneauFix: use of uninitialized channel attributes in client
2017-05-05  Jérémie GalarneauClean-up: only declare help_msg in embedded help case
2017-05-05  Jérémie GalarneauFix: use of session_name instead of channel_name in...
2017-05-05  Mathieu DesnoyersFix: lttng-live: send HUP reply when per-PID streams...
2017-05-05  Jonathan RajotteFix: syscall_table_nb_entry invalid value when no sysca...
2017-05-05  Jérémie GalarneauTests fix: initialize kernel extended channel attributes
2017-05-05  Jérémie GalarneauTests fix: initialize UST extended channel attributes
2017-05-05  Philippe ProulxAdd support for "full" star globbing patterns in event...
2017-05-05  Philippe Proulxbin/lttng: remove double "help" command and sort list
2017-05-05  Philippe Proulxlttng help: use command's --help directly
2017-05-05  Philippe ProulxAdd --enable-embedded-help option to embed --help messa...
2017-05-05  Jérémie GalarneauExpose monitor timer interval to lttngctl and client
2017-05-05  Jérémie GalarneauImplement consumer ring buffer position sampling
2017-05-05  Jérémie GalarneauAdd new snapshot ustctl API
2017-05-05  Jérémie GalarneauHandle trigger registration and unregistration in sessiond
2017-05-05  Jérémie GalarneauStart notification subsystem thread in sessiond initial...
2017-05-05  Jérémie GalarneauClean-up: fix comment type in lttng-consumerd.c
2017-05-05  Jérémie GalarneauAdd the sessiond notification-handling subsystem
2017-05-05  Jérémie GalarneauClean-up: comment fix in agent_thread_manage_registration
2017-05-05  Jérémie GalarneauClean-up: fix typo in sessiond main.c comment
2017-05-05  Jérémie GalarneauDocs: fix comment describing ust_cmd_queue
2017-02-14  Michael JeansonPort: Link with no-undefined on Windows
2017-02-14  Michael JeansonFix: Remove unused headers
2017-01-25  Jonathan RajotteFix: null dereference on error path for create_ctx_type
2017-01-24  Jonathan Rajottex is never reused, no need to shift it
2017-01-23  Mathieu DesnoyersFix: sessiond: only send streams to consumer once
2017-01-19  Mathieu DesnoyersFix: consumerd main: needs to be a registered RCU thread
2017-01-19  Mathieu DesnoyersFix: thread_dispatch_ust_registration needs to be a...
2017-01-19  Jérémie GalarneauFix: don't abort metadata push on closed metadata
2017-01-09  Mathieu DesnoyersFix: add missing rcu_barrier before daemon teardown
2017-01-06  Jonathan RajotteFix: lttng-relayd: forcefully close stream on relayd...
2016-12-16  Jonathan RajotteFix: free previous instance of url (alloc_url) on defau...
2016-12-16  Mathieu DesnoyersFix: relayd vs consumerd compatibility
2016-11-29  Philippe ProulxRemove `metadata` command from various help resources
2016-11-29  Philippe ProulxList the `regenerate` command in various help resources
2016-11-28  Liguang LiFix: truncate the metadata file in shm-path
2016-11-25  Jonathan RajotteLoad: add message indication that a name override was...
2016-11-25  Jonathan RajotteLoad: expose overrides elements in mi
2016-11-21  Francis DeslauriersFix: add missing refcount of loaded modules
2016-11-18  Jérémie GalarneauFix: only unload successfully loaded kernel modules
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
next
This page took 0.039842 seconds and 6 git commands to generate.