From c87163ac465bc01c4ee578f0cb7f348ca4449230 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Galarneau?= Date: Fri, 5 May 2017 21:40:48 -0400 Subject: [PATCH] Update version to v2.10.0-rc1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérémie Galarneau --- ChangeLog | 1004 ++++++++++++++++++++++++++++++++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 1005 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index e7b97cfe2..d826a8fa6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,1007 @@ +2017-05-05 lttng-tools 2.10.0-rc1 + * Add 2.10 release beer name and description + * Build: missing includes for ssize_t definition on Cygwin + * Fix: consumer-timer.c includes ust-ctl.h even --without-lttng-ust + * Fix: missing header in Makefile breaks the dist build + * Tests fix: tracefile-size tests assume PAGE_SIZE subbuffers + * Fix: use of uninitialized channel attributes in client + * Clean-up: only declare help_msg in embedded help case + * Fix: use of session_name instead of channel_name in condition hash + * Fix: lttng-live: send HUP reply when per-PID streams are gone + * Test: use output_path instead of argument position + * Bump default kernel, and UST per-uid/per-pid buffer size + * Fix: syscall_table_nb_entry invalid value when no syscalls TPs are defined + * Add string-utils to dist subdirs in libcommon + * Tests fix: initialize kernel extended channel attributes + * Tests fix: initialize UST extended channel attributes + * lttng-enable-event(1): document globbing patterns in event names and filters + * Tests: add globbing pattern tests to test_java_log4j + * Tests: add globbing pattern tests to test_java_jul + * Tests: add globbing pattern tests to test_python_logging + * Tests: add globbing pattern tests to test_valid_filter + * Tests: add globbing pattern tests to test_invalid_filter + * Tests: add globbing pattern tests to test_event_wildcard + * Tests: add globbing pattern tests to test_exclusion + * Tests: utils: add gen-ust-nevents-str util + * Tests: add string-utils library unit tests + * Add support for "full" star globbing patterns in event names and filters + * Add string-utils convenience library + * doc: lttng-destroy(1): document --no-wait option + * doc: lttng-stop(1): replace tabs with spaces + * doc/man: add typical `$` and `#` prompts to command lines + * bin/lttng: remove double "help" command and sort list + * lttng help: use command's --help directly + * Add --enable-embedded-help option to embed --help messages in binaries + * Expose monitor timer interval to lttngctl and client + * Tests: add placeholder symbol to allow unit tests to link + * Implement consumer ring buffer position sampling + * Add new snapshot ustctl API + * Add kernctl RING_BUFFER_SNAPSHOT_SAMPLE_POSITIONS command + * Handle trigger registration and unregistration in sessiond + * Start notification subsystem thread in sessiond initialization + * Clean-up: fix comment type in lttng-consumerd.c + * Add the sessiond notification-handling subsystem + * Clean-up: comment fix in agent_thread_manage_registration + * Add client notification API + * Add utils_get_count_order_u64 to utils + * Implement poll mask modification support in poll wrappers + * Add the container_of() macro to macro.h + * Add pipe_release utils to the pipe wrapper + * Add named pipe support to the pipe wrapper + * Add non_block version of functions to UNIX socket wrapper + * Add lttng_buffer_view util + * Add lttng_dynamic_buffer util + * Clean-up: fix typo in sessiond main.c comment + * Docs: fix comment describing ust_cmd_queue + * Port: Link with no-undefined on Windows + * Port: win32 DLLs don't support hidden symbols + * Port: add cygwin support to endian compat + * Fix: Remove unused headers + * Fix: tests: register thread for RCU operations. + * Fix: Lazily initialize max poll set size in poll compat + * Fix: null dereference on error path for create_ctx_type + * Fix: test_ust_data dereference of null pointer + * x is never reused, no need to shift it + * Fix: test_kernel_data dereference of null pointer + * Man: move [SESSION] before options + * Fix: consumerd: add missing put_subbuf for ust and kernel errors + * Fix: sessiond: only send streams to consumer once + * Fix: consumerd main: needs to be a registered RCU thread + * Fix: thread_dispatch_ust_registration needs to be a RCU thread + * Fix: don't abort metadata push on closed metadata + * lttng-tools: remove bogus interpreter line from utils shell library + * Fix: consumerd: order of metadata cache vs stream lock + * Fix: add missing rcu_barrier before daemon teardown + * Fix: Add missing pthread.h include + * Fix: support for older versions of Babeltrace in test script + * Fix: reverse channel and metadata cache lock nesting order + * Fix: only lock the metadata_cache in userspace consumers + * Fix: lock nesting order reversed + * Fix: lttng-relayd: forcefully close stream on relayd shutdown + * Fix: protect the channel's metadata stream using the metadata cache lock + * Fix: double unlock of metadata mutex on error + * Fix: free previous instance of url (alloc_url) on default live url assignation + * Fix: add element length check in lttng_index_file_open + * Assert that index_file does not exist before setting a new one + * Fix: relayd vs consumerd compatibility + * tests: Implement tests for lttng-ust LTTNG_UST_BLOCKING_RETRY_TIMEOUT + * lttng-add-context(1): add missing man: prefix + * lttng-add-context(1): fix style + * lttng-snapshot(1): fix style + * lttng-metadata(1): fix style + * doc/man: put short option's argument too + * Remove `metadata` command from various help resources + * List the `regenerate` command in various help resources + * lttng-load(1): fix synopsis and style + * Fix: truncate the metadata file in shm-path + * Load: add message indication that a name override was carried out + * Load: expose overrides elements in mi + * Fix: assign values to path, ctrl and data uris during configuration load + * Load: test that name override does not have side effects + * Docs: remove invalid short option -U and move option descriptions + * Fix: add missing refcount of loaded modules + * Fix: only unload successfully loaded kernel modules + * Fix: test cases now rely on explicit workloads + * m4/pprint.m4: update with correct quoting + * configure.ac: move warning to end of output for the end user + * doc/man: only require asciidoc-attrs.conf when building the man pages + * Test fix: increase test count in plan of test_perf_raw + * Create a dedicated test suite for Perf + * Tests: accommodate stricter mktemp implementations in tests + * Add version info to lttng-relayd help + * Fix: stop sessiond threads on health thread error + * Fix: stop lttng-relayd threads on health thread error + * Fix: report an error if unix socket address is too long + * Remove unmaintained TODO file + * Remove outdated comment about run_as open being broken + * Remove run-as compat wrapper from internal code + * Fix: save: leak of configuration file fd + * Update master version to 2.10.0-pre + * Fix: warn when a loaded session can't be set as the default + * Warning fix: forward declare struct lttng_ust_calibrate + * lttng-enable-channel(1): remove redundant --discard from synopsis + * test: load --override-name + * load: introduce --override-name + * man: lttng-load fix up + * Docs: grammar fix in load.h + * lttng_ctl: add session_name to load override + * Fix: test presence of override_attr before accessing its member + * load: objects returned by getters do not need to be freed + * Remove lttng_load_session_attr_get_override_path_url + * Docs: change order of set functions in load.h to match get + * Remove calibrate documentation + * Remove calibrate from liblttng-ctl + * Remove calibrate from lttng-sessiond + * Remove calibrate from Python bindings + * Remove calibrate from Bash completion script + * Remove calibrate tests in Python bindings + * Remove calibrate command from lttng CLI + * Build fix: remove load-42-stream.lttng from dist target + * Test: load --override-url + * Add --override-url option to load command + * Apply the overrides attributes during configuration load + * Clean-up: remove copy-pasted comment from save.c + * lttng-ctl: add override helper to load api + * Rename override to overwrite for config_load_session + * Fix: report truncation on snprintf + * Fix: check for a session daemon before running load command + * Fix: ignore SIGPIPE + * Use lttng api for the load command + * Fix: use ssize_type for the return value of uri_parse_str_urls + * Docs: grammar fixes in load.h + * Fix: wrong api comments for load.h + * Fix: do not overwrite ret if already set and session found + * lttng-sessiond: auto-load lttng-probe-i2c module + * Bump lttng-modules ABI minor version + * Fix: handle backward compatibility with lttng-modules 2.7 + * Clean-up: remove unnecessary autoconf variable substitution + * Fix: honor negative (unlimited) app socket timeout + * Build: Replace use of deprecated AM_PATH_XML2 + * Test fix: set app and network socket timeouts to unlimited + * Test fix: test_fork can hang while waiting for child pids + * Test fix: test_daemon can hang while waiting for child pids + * Test fix: redirect python test subprocess output to /dev/null + * Build fix: macOS Sierra provides clock_gettime + * Fix: time redefinition warnings on macOS builds + * Clean-up: remove unused variable user + * Cleanup: Remove fun from code base + * Fix: remove in-place backup suffix argument provided to sed + * Fix: pass a valid length to accept() on unix domain sockets + * Log signals received by run_as worker + * Missing word in worker_sighandler() comment + * Clean-up snapshot command error reporting + * Fix: RCU lock imbalance on error in cmd_snapshot_list_outputs() + * Use -M parameter instead of --manpath when invoking man(1) + * OOT Build fix: reference the source directory's Python test app + * Fix: pass NULL to config_load_session instead of an empty string + * Tests: don't copy test_python_logging explicitly + * OOT build fix: Missing include of src directory + * Accomodate BSD sed in version.h generation + * Port: Detect platforms where librt is required + * Port: Add OSX clock_gettime compat + * Port: Add OSX support to socket compat + * Port: Add OSX support to poll compat + * Port: Add OSX support to fcntl compat + * Port: Add OSX compat to sessiond-comm/unix.c + * Port: Add OSX endian.h compat + * Port: Add OSX libuuid compat + * Fix: zero-initialize fd_set + * Clean-up: missing cast to fd_set* + * Fix: usage of FD_SET on fd_set > 1024 results in corruption + * Fix: erroneous usage of addr parameter in mmap() + * Clean-up: remove useless assignment + * Fix: missing unmap in test error handling + * Tests: unchecked pthread_join return value + * Clean-up: remove negative check against unsigned value + * Fix: unchecked init_pipe return value + * Tests: Unchecked pthread_create return value + * Clean-up: remove useless assignment + * Tests: Add tracepoints to libbar, libfoo and libzzz + * Fix: Mark ASCIIDOC_ATTRS_CONF as a dependency of man page targets + * Test the parsing of perf raw context + * Enable perf PMU counters by raw ID + * Run userspace perf tests on non-x86 platforms + * Tests: adjust ust-dl planned test count + * Test library load/unload events + * Add missing ust_app_regenerate_statedump_all stub + * Clean-up: remove unused ust_app_regenerate_metadata_all + * Add regenerate command to MI schema + * Manpage for the regenerate statedump command + * Tests for the regenerate statedump command + * Allow regenerating the statedump of a running session + * Kernel ioctl to regenerate the statedump + * UST command to regenerate the statedump + * Rename the "metadata regenerate" command to "regenerate metadata" + * Typo fix: uninitializez ->uninitialized + * Fix: handle negative (unlimited) system stack size limits + * Tests: adjust type declaration test count + * Fix: protocol mismatch between UST and tools + * ust-ctl: use fixed-size integer rather than enum + * Test UST's autoincrementing enumeration values + * Add support for UST's autoincrementing enum entries + * Tests: eliminate process timeouts from Python tests + * Fix: English syntax errors in 'lttng status' + * Test for select, poll and epoll syscall overrides + * Tests: tap.sh spams tests' output when no plan is set + * Fix: Set thread stack size to ulimit soft value + * Fix: location of various standard headers + * Fix: missing include ctype.h for isdigit() + * Fix: strerror_r behavior is glibc specific + * Fix: error.h -> common/error.h + * Fix: snapshot del-output with name on musl + * Fix: sessiond ht_match_event() check if filter is NULL + * configure.ac: fix --enable/disable-kmod option + * Tests: spawn ht_cleanup thread in unit tests + * Lazily initialize max poll set size + * Revert "Assert that a valid clean-up pipe exists on ht_cleanup_push" + * tests: test ust snapshot with discard buffers + * tests: test kernel snapshot with discard buffers + * Allow channel mode override in snapshot sessions + * Fix: validate number of subbuffers after tweaking properties + * Use bool type for save command options + * Clean-up: harmonize popt option declarations in save.c + * Clean-up: move mi_writer declaration with other declarations + * Add name omission and output omission on save to lttng-ctl + * Express overwrite attribute as a byte in communication protocol + * Assert that a valid clean-up pipe exists on ht_cleanup_push + * Fix: do not refer to objects as .o + * Fix: do not link against libtool .o objects + * Fix: Define MANPATH in config.h + * Tests: Make warn_processes.sh more portable + * Fix: add missing script to dist + * Fix: leak of UST app hash tables + * Fix: leak of reply buffer on data pending check + * Fix: call xmlCleanupParser to free global libxml2 allocations + * Fix: missing "void" parameter of lib constructor and destructor + * Docs: fix comment typos in lttng-sessiond's main.c + * Fix: lttng-relayd allow binding of privileged ports for non-root users + * relayd: optimize receive throughput + * Clean-up: harmonize kernctl API error checking + * Introduce LTTNG_IOCTL_CHECK and LTTNG_IOCTL_NO_CHECK macros + * Fix: enforce assumption that lttng-modules ioctl() return <= 0 + * Fix: reduce scope of kconsumer consumed_pos and produced_pos + * Docs: document safety of consumer_thread_is_ready access + * Clean-up: unused ret values in thread_manage_health + * Clean-up: remove dead code in sessiond's set_option() + * Fix: set the logger level to prevent unexpected level inheritance + * Typo: Stoping -> Stopping + * Typo: occured -> occurred + * Fix: only perform lttng_consumer_sync_trace_file() in local mode + * Make lttng_consumer_sync_trace_file static + * Fix: don't negate posix_fadvise return value to check error + * Fix Solaris 10 build: use lttng_strnlen() wrapper + * Rename lttng_error_type to lttng_error_level + * Cleanup error.h __lttng_print() used for message printing + * Update coding style document for macro style + * Fix: coding style document has erroneous semicolon at end of macro + * Fix: add missing semicolons after MSG, DBG, ERR print macros + * Tests: inverted condition in test_kernel_data + * OOT build fix: asciidoc.conf is now a source file + * lttng-create(1): use attributes for default ports + * lttng-create(1): add xrefs to creation mode definitions + * lttng-create(1): use the correct DATAPORT/CTRLPORT variables + * lttng-create(1): use def list for net protocols + * lttng-create(1): add relay mode + * doc/man: put AsciiDoc attributes in their own file + * test: UST tracing destroy flush behavior with tracefile rotation + * test: kernel tracing destroy flush behavior with tracefile rotation + * Add environment variable to allow abort on error + * Fix: ust-consumer: flush empty packets on snapshot channel + * Fix: WARN() should print as WARN level, not ERR + * Fix: error.h: add missing parenthesis around macro parameter + * Fix: bogus mask on error.h PRINT types + * Fix: kernel tracing: flush after stop + * Fix: UST should not generate packet at destroy after stop + * Tests: remove flaky '*' kernel wildcard test + * Fix: bad file descriptors on close after rotation error + * Fix: configure.ac: allow --disable-python-bindings + * Fix: merge tap tests stdout and stderr + * Fix: posix_fadvise wrapper returns -ENOSYS on FreeBSD + * Fix: Double free in utils_partial_realpath error path + * Fix: remove logically dead code in send_channel_uid_to_ust + * Fix: unchecked return value in low throughput test + * Tests: abort() exclusion test on allocation failure + * Fix: unchecked posix_fadvise() return value + * Fix: unchecked return value in relayd live.c + * Fix: unchecked return value in trace_clock_read64_monotonic + * Clean-up: remove unnecessary blank line + * Fix: initialize the cur_event variable before using it + * Fix: Dereference after NULL check in consumer + * Tests: abort test on memory allocation failure + * Fix: pointer dereference after NULL check in test_create_ust_event_exclusion + * Fix: NULL pointer dereference in relay_index_get_by_id_or_create + * Clean-up verbosity incrementation in set_option + * Fix: Deference after null check in sessiond set_option + * Docs: clarify comment in parse_pid_string() + * Fix: Wrong sizeof argument in pid tracker + * Fix: tests: incorrect uri index + * Fix: Integer overflowed argument + * Fix: macro compares unsigned to 0 (no effect) + * Fix: Free variable before strdup() in process_event_node + * Fix: Free variables before strdup() + * Fix: Add missing free() in spawn_viewer + * Fix: Add missing free() in utils_partial_realpath + * Fix: Use distinct variables for ret and discarded_events + * Fix: Don't try to show manpage when argv is null + * Fix: Use secure_getenv() in get_man_bin_path + * Fix: illegal memory access in test_create_ust_event_exclusion + * Fix: illegal memory access in test_create_ust_event + * Fix: illegal memory access in test_create_kernel_event + * Fix: illegal memory access in test_create_ust_channel + * Fix: illegal memory access in send_viewer_streams + * Simplify rcu locking in viewer_list_sessions + * Fix: illegal memory access in viewer_list_sessions + * Fix: illegal memory access in relayd_add_stream + * Fix: illegal memory access in relayd_create_session_2_4 + * Fix: illegal memory access in session_create + * Fix: illegal memory access in consumer_set_subdir + * Fix: illegal memory access in syscall_init_table + * Fix: illegal memory access in write_pidfile + * Fix: illegal memory access in list_lttng_channels + * Fix: illegal memory access in cmd_snapshot_record + * Fix: illegal memory access in output_init + * Fix: illegal memory access in consumer_set_network_uri + * Fix: illegal memory access in cmd_snapshot_list_outputs + * Fix: illegal memory access in list_events + * Fix: illegal memory access in disable_event + * Fix: illegal memory access in enable_event + * Fix: illegal memory access in add_uri_to_consumer + * Fix: illegal memory access in init_ust_event_from_agent_event + * Simplify free() of channel attribute + * Fix: illegal memory access in _cmd_enable_event + * Implement lttng_strncpy safe string copy + * Add missing symbol to preserve ABI compatibility of liblttng-ctl + * Fix: loading a session prints an error message but the load is successful + * Snapshot warning if there are no events in one of the domains + * Clarify kernel version check error messages + * Tests: same event name with different descriptor on load + * Fix: load event state (enabled/disabled) correctly + * Fix: Error reported if no domain is provided for start/stop + * Handle unknown domain in MI + * Handle unknown domain on session start + * Fix: loading of live session within userspace domains + * Test: expose session url bug on load with multiple domains + * OOT build fix: asciidoc.conf is now generated at configure + * Snapshot: record: use same datetime for snapshot folder output + * Refactor: move the snapshot type check into output type check + * ust-metadata.c: nest/indent enumeration entries + * lttng.c: show basic help when no arguments are provided + * Define command short descriptions in configure.ac + * lttng-relayd(8): $HOME -> $LTTNG_HOME + * doc/man: use propagated default values in man pages + * Propagate default values from configure.ac to asciidoc.conf + * Define default values in configure.ac + * lttng-load(1): use lists to explain the input path behaviour + * lttng-sessiond(8): fix load directories and behaviour + * lttng-load(1): specify default search order + * doc/man: use configured directories in man pages + * doc/man/asciidoc.conf: add doctype-manpage conditions + * doc/man: linklttng macro -> man macro + * doc/man/Makefile.am: add failing dist-hook on --disable-man-pages + * doc/man/Makefile.am: fix top comment + * configure.ac: fix --enable-man-pages help string + * Fix: standardize parser/lexer building + * Fix: standardize man pages building/installing + * configure.ac: check for an existing liburcu-cds symbol + * configure.ac: use macro for wrong liburcu error message + * Hide parse_application_context utility function + * Re-add deprecated MI symbols to preserve ABI compatibility + * Hide new MI symbols introduced as part of 2.8 + * Re-add default size symbols which were erroneously exposed + * Hide config symbols introduced in 2.8 + * Hide internal _lttng_destroy_session symbol + * Hide bytecode symbol iterator API symbols + * Tests: wording of trace_matches is misleading + * Test lttng-modules clock override plugin + * Warning fix: uninitialized variable may be used + * Tests: Replace prove by autotools tap runner + * Drop installcheck target + * Fix: distcheck requires that we clean version.h + * Fix: configure: forbid Python bindings if shared libraries are disabled + * Fix: tests: don't match command line arguments, match static build binary names + * Fix: tests: skip tests on static build + * Fix: tests: don't build dynamic lib tests if support disabled + * bootstrap: Standardize on autoreconf -vi + * Move unix.h wrapper from sessiond-comm to common + * Fix: update tests following renaming of UST statedump event + * Typo: catched -> caught + * Add comment describing ioctl number duplication + * Test: kill sessiond,relayd and background children on SIGTERM/SIGINT + * Docs: Remove unnecessary exclamation mark + * Docs: fix wording of dependency + * Docs: fix "daemon" typo in README.md + * Fix: Use get_domain_str on add context + * Warning fix: possible use of uninitialized variable + * doc/man: add FILES section + * Test: xsd validation of long path (length > 255) + * Fix: xsd: urls and paths are not of type name_type but string + * Refactor: embed mi in "add_output "to remove code duplication + * Refactor: embed mi in "del_record" to remove code duplication + * Refactor: embed mi in "record" to remove code duplication + * Refactor: embed mi in "list_output" to remove code duplication + * Fix: do not return error on LTTNG_ERR_SNAPSHOT_NODATA + * Fix: Set loopback adress in set_ip_addr if gethostbyname2 fails + * Fix: d_type validity is not guaranteed on all nfs versions + * Fix: doc/man: lttng-add-context(1): add missing option macro + * doc/man: common-footer.txt: add CI link + * doc/man: common-footer.txt: add GH organization link + * doc/man: lttng(1): clarify UST domain and add links to languages + * doc/man: add escwc macro and use it + * doc/man: lttng(1): link from COMMAND (synopsis) to COMMANDS section + * doc/man: use linkgenoptions macro + * doc/man: add linkgenoptions AsciiDoc macro + * .gitignore: ignore all generated files in doc/man + * doc/man: fix external links + * doc/man: xsl: move manpage-base.xsl -> manpage-callouts.xsl + * doc/man: xsl: move manpage-ulinks.xsl -> manpage-links.xsl + * doc/man: xsl: add after ulink text + * doc/man: xsl: add (internal) link template + * doc/man: lttng-enable-channel(1): move limitations to own section + * Fix: doc/man: lttng-relayd(1) -> lttng-relayd(8) + * doc/man: add nloption and genoption AsciiDoc macros + * doc/man: add [role="term"] to terminal callouts + * Clean-up shm directory tree after freeing the channel + * Fix: Build man pages if --enable-build-man-pages is used + * Fix: convey enum value signedness into metadata + * doc/man: add notes about shell escaping + * Fix: doc/man/Makefile.am for OOT builds + * Generate man pages by default + * Update version to 2.9.0-pre + * Bump minor kernel tracer ABI version + * Quote brewery names in release codename description + * Fix: metadata regenerate, error if too many args + * Fix: add missing sys/types.h header + * Fix: build failure when __GLIBC_PREREQ is missing + * configure.ac: beautify report + * Update version codename and description to 2.8.0 - Isseki Nicho + * doc/man: lttng.1.txt: sort commands in categories + * Data pending message is printed when unnecessary + * README.md: add CI/Coverity status badges + * README.md: add lttng-crash in package contents + * Show lttng-metadata man page in command's --help + * Add an lttng-metadata man page + * Remove untrack reference from snapshot man page + * README.md: add optional dependency on man + * doc/man: install lttng-health-check.3 + * lttng-relayd: show man page with --help and remove usage + * doc/man: convert lttng-relayd(8) to AsciiDoc + * lttng-crash.c: show man page with --help and remove usage + * doc/man: convert lttng-crash(1) to AsciiDoc + * lttng-sessiond: show man page with --help and remove usage + * doc/man: convert lttng-sessiond(8) to AsciiDoc + * README.md: bolden all dependencies and versions + * README.md: add asciidoc and xmlto build dependencies + * lttng.c: sort commands to get a nice list output + * doc/man: add README.md + * lttng: add `help` command + * lttng.c: show man page with --help and remove usage + * lttng.c: CMD_UNDEFINED is used for invalid args too + * lttng: remove usage strings from commands + * lttng: show man page when using command's --help + * lttng add-context: add --list option + * doc/man: remove lttng.1 (built from lttng.1.txt) + * doc/man: create lttng-disable-event(1) and update/fix content + * doc/man: create lttng-enable-event(1) and update/fix content + * doc/man: create lttng-snapshot(1) and update/fix content + * doc/man: create lttng-help(1) and update/fix content + * doc/man: create lttng-status(1) and update/fix content + * doc/man: create lttng-untrack(1) and update/fix content + * doc/man: create lttng-track(1) and update/fix content + * doc/man: create lttng-calibrate(1) and update/fix content + * doc/man: create lttng-list(1) and update/fix content + * doc/man: create lttng-add-context(1) and update/fix content + * doc/man: create lttng-disable-channel(1) and update/fix content + * doc/man: create lttng-enable-channel(1) and update/fix content + * doc/man: create lttng-view(1) and update/fix content + * doc/man: create lttng-version(1) and update/fix content + * doc/man: create lttng-stop(1) and update/fix content + * doc/man: create lttng-start(1) and update/fix content + * doc/man: create lttng-load(1) and update/fix content + * doc/man: create lttng-save(1) and update/fix content + * doc/man: create lttng-set-session(1) and update/fix content + * doc/man: create lttng-destroy(1) and update/fix content + * doc/man: create lttng-create(1) and update/fix content + * doc/man: add common OPTIONS head for command man pages + * doc/man: add Makefile.am for generating man pages + * .gitignore: ignore generated man page artifacts + * doc/man: add XSL files for man pages + * doc/man: add asciidoc.conf + * configure.ac: check for asciidoc and xmlto + * doc/man: lttng(1): update and standardize content + * doc/man: convert lttng(1) to AsciiDoc + * Add builtin modules support to kmod modprobe + * Add comments to kmod functions + * Add libkmod rmmod support + * Move libkmod ifdef to beginning of file + * Drop optional control modules load and unload + * Fix: live test header endianness + * Document the live detach command + * Test the viewer detach command + * Use of bare attribute directives instead of LTTNG_PACKED + * Live: command to detach a viewer session + * Contexts for RT debugging + * Optional test for the metadata regeneration + * Add MI output to the metadata regenerate command + * Tests for metadata regenerate + * Add TAGS files to .gitignore + * Fix: systematic overwrite of union values on add context + * Mismatching signature of ust_metadata_session_statedump() stub + * Fix: Initialize events discarded and packet lost counters to zero + * Assert on unknown UST buffer type + * Command metadata regenerate + * Store the relay protocol version in the consumer_output + * Store the version of the tracer in the UID registry + * Store the instance id and packet_seq_num in indexes + * kernctl commands to extract the stream instance id + * Account the lost packets in snapshot mode + * Test: Add the lttng-runas worker process to the sessiond pids + * Limit the scope of IFS overwriting + * Do not overwrite IFS globally but only locally + * Display discarded and lost events at destroy and stop + * Fix: tests: use SIGSTOP for crash extraction test + * Test fix: ignore stderr at every step of randstring + * Fix: session_find_by_id can return NULL legitimately + * Fix: mark ltt_sessions_ht_destroy as static + * Docs: Missing locking assumptions in function headers + * Test fix: ignore stderr when generating random string + * Fix: hold session list lock during delete_ust_app + * Test: prevent the spawning of a daemonized sessiond + * Missing void in function signature + * CLI: Show filter expression associated to a syscall + * Fix: missing dereference when computing extended info position + * Fix: Only save kernel enablers in session configuration + * Fix: Only list kernel enablers when listing events + * Fix: syscalls hash table leaks when listing kernel events + * Initialize command header to zero + * Rename filter string to filter expression in liblttng-ctl + * Fix: use of unsigned variable to check for negative return + * Clean-up: remove unreachable goto + * Fix: missing static inline breaks --without-lttng-ust build + * lttng enable-channel memsets lttng_channel to -1 + * Change padding type from array to fixed-width integer + * Clean-up: missing space between cast operator and operand + * Ensure UST channel output mode is LTTNG_UST_MMAP + * Extract the lost packets and discarded events counters + * Send extended channel payload to client + * Add channel discarded events and lost packets stats accessors + * Add extended info to liblttng-ctl's struct lttng_channel + * Reuse constant string instead of duplicate literal + * Clean-up: simplify computation of string position + * Optimization: lttng UI uses sprintf instead of strcpy + * Fix: OOT build fails because of missing include path + * Tests: Consider lttng mi namespace in test_load + * MI: Remove boolean "exclusion" element + * MI: add (event exclusion names) + * CLI: show event exclusion names + * Add new LTTNG_ERR_OVERFLOW error code + * Add lttng_event_get_exclusion_name*() to liblttng-ctl + * Tests: Consider lttng mi namespace in test_mi + * MI: Implement event context schema change + * MI: Add application context type to schema + * MI: add schemaVersion attribute to command schema + * MI: set machine interface XSD target namespace + * Add schema information to XML MI output + * Fix: libxml2 may return 0 because of buffering + * Bump LTTng MI schema to 3.0 + * MI: add (event filter expression) + * Transfer UST exclusion names from sessiond to client + * Fix: return negative error code in list_lttng_ust_global_events() + * CLI: show agent event filter string + * CLI: show event filter string + * Add lttng_event_get_filter_string() to liblttng-ctl + * Transfer filter strings from sessiond to client + * Refactor setup_lttng_msg() to include cmd header + * Add offset comments to struct lttng_event + * Add command header to sessiond->client response msg + * Add internal extended channel structure + * Metadata for instance_id and packet_seq_num + * Add a HT to lookup sessions by id + * Explicitly stop the session on lttng destroy + * Fix: per-pid ust buffers flush race with application unregister + * Fix warning when building Python bindings + * Add CONTRIBUTING.md + * Revert "Python bindings: remove duplicate structure definitions" + * Docs: clarify cross-version tracer compatibility + * Cleanup: Remove unnecessary newline + * Fix: Use ipv6 loopback adress in test_uri + * Python bindings: remove duplicate structure definitions + * Fix: test: handle env variables undefined + * Fix: report already enabled event error to client + * Docs: add comment to cmd_add_context() + * Fix: application context leak when enabling context + * Fix: string leak when processing of client message fails + * Fix: missing return code initialization on error + * Fix: unchecked return value in _lttng_variant_statedump() + * Fix: Possible use-after-free in create_ctx_type() + * Fix: filter tests now accept "." in identifiers + * Fix: Don't notify agent of non-app context addition + * Create agent on channel creation + * Introduce application contexts to session configuration schema + * Fix typos in error descriptions + * Enable agent application contexts if filter has such dependencies + * Compare provider and context names in trace_ust_match_context + * Allow $app.provider:ctxname in filter, enum, variant identifiers + * Add variant type support to ust registry and metadata + * Notify java agent of enabled application contexts + * Add app context support to lttng client + * Enforce const-correctness in UNIX socket wrappers + * Remove superflous domain check in context_ust_add + * Remove superflous domain check in add_uctx_to_channel + * Use lttng_domain_type enum instead of bare integer + * Add application context support to lttng-ctl lttng_add_context + * Cleanup comments in lttng-ctl.c + * Tests fix: source utils.sh before using conf_proc_count + * Tests: use configured processor count in getcpu override tests + * Tests: use configured processor count in snapshot tests + * Tests: Introduce conf_proc_count() + * Tests: print a more precise test description in snapshot tests + * clock offset: print negative value in metadata for lttng-ust metadata + * Fix: handle negative clock offset for lttng-ust metadata + * Fix: test: append to LD_LIBRARY_PATH + * Fix: test: use load_path instead of $1 + * Bump lttng-ust protocol version to 6.1 + * Add CTF enum type support for UST registry + * Cleanup __lttng_print macro indentation + * Fix: do not print error and bug messages when quiet (-q) is present + * Fix: test_ust-dl requires bash + * Fix: test script requires bash + * Fix: missing $ in SED variable + * Tests: fix make targets using objcopy + * Build: fallback to AC_CHECK_LIBS when looking for popt and uuid + * tests/unit: fix object files' location + * configure.ac: fix static build + * Tests: fix tracefile count when page_size is > 4k + * configure.ac: use $withval with AC_ARG_WITH + * Fix: close indexes when rotating the trace files in mmap mode + * Fix: close indexes when rotating the trace files in splice mode + * Clarify error message on "add context" failure + * Fix: Don't spam session daemon logs on invalid UST context + * Tests: getcpu_override: use event delay when launching with wrapper + * Tests: getcpu: no events shall be emitted at the same timestamp + * Tests: Switch test apps to use usleep_safe() + * Tests: Add a test utils library + * Fix: redefinition of _GNU_SOURCE + * Tests: only call usleep if the test in configured to wait + * Test: add UST dl helper test + * Test: add UST baddr statedump test + * lttng: add status command + * lttng: factor out declaration of commands + * make check: add warning when LTTng processes are running + * Missing cpu id kernel context in the kernel tracer ABI + * Use --without-lttng-ust in error message + * Use --with/--without for lttng-ust support + * Only compare "bison -y" to the basename of YACC variable + * Tests: Add debug output to getcpu_override + * Tests: Change description of clock-override test + * Add event exclusion test for identical names + * Warn when exclusion names are truncated + * Truncate exclusion names to have a terminal '\0' + * Ignore exclusion names order when matching events + * sessiond-comm.h: fix whitespaces + * Disallow duplicate event exclusion names + * Add LTTNG_EVENT_EXCLUSION_NAME_AT() helper macro + * Fix: lay out names in exclusion structure correctly + * Fix: Check for NULL hash tables on relay daemon teardown + * Fix: Verify directory's existence before calling mkdir + * Clean-up: declare variables at beginning of scope + * Load x86-exceptions lttng-modules probe + * Load x86-irq-vectors lttng-modules probe + * Agent: Make the agent protocol consistently network endian + * Clean-up: Remove unused variables from default.c + * Fix: Unchecked NULL string in logging statement + * Fix: include the filter expression in agent events' primary key + * Add the filter expression to the enable_event agent protocol message + * Add some IDE project files to the gitignore + * Fix live timer calculation error + * Don't initialize defaults in library constructor + * Initialize lttng_ht_seed on hashtable creation + * Cleanup: Missing space after cast operator + * Build: Switch from tar v7 to posix archive format + * Fix: Retry poll on interruption + * Port: Explicitly allocate realpath() resolved buffer + * Select which binaries/extras to build at configure time + * Move libconsumer under common/consumer/ + * Fix: There is more tests than the plan + * Remove dead check from configure.ac + * Fix: Silence warning by casting *sin_addr to *sockaddr + * Port: fix 'ERR' conflict with Solaris regset.h + * Relay protocol: check string lengths + * Fix: Silence warning of function having no return value + * Fix: Silence warnings when using uid_t and pid_t with printf + * Port: Add compat for platforms with no MSG_NOSIGNAL or SO_NOSIGPIPE + * Port: Add Solaris compat to sessiond-comm/unix.c + * Port: Add Solaris compat for netdb + * Fix: Silence warning formating pid_t as int + * Port: Add Solaris dirent compat + * Port: Add Solaris paths compat + * Rename config.h to session-config.h + * Port: Remove _GNU_SOURCE, defined in config.h + * Port: cleanup and portability fix to configure.ac + * Port: Don't use SIGUNUSED which is not defined on Solaris + * Port: Implement prctl wrapper + * Port: Replace flock with fnctl + * Port: make bootstrap script work on most shells + * Port: removed unused clone() compat + * Port: Add macro for socket linking on solaris + * Port: Add Solaris support to mman compat + * Port: Replace dirent->d_type by stat + * Add missing include for memset() + * Port: Add Solaris support to socket compat + * Port: name clash on Solaris, rename sun to s_un + * Port: move memset of anc_buf inside ifdef + * Port: Add Solaris fls compat + * Port: Add Solaris string compat + * Port: Use LTTNG_PATH_MAX instead of PATH_MAX + * Port: Use LTTNG_HOST_NAME_MAX instead of HOST_NAME_MAX + * Port: Use LTTNG_NAME_MAX instead of NAME_MAX + * Port: Add Solaris support to socket compat + * Port: Add Solaris support to poll compat + * Port: Add Solaris support to fcntl compat + * Port: Add Solaris endian.h compat + * Fix: Use 'echo' in a portable way + * Fix: Use result of AC_PROG_* when using sed / grep + * Cleanup: Remove commented-out constant + * Fix: use start and stop sessiond from utils.sh + * Fix: Remove dependency on glibc 2.12 caused by pthread_setname_np + * Fix: Log and ignore SIGINT and SIGTERM in run_as worker + * Add logging to the run_as worker + * Fix: Handle EINTR of waipid in run-as worker + * Fix: Handle EINTR of waitpid when spawning a session daemon + * Fix: tests: support systems where PAGE_SIZE is not 4096 + * Test: jul/log4j: use -a instead of '*' to disable all events + * Reword warning on event disable + * Clean-up: Remove unused test launchers + * Help: add -j -l -p option to help string + * man: update disable-event section + * Use empty event name on disable -a for ust and agent domain + * Fix: disable kernel event based on name and event type + * Tests: Clean-up test-crash on SIGTERM and SIGINT + * Fix: Possible dereference of null pointers + * Fix: Break out of loop when searching for a domain's agent + * Fix: int printed as uint + * Fix: add subdir-objects to Makefile.am + * Fix: tests: skip UST perf tests if not root + * Fix: Check use_clone() instead of worker in run_as + * Fix: Perform rcu barrier before tearing down the run-as worker + * Fix: Handle hang-up gracefully in run-as + * Fix: Only log app handle release on failure + * Fix: shm-path: handling of snprintf return value + * Fix: Wrong format specifier used in debug statement + * Tests: Swap usages of pidof for pgrep --full + * Tests: indefinitely wait for shm buffers to be unlinked + * Fix: Hide run-as functions + * Fix: Hide sessiond-comm functions + * Cleanup: remove duplicated implementation of rculfhash + * Fix: relayd: don't call lttng_ht_destroy in RCU read-side C.S. + * Fix: libc internal mutex races with run_as + * Fix: Hide readwrite symbols in common lib + * Fix: Hide pipe symbols in common lib + * Fix: Hide daemonize symbols in common lib + * Fix: Hide RCU hashtable wrapper symbols + * Clean-up: NULL free'd pointers in utils_partial_realpath + * Fix: prevent dangling pointer in utils_partial_realpath + * Fix: rcu_read_unlock without parentheses has no side-effect + * Fix: add missing test file to EXTRA_DIST + * Format utils.sh messages + * Tests: use functions from utils.sh + * Report error if any disable action fails + * Fix: disable all ust events + * Bring back event_ust_disable_all_tracepoints + * Fix: sessiond: disable: match app event by name + * lttng-crash: support symlink + * Test: lttng-crash and ust shm path + * Fix: dereferencing null index pointer + * Fix: leaking memory from strdup in lttng-crash + * Fix: memleak in utils_partial_realpath + * Fix: double free on enable-event + * Remove dead code from filter grammar test + * Remove dead code from ir generation filter visitor + * Remove dead code from session daemon + * Remove dead code from view command + * Remove dead code from disable-channel command + * Remove dead code from disable-event command + * Fix: error on no/multiple domain options + * Fix: lttng-crash: segfault when parsing options + * Remove dead code from the calibrate command + * Remove dead code from add-context command + * Print relayd stream indexes + * Enhance relayd error reporting + * Fix: relayd: handle consumerd crashes without leak + * Fix: LPOLLHUP and LPOLLERR when there is still data in pipe/socket + * Fix: double RCU unlock on event_agent_disable_all + * Fix: unbalanced RCU read-side lock in enable event command + * Add rcu_read_ongoing() assertions around process_client_msg + * Clean-up and simplify event_agent_disable_all + * Document locking assumption of agent_find_event() + * Fix: disable agent events by name + * sessiond: add loglevels_match() + * Fix: include loglevel type in agent event's primary key + * Fix: include loglevel type in UST event's primary key + * sessiond: use `loglevel_value` and `loglevel_type` names + * Tests: kernel wildcards + * Tests: fix wildcard test path + * doc: document untrack command in lttng(1) + * doc: document track command in lttng(1) + * Remove dot after enable-event message + * Fix: don't print the default channel name when enabling agent events + * Fix: fail gracefully on --exclude on unsupported domains + * Fix: initialize live_timer to 0 for snapshot session + * Fix: correct mismatched function signatures + * Clearer error reporting when failing to launch session daemon + * Daemonize sessiond on `lttng create` + * Fix: consumer signal handling race + * Fix: list_ust_events(): dangling pointer + * Fix: MI: close domain when listing multiple agent domains + * Tests: expand UST wildcard tests, move to regression/tools + * Tests: kernel filtering + * Fix: use pid element instead of process element + * Fix: race between kconsumerd and sessiond on tear down + * Fix: Buggy string comparison in ust registry ht_match_event + * Fix: Bad cast of lttng_kernel_instrumentation to lttng_event_type + * Fix: Implicit cast from lttng_loglevel_type to lttng_ust_loglevel_type + * Fix: lttng-crash: remove tmp working directory + * Clean up: Coding style conformance adjustments in lttng-crash.c + * Fix: lttng-crash: DIR leak in delete_trace() on error + * Fix: Possible passing of NULL pointer to memcpy() + * Fix: Overwrite of ret in relay_recv_metadata + * Silence undefined return value warning + * Silence use-after-free static analysis warning + * Fix: Wait for in-flight data before closing a stream + * Fix: unpublish stream on close + * Fix: lttng-crash: fd leak + * Fix: Invalid parameter error reported when untracking PID + * Fix: kernel track/untrack error handling + * Fix: Python agent tests are always skipped + * Tests: Fix flaky live test client + * Fix: Announce empty streams on live attach + * Fix: relayd: file rotation and live read + * Fix: relay: viewer_get_next_index handle null vstream + * Fix: relayd: make viewer streams consider metadata sent + * Fix: don't expose empty streams + * Fix: relayd: don't check new metadata on get packet + * Fix: relayd: don't check for new streams in get packet + * Fix: ask new streams HUP + * Fix: reply error if get packet vstream fails + * Fix: relayd reply error to client if cannot find viewer stream + * Fix: relayd reply with error if cannot find metadata + * Fix: ust-app: protect app socket protocol with lock + * Cleanup: privatize consumer_allocate_relayd_sock_pair + * Fix: add missing rcu_barrier at end of sessiond main + * Fix: add missing rcu_barrier at end of consumer main + * Fix: app cmd leak on sessiond exit + * Fix: relayd live don't send incomplete stream list + * Fix: consumer timer misses RCU thread registration + * Fix: sessiond consumer thread should register as RCU thread + * Fix: don't chain RCU free + * Fix: free metadata cache after grace period in consumer + * Fix: sessiond vs consumerd push/get metadata deadlock + * Fix: streamline ret/errno of run_as() + * Fix: Double unlock on error path + * Data pending comment clarification in session daemon + * Fix: Relay daemon ownership and reference counting + * Accept uid and gid parameters in utils_mkdir()/utils_mkdir_recursive() + * Fix: reference counting of consumer output + * Fix: sessiond add missing socket close + * Fix: sessiond should not error on channel creation vs app exit + * Fix: sessiond ust-app session teardown race + * Only display agent loglevel if the loglevel type is not ALL + * Initialize default log level of events on load + * Don't assume that Log4j and JUL share the same log level mappings + * Allow the creation of JUL, Log4j and Python channels + * Fix: Save tracker as part of UST and Kernel domains only + * Fix: Memory leak of agent + * Fix: Memory leak of agent event internals + * Save filter expression as part of agent events and save them + * Fix: UTF-8 characters may be stored on up to 4 bytes + * Remove unneeded hash table existence check in agent_destroy + * Remove unnecessary RCU read lock + * Use type directly in sizeof instead of a dereferenced pointer + * Prevent the addition of UST events to agent channels + * Don't save log level in session configuration when unneeded + * Remove unneeded RCU lock + * Remove unneeded RCU lock + * Fix: Propagate filter status of kernel events to client + * Fix: Save kernel event filter when saving session configuration + * Docs: there is no need to SHOUT in comments + * Fix: Mention Python as part of enable-event's usage() + * Grammar fix in comment + * Fix: typo in error message + * Add agent domains to lttng enable-event usage() + * Docs: Add documentation explaining the meaning of "internal" events + * Report memory allocation failure when copying filter bytecode + * Fix: cmd_enable_event must return positive error codes + * Ensure that a filter is always passed with its filter expression + * Save filter expressions as part of agent events + * Add agent domains to the enable-event section of LTTNG(1) + * Use lttng_domain_type enumeration instead of bare integers + * Prevent disable event on internal UST events + * Remove unneeded RCU read lock + * Skip internal events when saving a session configuration + * Clean-up: Coding-style conformance adjustments + * Docs: Clarify ominous comment wording + * Hide internal events from session daemon clients + * Prevent the use of reserved UST event names + * Tag events created as side-effect of agent events as internal + * Remove unneeded RCU lock + * Remove dead code in lttng-sessiond + * Ensure event names are NULL terminated during validation + * Fix: assert(0) when listing Python events with MI + * Fix: set GLOBAL buffer type for kernel domain in list + * Fix: take RCU read-side lock within hash table functions + * Tests: Adapt MI test to change in track/untrack behaviour + * Clean-up: Rename lib_func to cmd_func + * Fix: Improve the error reporting of the track/untrack command + * Tests: Fix flacky clock-plugin test + * Build: look for python >= 3.0 when building python bindings + * Build: rename use_python to python_binding + * Fix: regression tests + * Fix: tests: stderr not correctly redirected + * Fix: TimeoutExpired in Python tests not defined globally + * Tests: ust: clock override plugin + * Cleanup: reuse tracker* element from config + * Test: save/load: pid_tracker basic test + * Clean-up: Remove statement which has no side-effect + * Save/load: pid_tracker feature. + * Test: mi: track/untrack feature + * Util: xml_extract: add node_exist option + * Mi: track/untrack: validation + * Docs: Grammar fixes in mi_lttng.xsd + * Fix: Ensure a valid command error code is returned by track/untrack + * Clean-up: Remove java-doc annotations from function header + * Mi: track/untrack/listing + * Fix: intialization of ust_metadata_poll_pipe to garbage value + * Fix "allocator sizeof operand mismatch" warning + * Clean-up: Remove java-doc style function header from session.h + * Clean-up: remove extra space in comment + * Fix: test_mi test + * Tests: Java agent: Add configure switches to enable tests + * Fix: incorrect script name in python logging test + * Docs: Document Agent reply codes + * Docs: Remove Java-specific comments from agent.h + * Docs: Grammar fix in agent header + * Return "Unknown" error instead of "Fatal" on unhandled agent replies + * Log agent reply in disable_event() + * Log agent reply in enable_event() + * Log agent reply in list_events() + * Add agent reply code logging helpers + * Add a LOG() macro which handles dynamic severity levels + * Fix: Discard disable event command filter payload + * Fix: Use MSG_NOSIGNAL when calling sendmsg() + * Send data pending status as part of payload instead of an invalid error + * Log error code's value when sessiond replies to a client + * Tests: Java agent: update after Java agent refactoring + * Set registration done Agent command version back to 0 + * Fix: Don't send agent disable event command twice + * Tests: Python agent: update after Python agent refactoring + * Clean-up: Remove redundant variable initialization + * Fix: incorrect variable being checked in libc-wrapper test + * Rename Python agent event name to omit "user" + * Consolidate agent event names regardless of user privilege + * Clean-up: Move agent_apps_ht_by_sock definition to main.c + * Fix: Initialize global agent_apps_ht_by_sock on session daemon launch + * Fix: set session should not set non-existent session + * Fix: pids should be numbers only + * Fix: Mishandled NULL short options in lttng-sessiond + * Use popt "required_argument" and "no_argument" constants + * Fix: Mishandled NULL short options in utils_generate_optstring() + * Fix: only launch a new session daemon for the "create" command + * Fix 'daemon' typo in lttng-ctl-pc.in description + * Fix: clean-up agent app hash table from the main sessiond thread + * Fix: Remove undocumented session daemon short options + * Comment grammar correction + * Log userspace application hash table allocation failure + * Fix: RCU read-side lock released too early in destroy_agent_app + * Fix: misleading logging statement in agent_find_event + * Fix: Unhandled domain option condition in list_agent_events + * Fix: Crash on lttng list -j/-l/-p when no events are present + * Clean-up: spelling fix in a comment + * Document relay_add_stream RCU locking + * Fix: Unbalanced rcu_read_unlock() on stream file creation failure + * Fix: Unbalanced rcu_read_unlock() on directory creation failure + * Fix: Document the locking assumptions of ctf_trace_find_by_path() + * Fix: Memory leak in relay_add_stream error path + * Update master version to v2.8.0-pre + 2015-07-15 lttng-tools 2.7.0-rc1 (Pet Fire Safety Day) * Update version to v2.7.0-rc1 * Tests: lttng-ust-getcpu-override-test cache and error-check sysconf() diff --git a/configure.ac b/configure.ac index 197288d9a..19f91ed8a 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.64]) -AC_INIT([lttng-tools],[2.10.0-pre],[jeremie.galarneau@efficios.com],[],[https://lttng.org]) +AC_INIT([lttng-tools],[2.10.0-rc1],[jeremie.galarneau@efficios.com],[],[https://lttng.org]) AC_CONFIG_HEADERS([include/config.h]) AC_CONFIG_AUX_DIR([config]) -- 2.34.1