Blame ChangeLog

Packit c04fcb
2016-06-15 lttng-ust 2.8.1
Packit c04fcb
	* Comment the locking mechanisms in ContextInfoManager
Packit c04fcb
	* Fix: Null-check return value of log4j.Category.getAllAppenders()
Packit c04fcb
	* Add liblttng-ust-agent.jar to the .gitignore
Packit c04fcb
	* Fix: Specify encoding when reading agent port file
Packit c04fcb
	* Fix: Include child loggers in the output of "lttng list"
Packit c04fcb
	* Fix: Handle both agent config files pointing to same port
Packit c04fcb
	* Suppress static method warning
Packit c04fcb
	* Add more logging to the LttngTcpSessiondClient
Packit c04fcb
	* Use config.h to detect sched_getcpu support
Packit c04fcb
	* Fix: use limits.h in ust-elf test
Packit c04fcb
	* Fix: strerror_r behavior is glibc specific
Packit c04fcb
	* Add support for musl libc to ust-dlfcn.h
Packit c04fcb
	* Fix: don't generate 0-len array in tracepoint probes
Packit c04fcb
	* Fix: log4j example: set logger level to prevent unexpected level inheritance
Packit c04fcb
	* Fix: initialize RCU callbacks with mixed LGPL/non-LGPL objects
Packit c04fcb
	* Fix: incorrect structure layout with mixed LGPL/non-LGPL objects
Packit c04fcb
	* Fix: don't call __builtin_return_address(0) on 32-bit powerpc
Packit c04fcb
	* Fix: tracepoint header: declare tracepoint_dlopen_ptr
Packit c04fcb
	* Fix: update debug message about weak-hidden symbols
Packit c04fcb
	* Fix: tracepoint-rcu header: use tracepoint_dlopen_ptr
Packit c04fcb
	* Fix: test: relax requirement on weak-hidden symbol address
Packit c04fcb
	* Fix: work-around gcc optimisation oddness on 32-bit powerpc
Packit c04fcb
	* Fix: test weak-hidden symbols
Packit c04fcb
Packit c04fcb
2016-05-20 (Bike-to-Work Day) lttng-ust 2.8.0
Packit c04fcb
	* Print DBG() message about compiler weak hidden symbol behavior
Packit c04fcb
	* test: add test for gcc issue with weak hidden symbol on powerpc
Packit c04fcb
	* Restrict Java context retriever names to a set of valid characters
Packit c04fcb
	* Fix: Correctly compute Java agent list loggers response size
Packit c04fcb
	* Add support for aarch64_be
Packit c04fcb
	* Fix: Fix synchronization of LTTngAgent#dispose
Packit c04fcb
	* Fix: Verify number of bytes contained in sessiond agent commands
Packit c04fcb
	* Fix: Avoid potential null dereference with log4j loggers
Packit c04fcb
	* Specify UTF-8 encoding for all Java agent commands
Packit c04fcb
	* Fix: merge tap tests stdout and stderr
Packit c04fcb
	* Documentation: ring buffer: SWITCH_FLUSH can be used when active
Packit c04fcb
	* Fix: unchecked return value in trace_clock_read64_monotonic
Packit c04fcb
	* Fix: portability: no arith on void pointer
Packit c04fcb
	* Fix: add "has_build_id" and "has_debug_link" fields to debuginfo events
Packit c04fcb
	* Fix: initialize build id and debug link flags to 0
Packit c04fcb
	* Tests: Add tap-driver.sh for automake < 1.12
Packit c04fcb
	* Tests: Replace prove by autotools tap runner
Packit c04fcb
	* bootstrap: Standardize on autoreconf -vi
Packit c04fcb
	* Harmonize bootstrap script across projects
Packit c04fcb
	* lttng-ust(3): order environment variables
Packit c04fcb
	* lttng-ust(3): fix syntax of env. variables section
Packit c04fcb
	* lttng-ust(3): document $LTTNG_HOME
Packit c04fcb
	* Fix: Java agent should use LTTNG_HOME
Packit c04fcb
	* Fix: examples make distcheck failure
Packit c04fcb
	* Cleanup: add static for internal symbols
Packit c04fcb
	* Cleanup: Remove unused max() macros from ring_buffer_frontend.c
Packit c04fcb
	* Use min_t/max_t macros in lttng-ust-elf.c
Packit c04fcb
	* Tests: update ust-elf tests to reflect correct memsz computation
Packit c04fcb
	* Fix: erroneous computation of ELF in-memory size
Packit c04fcb
	* Make code and man pages share the same default values
Packit c04fcb
	* Fix: remove NULL check of nonnull parameter in dlclose
Packit c04fcb
	* Fix: endianness of integers received by filter
Packit c04fcb
Packit c04fcb
2016-04-26 lttng-ust 2.8.0-rc2
Packit c04fcb
	* Doc: Update README.md
Packit c04fcb
	* Fix: jul and log4j agents makefile missing line and indentation
Packit c04fcb
	* Fix: re-introduce exported symbols
Packit c04fcb
	* Doc: update manpages for soinfo/sopath name change
Packit c04fcb
	* Rename statedump and dl events and fields
Packit c04fcb
	* Tests: list ust-elf test data explicitly in EXTRA_DIST
Packit c04fcb
	* Tests: add tests for lttng_ust_elf_is_pic
Packit c04fcb
	* Add is_pic field to statedump soinfo event
Packit c04fcb
	* Fix: add common jar to lttng-ust-agent-all dependencies
Packit c04fcb
	* Fix: add version to lttng-ust-agent-all jar file
Packit c04fcb
	* Fix: rename liblttng-ust-agent to lttng-ust-agent-all
Packit c04fcb
	* Fix: re-add liblttng-ust-agent.jar
Packit c04fcb
	* Fix: lttng java agent: dispose is non-static
Packit c04fcb
	* doc/man: lttng-ust(3): add tracing control to example
Packit c04fcb
	* doc/man: lttng-ust(3): split example files in subsections
Packit c04fcb
	* doc/man/common-copyrights: add missing THANKS section
Packit c04fcb
	* doc/man: lttng-ust(3): add missing ENVIRONMENT VARIABLES section
Packit c04fcb
	* doc/man: do not use macros in the NAME section
Packit c04fcb
	* doc/man: remove duplicate copyrights section
Packit c04fcb
	* README.md: bolden dependencies and update links
Packit c04fcb
	* README.md: split required and optional dependencies
Packit c04fcb
	* Convert man pages to AsciiDoc
Packit c04fcb
	* Fix: remove dead code from filter interpreter
Packit c04fcb
	* Fix: convey enum value signedness into metadata
Packit c04fcb
Packit c04fcb
2016-03-18 (Awkward Moments Day) lttng-ust 2.8.0-rc1
Packit c04fcb
	* Fix: remove assertions in lttng-ust-comm init
Packit c04fcb
	* Add tracepoint_disable_destructors()
Packit c04fcb
	* Documentation: fix manpage typo
Packit c04fcb
	* Fix: move lttng_context_is_app to core file
Packit c04fcb
	* Fix: move dummy functions to common file
Packit c04fcb
	* Fix: handle backward probe compatibility for application contexts
Packit c04fcb
	* Fix: application context header size
Packit c04fcb
	* Fix: event ctx get size should be after chan ctx
Packit c04fcb
	* Clarify and simplify the Java agent "Hello" examples
Packit c04fcb
	* Export the stream instance ID
Packit c04fcb
	* Generate and export the sequence number
Packit c04fcb
	* Add stream instance id to the packet header
Packit c04fcb
	* configure.ac: print empty line after AC_OUTPUT
Packit c04fcb
	* configure.ac: macros with no arguments do not need ()
Packit c04fcb
	* configure.ac: standardize indentation to tabs
Packit c04fcb
	* configure.ac: move AC_PROG_SED() close to other AC_PROG_*()
Packit c04fcb
	* configure.ac: test -a -> shell's && (more portable)
Packit c04fcb
	* configure.ac: use test "x$var" = "xyes"
Packit c04fcb
	* configure.ac: AM_CONDITIONAL() accepts two arguments
Packit c04fcb
	* configure.ac: use dnl at appropriate places
Packit c04fcb
	* configure.ac: if -> AS_IF()
Packit c04fcb
	* configure.ac: case -> AS_CASE()
Packit c04fcb
	* configure.ac: add missing quotes in macro calls
Packit c04fcb
	* configure.ac: use macros for version name and description
Packit c04fcb
	* configure.ac: do not use shell eval for known values
Packit c04fcb
	* Add CONTRIBUTING.md
Packit c04fcb
	* Output "(null)" when ctf_string()'s arg is NULL
Packit c04fcb
	* Fix: disable use of __builtin_return_address(0) on 32-bit PowerPC
Packit c04fcb
	* Fix: java agent 32-bit pointer to jlong warning
Packit c04fcb
	* Fix: Use Java 6 syntax in JUL examples
Packit c04fcb
	* Fix: add missing example file to dist tarball
Packit c04fcb
	* Fix: add missing header to dist tarball
Packit c04fcb
	* Fix: add missing LttngContextApi.java to dist tarball
Packit c04fcb
	* Pass the Java app context information using two separate arrays
Packit c04fcb
	* Fix: Correctly report filter notifications on Java agent teardown
Packit c04fcb
	* Add some logging to the AbstractLttngAgent
Packit c04fcb
	* Fix: Clear tracked application contexts upon closing a Java agent
Packit c04fcb
	* Introduce a verbose mode for the Java agent
Packit c04fcb
	* Implement Java agent application context retrieval
Packit c04fcb
	* Turn ISessiondCommand into an abstract class
Packit c04fcb
	* Split the JNI APIs in separate classes
Packit c04fcb
	* Add app context support to ust-ctl protocol
Packit c04fcb
	* Handle application context cmd
Packit c04fcb
	* Implement dynamic types, and application context provider support
Packit c04fcb
	* Fix: handle negative range for LTTNG_UST_REGISTER_TIMEOUT
Packit c04fcb
	* Fix: Ensure the Java JUL messages are correctly formatted
Packit c04fcb
	* Fix: double-free on error sending fields
Packit c04fcb
	* Add CTF enum type support to tracepoint event
Packit c04fcb
	* Fix: missing _GNU_SOURCE define
Packit c04fcb
	* python-lttngust/setup.py.in: update setup() fields
Packit c04fcb
	* Refactor Python agent build and install
Packit c04fcb
	* Fix: remove debugging print() call from Python agent
Packit c04fcb
	* Fix: header size larger than 256 bytes
Packit c04fcb
	* Python agent: Support Agent protocol v2.0
Packit c04fcb
	* Fix: Java agent protocol network endianness consistency
Packit c04fcb
	* Fix: examples jul: add missing files to make dist
Packit c04fcb
	* Fix: Filer -> Filter typo in example
Packit c04fcb
	* Fix: Return the correct list of available Java events
Packit c04fcb
	* Add a toString() to Java agent's EventRule
Packit c04fcb
	* Add API stubs for the Java context info retrievers
Packit c04fcb
	* Receive the event filter string in the Java agent
Packit c04fcb
	* Document the Java filter notification model
Packit c04fcb
	* Add filter change notification mechanism to the Java agent
Packit c04fcb
	* Manage complete "event rules" in the Java agent
Packit c04fcb
	* Introduce a new client listener interface for the Java agent
Packit c04fcb
	* Turn ILttngAgentResponse into an abstract class
Packit c04fcb
	* Remove stale tests/java-jul test
Packit c04fcb
	* Fix: live timer calculation error
Packit c04fcb
	* Fix python agent build/install/uninstall with DESTDIR specified
Packit c04fcb
	* Fix: Don't (re)define STAP_PROBEV
Packit c04fcb
	* Fix: don't dereference NULL pointers
Packit c04fcb
	* Cleanup: Remove unused values
Packit c04fcb
	* Fix: Value stored to 'has_waited' is never read
Packit c04fcb
	* Fix: Argument with 'nonnull' attribute passed null
Packit c04fcb
	* Cleanup: Unnecessary bit shift
Packit c04fcb
	* Clean-up: remove extraneous "found" parameters in ust-elf
Packit c04fcb
	* Fix: sysconf() unchecked return value
Packit c04fcb
	* doc: add Python example
Packit c04fcb
	* Fix: Python agent: do not register twice to same port
Packit c04fcb
	* Fix: potential leaks in error paths
Packit c04fcb
	* Fix: double free in liblttng-ust-dl
Packit c04fcb
	* Fix: make check in OOT build with absolute path
Packit c04fcb
	* Fix: elf: leaks on error paths
Packit c04fcb
	* Cleanup: coding style
Packit c04fcb
	* Cleanup: elf: use off_t for offsets, size_t for len
Packit c04fcb
	* Cleanup: eliminate implicit sign-extension
Packit c04fcb
	* Fix: elf: NULL pointer dereference
Packit c04fcb
	* Fix: add missing ust-elf.h header to dist
Packit c04fcb
	* Fix: make check in out of tree build
Packit c04fcb
	* Fix: old gcc warnings
Packit c04fcb
	* Fix: old gcc warning
Packit c04fcb
	* Fix: remove stale lttng-ust-elf.h from makefile
Packit c04fcb
	* Fix: elf: uninitialized ret
Packit c04fcb
	* Fix: test elf: handle NULL debug file
Packit c04fcb
	* test: elf move constants to top of implementation
Packit c04fcb
	* Fix: elf test prog arg checking
Packit c04fcb
	* baddr statedump: remove dependency on file streams
Packit c04fcb
	* baddr statedump: hold ust lock around allocations
Packit c04fcb
	* Add unit tests for lttng_ust_elf
Packit c04fcb
	* Add memory size, build id, and debug link info to statedump and dl
Packit c04fcb
	* Fix: close socket on protocol error, sendmsg MSG_NOSIGNAL
Packit c04fcb
	* Cleanup: more descriptive error message
Packit c04fcb
	* Fix: add missing ust lock around objd_table_destroy()
Packit c04fcb
	* Fix: application exit race with pthread cancel
Packit c04fcb
	* Cleanup: configure layout for python agent detection
Packit c04fcb
	* Build: python agent: use setup.py over autoconf
Packit c04fcb
	* Build: add python interpreter used by python agent if built
Packit c04fcb
	* Doc: basic lttng ust python agent documentation
Packit c04fcb
	* Build: use AM_PATH_PYTHON to resolve python when building agent
Packit c04fcb
	* Build: only check if python exists in path
Packit c04fcb
	* Update version to 2.8.0-pre
Packit c04fcb
	* Fix: Send the correct Java agent return code when disabling events
Packit c04fcb
	* Fix: Correctly handle the command to disable all events
Packit c04fcb
	* Small refactor of the Java agent's TCP client
Packit c04fcb
	* Rename Java Agent event names to "event"
Packit c04fcb
	* Rename Python agent tracepoint to "event"
Packit c04fcb
	* Allow compiling the Java agent with Java 1.6
Packit c04fcb
	* Restore concurrent build when Java agent is enabled
Packit c04fcb
	* Refactor Java agent to let applications manage the log handlers
Packit c04fcb
	* Doc: add LTTNG_UST_CLOCK_PLUGIN to man page
Packit c04fcb
	* Doc: add LTTNG_UST_GETCPU_PLUGIN to man page
Packit c04fcb
	* Cleanup: Add Javadoc to all public methods and members
Packit c04fcb
	* Fix: Small fixes to the Java agent example files
Packit c04fcb
	* Update doc/java-agent.txt to reflect the new packaging
Packit c04fcb
	* Split Java agent library in 3 separate jars
Packit c04fcb
	* Remove deprecated org.lttng.ust.jul.LTTngAgent class
Packit c04fcb
	* Use tar-ustar format for the dist archive
Packit c04fcb
	* Fix: remove generated file from git tree
Packit c04fcb
Packit c04fcb
2015-07-15 (Pet Fire Safety Day) lttng-ust 2.7.0-rc1
Packit c04fcb
	* Fix: Use $enableval with AC_ARG_ENABLE
Packit c04fcb
	* Fix: Cleanup local_apps sock_info in lttng_ust_cleanup
Packit c04fcb
	* Fix: handle sys_futex EINTR and EWOULDBLOCK
Packit c04fcb
	* Fix: update liburcu URL
Packit c04fcb
	* .gitignore: ignore Python agent generated files
Packit c04fcb
	* Add ctf_sequence_hex() macro
Packit c04fcb
	* Fix: set soinfo_data's vdso flag correctly in base address statedump
Packit c04fcb
	* Fix: running java examples out of tree
Packit c04fcb
	* Fix: java class check when uudecode is not present
Packit c04fcb
	* Cleanup: remove extra whitespace in configure output
Packit c04fcb
	* Default to no unaligned access on unsupported archs
Packit c04fcb
	* cleanup: Coding style fixes to the Java agent
Packit c04fcb
	* cleanup: Mark obsolete JUL agent as @Deprecated
Packit c04fcb
	* Fix compilation warnings in the Java agent
Packit c04fcb
	* Fix: out of tree build of java agents
Packit c04fcb
	* Fix: Use env CLASSPATH when building log4j example
Packit c04fcb
	* Fix: build log4j example when enabled
Packit c04fcb
	* Bump tracer version to 2.7.0-pre
Packit c04fcb
	* Fix: perform volatile load of tracepoint state
Packit c04fcb
	* Add demo-tracelog to gitignore file
Packit c04fcb
	* Add aarch64 support to configure
Packit c04fcb
	* Implement cpu_id context for filtering
Packit c04fcb
	* ust cyg-profile: use same class for entry and exit
Packit c04fcb
	* Fix: function instrumentation ip context
Packit c04fcb
	* Fix: liblttng-ust-dl ip context
Packit c04fcb
	* Remove caller field from malloc events
Packit c04fcb
	* Fix: pthread wrapper ip context
Packit c04fcb
	* Fix: lttng-ust-malloc ip context
Packit c04fcb
	* Allow TP_IP_PARAM arg name to be configured
Packit c04fcb
	* tracelog: use same class for all loglevels
Packit c04fcb
	* fix tracelog namespacing of loglevels
Packit c04fcb
	* Add tracelog documentation to lttng-ust(3)
Packit c04fcb
	* Implement demo-tracelog example
Packit c04fcb
	* Implement tracelog API
Packit c04fcb
	* Fix: fetch caller address from tracef()
Packit c04fcb
	* Rename helper providers and events for consistency
Packit c04fcb
	* Refactor state dump system
Packit c04fcb
	* Refactor Python agent
Packit c04fcb
	* Fix: building probe providers with C++ compiler
Packit c04fcb
	* Fix: use lttng_secure_getenv to handle env. vars. involving paths
Packit c04fcb
	* Fix: Don't wait during registration if clock_gettime() fails
Packit c04fcb
	* Fix: getcpu/clock plugin handle leak
Packit c04fcb
	* Fix: add missing new ldl dependency for liblttng-ust-ctl
Packit c04fcb
	* Fix: add missing getenv wrapper
Packit c04fcb
	* Fix: add missing lttng-clock.c
Packit c04fcb
	* Fix: add missing ust-clock.h
Packit c04fcb
	* clock plugin example: use shift and mul
Packit c04fcb
	* Implement getcpu override
Packit c04fcb
	* Implement clock override plugin support
Packit c04fcb
	* Add tracepoint_enabled() macro
Packit c04fcb
	* Move file creation/unlink from liblttng-ust-ctl to consumerd
Packit c04fcb
	* Implement file-backed ring buffer
Packit c04fcb
	* Fix: oot build: missing top_builddir include
Packit c04fcb
	* Fix: Mismatching code and console output in log4j example
Packit c04fcb
	* Update manpage about LTTNG_UST_DEBUG effect
Packit c04fcb
	* Don't output to stderr from lib unless DEBUG is activated
Packit c04fcb
	* Remove usterr.h, use usterr-signal-safe.h everywhere instead
Packit c04fcb
	* Fix: out-of-tree build: wrong file path for sed input
Packit c04fcb
	* Fix: make dist: python agent file handling
Packit c04fcb
	* Fix: java-agent: out-of-tree path to java manifest
Packit c04fcb
	* Add return address to liblttng-ust-libc-wrapper
Packit c04fcb
	* Fix: missing parenthesis in offset_align_floor
Packit c04fcb
	* Fix: add ustctl_has_perf_counters
Packit c04fcb
	* Fix: add urcu-bp TLS fixup
Packit c04fcb
	* Fix: add missing poll.h include
Packit c04fcb
	* Fix: get_subbuf: bound number of consumerd retry
Packit c04fcb
	* Fix: man: you can't link a lib with a static lib
Packit c04fcb
	* Fix: context alignment not properly handled
Packit c04fcb
	* Fix: Shorthand option -cp not supported in all version of Java
Packit c04fcb
	* Fix: allow tracepoints to build with --std=c99
Packit c04fcb
	* Bump UST ABI for new release cycle
Packit c04fcb
	* Cleanup: remove "disabled" flag for new release cycle
Packit c04fcb
	* Fix: filter attach vs event enable race
Packit c04fcb
	* Fix: add a configure check for weak symbols support
Packit c04fcb
	* Fix coverity warning about sizeof(void **) != sizeof(void *)
Packit c04fcb
	* Fix: off-by-one in sequence filter comparator
Packit c04fcb
	* Fix: Java Agent JAR file symlink should be created after objects install
Packit c04fcb
	* Fix: Add versioning to liblttng-ust-agent JAR
Packit c04fcb
	* Fix: Warn when log4j version is too old
Packit c04fcb
	* Update Java agent documentation
Packit c04fcb
	* Fix: Try loading classes using the thread context class loader
Packit c04fcb
	* Add Python agent support
Packit c04fcb
	* Update version name
Packit c04fcb
Packit c04fcb
2014-10-20 lttng-ust 2.6.0-rc1
Packit c04fcb
	* Add missing file to gitignore
Packit c04fcb
	* Fix: preserve example files' timestamps when copying
Packit c04fcb
	* Fix: Abort loading log4j agent classes when detected log4j version is too old
Packit c04fcb
	* Cleanup: Remove the no longer needed liblttng-ust-jul folder
Packit c04fcb
	* Fix: Wrong CLASSPATH when building liblttng-ust-java oot
Packit c04fcb
	* Fix: Wrong CLASSPATH when building liblttng-ust-java-agent oot
Packit c04fcb
	* Rename public structure to avoid collisions
Packit c04fcb
	* Refactor liblttng-ust-jul in liblttng-ust-agent
Packit c04fcb
	* Build the liblttng-ust-java library using the new M4 macros
Packit c04fcb
	* Add M4 macros helpers to build Java programs
Packit c04fcb
	* Modernize README using Markdown
Packit c04fcb
	* Documentation: clarify event name in lttng-ust.3
Packit c04fcb
	* Add cscope to gitignore
Packit c04fcb
	* configure.ac: fix "missing jni.h" error message
Packit c04fcb
	* Fix: remove references to trace_printf()
Packit c04fcb
	* Change JUL agent to use the new ABI
Packit c04fcb
Packit c04fcb
2014-07-16 (Take Your Poet to Work Day) lttng-ust 2.5.0
Packit c04fcb
	* Mutex while updating statedump_pending is not needed
Packit c04fcb
	* Revert "Turn base address dump into experimental feature"
Packit c04fcb
	* Fix: document ust_fork_mutex nesting
Packit c04fcb
	* Bugfix for #745 deadlock with baddr statedump+fork
Packit c04fcb
	* Move enablers syncing after the channel registration
Packit c04fcb
	* Add lttng_ust_notrace to static inline functions
Packit c04fcb
	* lttng ust: support ppc64le within configure
Packit c04fcb
Packit c04fcb
2014-06-27 lttng-ust 2.5.0-rc2
Packit c04fcb
	* Fix: lttng-ust-jul: set thread in daemon mode
Packit c04fcb
	* JUL: use root logger to capture events
Packit c04fcb
	* Fix: Wrong configure check for UST perf event counters context support
Packit c04fcb
	* Fix: multiple providers in same C file failure
Packit c04fcb
	* Fix: header inclusion guard typo in lttng-ust-tracef-provider.h
Packit c04fcb
	* Fix: 2.5.0-rc1 changelog has off-by-one date
Packit c04fcb
Packit c04fcb
2014-05-28 (International Hamburger Day) lttng-ust 2.5.0-rc1
Packit c04fcb
	* Fix: out of tree build for lib Java and JUL
Packit c04fcb
	* Fix: default loglevel is DEBUG
Packit c04fcb
	* Fix: refuse overwrite mode buffers with less than two subbuffers
Packit c04fcb
	* Fix: tracef.h: add missing c++ guard
Packit c04fcb
	* Fix: remove JUL loglevel filtering from the agent
Packit c04fcb
	* Fix: cleanup JUL agent state on sessiond disconnect
Packit c04fcb
	* Fix: Move generated headers to the BUILT_SOURCES target
Packit c04fcb
	* Fix: perf ust: check close return value
Packit c04fcb
	* Cleanup: work-around missing inet.h struct mmsghdr fwd declaration
Packit c04fcb
	* Implement LTTng-UST perf counters support on x86
Packit c04fcb
	* Fix linking failure when cross-compiling
Packit c04fcb
	* Fix: disable liblttng-ust-dl if dlinfo is not available in C library
Packit c04fcb
	* Fix: pass proper args when writing commit counter
Packit c04fcb
	* Fix: pad strings that are modified concurrently with tracing
Packit c04fcb
	* Fix: Use $AM_CC when it is defined instead of gcc in demo-tracef
Packit c04fcb
	* Revert "Fix: disable liblttng-ust-dl if dlinfo is not available in C library"
Packit c04fcb
	* Fix: .split() the CC environment variable in lttng-gen-tp
Packit c04fcb
	* Fix: disable liblttng-ust-dl if dlinfo is not available in C library
Packit c04fcb
	* Fix: python invocation through env
Packit c04fcb
	* Change default loglevel to TRACE_DEBUG_LINE
Packit c04fcb
	* Fix: Override AM_PATH_PYTHON's default action-if-not-found
Packit c04fcb
	* Fix: don't accept configure --disable-shared
Packit c04fcb
	* Fix: configure.ac: add missing result to alignment req. check
Packit c04fcb
	* Fix: malloc wrapper: infinite recursion with compat TLS
Packit c04fcb
	* Fix: lttng-ust needs -ldl for tracef()
Packit c04fcb
	* Fix: typo in lttng-ust.3
Packit c04fcb
	* Fix: liblttng-ust-libc-wrapper recursive use of calloc
Packit c04fcb
	* Fix: add demo-tracef to dist tarball
Packit c04fcb
	* Fix: add missing header files for tracef
Packit c04fcb
	* Implement tracef() instrumentation API
Packit c04fcb
	* Add 'unused' attribute to tracepoint callback
Packit c04fcb
	* Use autoconf AM_MAINTAINER_MODE
Packit c04fcb
	* Fix: mismatch between code and comments
Packit c04fcb
	* Fix: incorrect urcu git URL in README
Packit c04fcb
Packit c04fcb
2014-02-28 (Public Sleeping Day) lttng-ust 2.4.0
Packit c04fcb
	* Fix: JUL test: update to API change
Packit c04fcb
	* Fix: Cast from pointer to different integer size warning
Packit c04fcb
	* Turn base address dump into experimental feature
Packit c04fcb
	* Fix: JUL support multiple loglevels
Packit c04fcb
	* Fix: Skip lttng-gen-tp example build if Python is missing
Packit c04fcb
	* Fix: dynamically fetch the session daemon port
Packit c04fcb
	* Fix: JUL agent connect to user and root sessiond
Packit c04fcb
	* Fix: handle registration done command
Packit c04fcb
	* Fix: Unsynchronized access in LTTngTCPSessiondClient
Packit c04fcb
	* Cleanup: fix comment
Packit c04fcb
	* Fix: Dump executable base-address with readlink
Packit c04fcb
	* Fix: add assert for NULL dereference
Packit c04fcb
	* Fix: tracepoint out of memory handling
Packit c04fcb
	* Fix: dereference before null check
Packit c04fcb
	* Cleanup: remove logically dead code
Packit c04fcb
	* Fix: handle sysconf errors
Packit c04fcb
	* Fix: java-jul/Makefile should not be marked as a binary
Packit c04fcb
Packit c04fcb
2014-02-14 lttng-ust 2.4.0-rc4
Packit c04fcb
	* Cleanup: remove extra space in dlerror wrapper
Packit c04fcb
	* Fix: work-around glibc lying about dlsym()/dlerror() leafness
Packit c04fcb
	* Cleanup: add lttng_ust_malloc_wrapper_init prototype to header
Packit c04fcb
	* Fix: malloc libc instrumentation wrapper
Packit c04fcb
	* Fix: add LTTngEvent class to fix delayed logger
Packit c04fcb
	* Fix: FD leak in liblttng-ust-ctl
Packit c04fcb
	* Fix: liblttng-ust-dl Makefile flags mismatch
Packit c04fcb
	* Fix: liblttng-ust-fork Makefile flags mismatch
Packit c04fcb
	* Fix: out of tree examples build
Packit c04fcb
	* Fix: C++: incomplete extern C guard transition
Packit c04fcb
Packit c04fcb
2014-01-29 lttng-ust 2.4.0-rc3
Packit c04fcb
	* Fix: add missing JUL loglevel handling
Packit c04fcb
	* Cleanup gen-tp: add quotes around AM_CC
Packit c04fcb
	* Pass the CC variable to the example Makefiles
Packit c04fcb
	* cleanup ust_baddr and ust_baddr_statedump doc
Packit c04fcb
	* baddr: add ust_baddr and ust_baddr_statedump doc
Packit c04fcb
	* Fix: baddr_statedump tracepoint registration
Packit c04fcb
	* Fix: baddr out of tree build
Packit c04fcb
Packit c04fcb
2013-12-10 lttng-ust 2.4.0-rc2
Packit c04fcb
	* Fix: baddr_statedump tracepoint registration
Packit c04fcb
	* Fix: baddr deadlocks and RCU races
Packit c04fcb
	* Fix: lock exit mutex when creating threads
Packit c04fcb
	* Fix: baddr deadlock with lttng-ust destructor
Packit c04fcb
	* baddr: include missing header
Packit c04fcb
	* baddr: get session under lock
Packit c04fcb
	* Fix: take the ust lock around session iteration in statedump
Packit c04fcb
	* Fix: baddr_statedump deadlock with JUL tracing
Packit c04fcb
	* Fix: client_packet_header() uses wrong packet
Packit c04fcb
	* Cleanup: fix typo in ring buffer backend comment
Packit c04fcb
	* Compile liblttng-ust-baddr c files into liblttng-ust
Packit c04fcb
	* Allow suppressing of base-address-state tracing
Packit c04fcb
	* Integrate base-address statedump into lttng-ust
Packit c04fcb
	* Fix: eliminate timestamp overlap between packets
Packit c04fcb
	* Fix: lttng-gen-tp to build out of tree
Packit c04fcb
	* Fix: compile doc/ after JUL/Java
Packit c04fcb
	* JUL: add Hello.java in doc/examples
Packit c04fcb
	* Fix lttng-ust(3) manpage
Packit c04fcb
	* JUL: fix enable all event for delayed Logger
Packit c04fcb
	* Fix: typo in JNICALL for the JUL tracepoint
Packit c04fcb
	* Fix: move va_end to outermost label
Packit c04fcb
	* Fix: add missing NULL check after allocation
Packit c04fcb
	* Fix cleanup: all spaces before flags
Packit c04fcb
	* fix: lttng-gen-tp: add missing spaces around flags
Packit c04fcb
Packit c04fcb
2013-11-15 lttng-ust 2.4.0-rc1
Packit c04fcb
	* doc/examples: error out when a subdir make fails
Packit c04fcb
	* JUL: fix out of tree build
Packit c04fcb
	* Java/jul: fix make dist
Packit c04fcb
	* JUL: install documentation and jar file
Packit c04fcb
	* Add missing copyrights to test scripts
Packit c04fcb
	* Escape minus signs in lttng-ust-cyg-profile manpage
Packit c04fcb
	* Fix spelling mistake in lttng-ust manpage
Packit c04fcb
	* Fix tests/benchmark
Packit c04fcb
	* Implement base-address-state tracing
Packit c04fcb
	* Base-address tracing for dlopen and dlclose
Packit c04fcb
	* Add a check against excluders
Packit c04fcb
	* Add handler for LTTNG_UST_EXCLUSION in UST ABI
Packit c04fcb
	* Store exclusions to enablers
Packit c04fcb
	* Add excluders to enabler structure
Packit c04fcb
	* Send exclusion data through ustcomm
Packit c04fcb
	* Define exclusion structure for UST ABI
Packit c04fcb
	* Define a new command LTTNG_UST_EXCLUSION
Packit c04fcb
	* Fix: package of LTTngUst.h was renamed without renaming target in makefile
Packit c04fcb
	* Fix: check for java .class in package subfolders
Packit c04fcb
	* Fix: java library to use user define JDK at compile time
Packit c04fcb
	* Add liblttng-ust-jul for JUL support
Packit c04fcb
	* Fix: application SIGBUS when starting in parallel with sessiond
Packit c04fcb
	* Fix: Minor corrections to the lttng-ust man page
Packit c04fcb
	* Documentation cleanup: Overhaul of the lttng-gen-tp man page
Packit c04fcb
	* Warning cleanup: add missing padding initializer
Packit c04fcb
	* Fix: socket connect hang on heavy loads
Packit c04fcb
	* Cleanup: fix typo
Packit c04fcb
	* Fix: ust-comm recvmsg should handle partial receive
Packit c04fcb
	* gcc warning fix: -Wextra
Packit c04fcb
	* Add usage reference count for tracepoints
Packit c04fcb
	* tracepoint.c: Move add_callsite/remove_callsite further down in file
Packit c04fcb
	* Store the callsites into the library callsite list
Packit c04fcb
	* Fix linking warning
Packit c04fcb
	* Per-stream ioctl to get the current timestamp
Packit c04fcb
	* LTTng ringbuffer ABI calls for index generation
Packit c04fcb
	* Specialize lttng_ust_lib_ring_buffer_client_cb
Packit c04fcb
	* Add tracing instrumentation for pthread mutex lock functions
Packit c04fcb
Packit c04fcb
2013-09-03 lttng-ust 2.3.0
Packit c04fcb
	* No change
Packit c04fcb
Packit c04fcb
2013-08-30 lttng-ust 2.3.0-rc2
Packit c04fcb
	* doc/examples/gen-tp: pass automake CPPFLAGS/CFLAGS/LDFLAGS
Packit c04fcb
	* tools/lttng-gen-tp: honor CPPFLAGS and LDFLAGS
Packit c04fcb
	* Fix: doc/examples cross-build
Packit c04fcb
	* Fix: liblttng_ust.la should depend on liblttng-ust-tracepoint.la
Packit c04fcb
	* Introduce configure --with-lttng-system-rundir
Packit c04fcb
	* examples: tracepoint probes don't need extern C
Packit c04fcb
	* Tracepoint probes don't need extern C
Packit c04fcb
	* Add trace support for memalign and posix_memalign
Packit c04fcb
	* malloc instrumentation: remove dependency on pthread
Packit c04fcb
	* Add trace support for calloc and realloc.
Packit c04fcb
	* Fix: allow make check to run in VPATH build
Packit c04fcb
	* Update .gitignore
Packit c04fcb
	* Update obsolete benchmark test
Packit c04fcb
	* Cleanup tests (2nd commit)
Packit c04fcb
	* Cleanup tests
Packit c04fcb
	* Fix: doc/examples VPATH build
Packit c04fcb
Packit c04fcb
2013-07-17 lttng-ust 2.3.0-rc1
Packit c04fcb
	* Fix: Unchecked asprintf/vasprintf return values
Packit c04fcb
	* Missing NULL pointer init in tap.c
Packit c04fcb
	* Disable doc/examples build
Packit c04fcb
	* Add python3 support to lttng-gen-tp
Packit c04fcb
	* Bump ABI major to 5
Packit c04fcb
	* callsite: add "ip" context
Packit c04fcb
	* Allow environment variable LTTNG_HOME to override HOME
Packit c04fcb
	* Fix: libs order in Makefile
Packit c04fcb
	* Fix: ring buffer: get_subbuf() checks should be performed on "consumed" parameter
Packit c04fcb
	* Introduce ustctl_write_one_packet_to_channel
Packit c04fcb
	* build: Fix out-of-tree build
Packit c04fcb
	* Fix: SWITCH_FLUSH new sub-buffer checks
Packit c04fcb
	* Fix: ring buffer: handle concurrent update in nested buffer wrap around check
Packit c04fcb
	* Cleanup: lib_ring_buffer_switch_new_end() only calls subbuffer_set_data_size()
Packit c04fcb
	* Fix: doc/examples: gen-tp path
Packit c04fcb
	* Revert "Cleanup: ring buffer: remove lib_ring_buffer_switch_new_end()"
Packit c04fcb
	* Fix: handle writes of length 0
Packit c04fcb
	* Cleanup: ring buffer: remove lib_ring_buffer_switch_new_end()
Packit c04fcb
	* Fix: lttng-events VPATH build
Packit c04fcb
	* Allow #include in template (.tp) file
Packit c04fcb
	* tests/hello.cxx: rename tp.cpp into tp-cpp.cpp
Packit c04fcb
	* doc/examples: build gen-tp example by default
Packit c04fcb
	* doc/examples: support BSD make
Packit c04fcb
	* Tracepoint.h: replace assertion by fprintf and abort()
Packit c04fcb
	* Remove unused assert.h from bitfield.h
Packit c04fcb
	* Clarify probe registration documentation/errors
Packit c04fcb
	* Fix: Check C++ designated initializers support before compiling 'hello.cxx' test
Packit c04fcb
	* Add mising include in ust.h
Packit c04fcb
	* lttng-gen-tp: Fix include guard name with file using non valid characters
Packit c04fcb
	* Fix: segfault when print invalid command
Packit c04fcb
	* Fix: Add --no-as-needed to the demo example's Makefile
Packit c04fcb
	* zmalloc: attribute always_inline
Packit c04fcb
	* Fix: liblttng-ust process startup hang when sessiond is stopped
Packit c04fcb
	* Move include directive from CFLAGS to LOCAL_CPPFLAGS in examples' Makefiles
Packit c04fcb
	* Allow tracepoint providers to be compiled with g++
Packit c04fcb
	* Add parameter -f to rm in Makefile clean target
Packit c04fcb
	* Fix: missing dependency for liblttng-ust-tracepoint.so
Packit c04fcb
	* Remove 0.x TODO
Packit c04fcb
	* Add warning about default prefix and library paths to README
Packit c04fcb
	* Revert "Revert "Fix (another) linker library order""
Packit c04fcb
	* Revert "Revert "Fix linker library order""
Packit c04fcb
	* snprintf: play nice with static checker
Packit c04fcb
	* tracepoint.c: Add coverity alloc/free annotations
Packit c04fcb
	* Fix: "fields" leak on register
Packit c04fcb
	* Fix: memory leak for events without fields
Packit c04fcb
	* Fix: memory leak on connection reset
Packit c04fcb
	* Revert "Fix linker library order"
Packit c04fcb
	* Revert "Fix (another) linker library order"
Packit c04fcb
	* Fix: incorrect support for multi-context
Packit c04fcb
	* Fix (another) linker library order
Packit c04fcb
	* Fix typo in run script
Packit c04fcb
	* Fix linker library order
Packit c04fcb
	* Fix examples: add missing CPPFLAGS
Packit c04fcb
	* example Makefiles: standardize on $^ for linking
Packit c04fcb
	* Fix demo example Makefile
Packit c04fcb
	* Move "hello-static-lib" to doc/examples and add non-automake Makefiles
Packit c04fcb
Packit c04fcb
2013-05-09 lttng-ust 2.2.0-rc2
Packit c04fcb
	* manpage: Document probe provider compatibility
Packit c04fcb
	* Fix: add provider ABI compatibility check
Packit c04fcb
	* Cleanup: ignore mktemp return value
Packit c04fcb
	* Cleanup: documentation: argument vs field
Packit c04fcb
	* Documentation: document undefined behavior for NULL pointers
Packit c04fcb
	* Cleanup: silence cppcheck error
Packit c04fcb
	* Fix: add internal mutex for timer
Packit c04fcb
	* 32-bit warning fix for cyg profile fast
Packit c04fcb
	* Fix warnings for 32-bit in lttng-ust-cyg-profile
Packit c04fcb
	* Typo fix in README
Packit c04fcb
	* Fix: tracepoint.h incorrect assumption about constructor order
Packit c04fcb
	* Cleanup: comment mismatch with code
Packit c04fcb
	* Fix: ABI breakage between 2.1 and 2.2-rc1
Packit c04fcb
	* Documentation: document that sequence len field is unsigned
Packit c04fcb
	* connect: don't report EACCES
Packit c04fcb
	* connect: don't print error on EPERM
Packit c04fcb
	* Bump liblttng-ust-ctl lib version major number
Packit c04fcb
	* Optimisation: implement callsite hash table in tracepoint.c
Packit c04fcb
	* Optimisation: only update added library in tracepoint.c
Packit c04fcb
	* Optimisation: only fix pending events once per lazy update
Packit c04fcb
Packit c04fcb
2013-03-28 lttng-ust 2.2.0-rc1
Packit c04fcb
	* Fix: tracepoint instrumentation constructor order issue
Packit c04fcb
	* Documentation: update 2.0 to 2.x
Packit c04fcb
	* Add demo test back as an example
Packit c04fcb
	* Don't rely on explicit context for filtering
Packit c04fcb
	* Implement per-context filtering
Packit c04fcb
	* Fix: filter string comparison should check for literal
Packit c04fcb
	* update tests/demo readme file
Packit c04fcb
	* Add man page for lttng-ust-cyg-profile
Packit c04fcb
	* Fix: filter string wildcard comparison
Packit c04fcb
	* Fix: Remove test runner script
Packit c04fcb
	* Fix: forwarding of call_site argument to field
Packit c04fcb
	* Add demo README
Packit c04fcb
	* Tests: Use Perl prove as the testsuite runner
Packit c04fcb
	* Remove tests depending on consumerd
Packit c04fcb
	* Convert hello.cxx test to a build test
Packit c04fcb
	* Clean-up of configure.ac and tests/Makefile.am
Packit c04fcb
	* Fix snprintf test and output result to TAP format
Packit c04fcb
	* Replace same_line_marker test with same_line_tracepoint
Packit c04fcb
	* Remove tests-libustinstr-malloc
Packit c04fcb
	* Remove exit-fast test
Packit c04fcb
	* Remove fork test
Packit c04fcb
	* Remove daemon test
Packit c04fcb
	* Remove demo test
Packit c04fcb
	* Remove outdated test-nevents test
Packit c04fcb
	* Remove outdated simple_include test
Packit c04fcb
	* Remove outdated register_test test
Packit c04fcb
	* Convert hello-static-lib test to a build test
Packit c04fcb
	* Convert hello test to a build test only
Packit c04fcb
	* Remove outdated libustctl_function_tests test
Packit c04fcb
	* Remove outdated test hello2
Packit c04fcb
	* Remove outdated dlopen test
Packit c04fcb
	* Remove outdated test basic long
Packit c04fcb
	* Remove outdated test basic
Packit c04fcb
	* cyg_profile: implement fast and verbose .so
Packit c04fcb
	* Performance: add unlikely to tracepoint dynamic linking test
Packit c04fcb
	* Fix: _LGPL_SOURCE rcu dereference fix
Packit c04fcb
	* Implement liblttng-ust-cyg-profile function entry/exit instrumentation
Packit c04fcb
	* Minor fix: libc wrapper internal run script
Packit c04fcb
	* Fix: ustctl_recv_register_event pointer mixup
Packit c04fcb
	* Fix: allow enabling same events for two channels
Packit c04fcb
	* Add channel ID field to attr
Packit c04fcb
	* Remove useless else clause
Packit c04fcb
	* tracepoint: move "probe" test outside of loop
Packit c04fcb
	* Fix uninitialized has_loglevel variable
Packit c04fcb
	* Fix clang warnings
Packit c04fcb
	* Cleanup: work-around clang unused result warning
Packit c04fcb
	* Cleanup compile warning
Packit c04fcb
	* Cleanup: remove unused variables
Packit c04fcb
	* tracepoint: Don't add NULL probes
Packit c04fcb
	* Remove mention of locking issues associated with dlopen usage
Packit c04fcb
	* Implement read timer (for RT)
Packit c04fcb
	* Only flush when there are readers active
Packit c04fcb
	* Add mutex for channel wakeup fd update
Packit c04fcb
	* Fix: fields should be initialized to NULL
Packit c04fcb
	* Implement ustctl_duplicate_ust_object_data
Packit c04fcb
	* Add channel wakeup fd to monitor close
Packit c04fcb
	* Fix: refcount issue in lttng-ust-abi.c
Packit c04fcb
	* Fix: only consumerd should print errors
Packit c04fcb
	* Implement ring buffer periodic buffer switch timer
Packit c04fcb
	* Fix: ensure all probe providers have their symbols
Packit c04fcb
	* Reactivate error printing
Packit c04fcb
	* Unregister tracepoint probes when not needed
Packit c04fcb
	* Cleanup: remove now unused metadata code from UST
Packit c04fcb
	* Fix: notification timeout logic
Packit c04fcb
	* Fix: don't print error in comm proto connect on ENOENT
Packit c04fcb
	* Fix: return expected error return values for sessiond
Packit c04fcb
	* Fix: set wait/wake fd to -1 before close
Packit c04fcb
	* Fix: Only notify socket should have timeout/nonblock
Packit c04fcb
	* Fix: ustctl: return -EPIPE to sessiond if connection is closed
Packit c04fcb
	* Fix: Add timeout on notification socket
Packit c04fcb
	* Remove now unused metadata printf code
Packit c04fcb
	* Move metadata creation into lttng-sessiond and lttng-consumed
Packit c04fcb
	* Add write metadata API to ust-ctl.h
Packit c04fcb
	* Move UST registry into sessiond and implement notifiers
Packit c04fcb
	* Fix: don't flush-final for offset 0 if reader is on sub-buffer
Packit c04fcb
	* Use tp rcu link test in provider
Packit c04fcb
	* Remove direct dependency of probes on urcu-bp
Packit c04fcb
	* Use urcu tls-compat.h
Packit c04fcb
	* Lazy provider registration
Packit c04fcb
	* Always use lttng_get_probe_list_head to get probe list
Packit c04fcb
	* Fix static build
Packit c04fcb
	* Move LTTng-UST buffer ownership from application to consumer
Packit c04fcb
	* Fix package: don't distribute generated headers
Packit c04fcb
	* Fix: don't cancel already exited threads
Packit c04fcb
	* Scalability fix: tracepoint.c hash table size increase
Packit c04fcb
	* Scalability fix for many events: event hash table size
Packit c04fcb
	* Speed up probe registration for large amount of events
Packit c04fcb
	* Add missing demo-trace shell script to dist tarball
Packit c04fcb
	* Documentation: add uuid package name for Fedora in README
Packit c04fcb
	* Fix: missing test for lttng_ust_comm_should_quit in lttng-ust-comm.c
Packit c04fcb
	* Add compilation support for Tile architectures
Packit c04fcb
	* Documentation: clarify debian package name for uuid in README
Packit c04fcb
	* Fix: comment in ust-ctl.h
Packit c04fcb
	* Fix I/O-related error values in ustctl
Packit c04fcb
	* Introduce hash table for lttng_create_event_if_missing()
Packit c04fcb
	* Fix: don't build C++ example if a C++ compiler isn't available
Packit c04fcb
	* Remove LIBFORMAT output in configure.
Packit c04fcb
	* Document dependency on libuuid
Packit c04fcb
Packit c04fcb
2012-12-20 (13th Baktun) lttng-ust 2.1.0
Packit c04fcb
	* Bump liblttng-ust-ctl lib version major number
Packit c04fcb
	* Bump UST proto version minor number
Packit c04fcb
	* Helper to debug: add object name
Packit c04fcb
	* Tests: Fix rundir not created in ust-basic-tracing
Packit c04fcb
	* ust test: add missing return -1
Packit c04fcb
	* Test: update ust tracing unit tests to 2.1 internal ABI
Packit c04fcb
	* Tests: Fix rundir not created in ust-multi-test
Packit c04fcb
	* Adapt internal files and examples to TRACEPOINT_INCLUDE
Packit c04fcb
	* Adapt tests to TRACEPOINT_INCLUDE
Packit c04fcb
	* Cleanup: tests remove hello.cxx/ust_tests_demo.h
Packit c04fcb
	* Fix: don't do macro expansion in tracepoint file name
Packit c04fcb
	* Fix lttng-gen-tp: Template file must end in .tp
Packit c04fcb
	* Pack structures in comm protocol between UST and sessiond
Packit c04fcb
	* Cleanup lttng-gen-tp: Help not showing when using -h,--help
Packit c04fcb
	* Cleanup lttng-gen-tp: remove leading underscore before include guard
Packit c04fcb
	* fix memleak: ustctl free shadow chan on ustctl_unmap_channel()
Packit c04fcb
	* Update license text
Packit c04fcb
	* Fix: check if event enabled for bytecode-less events
Packit c04fcb
	* Fix: handle enablers without bytecode
Packit c04fcb
	* Print probe provider mismatch error even without -Wsystem-headers
Packit c04fcb
	* filter: Add missing padding
Packit c04fcb
Packit c04fcb
2012-11-22 lttng-ust 2.1.0-rc2
Packit c04fcb
	* filter interpreter cleanup: use uint64_t for retval
Packit c04fcb
	* Fix: filter linking can dereference NULL pointer on alloc failure
Packit c04fcb
	* Cleanup: remove whitespaces and EOL in tests
Packit c04fcb
	* Filter: use only single lower bit of filter return value
Packit c04fcb
	* Fix: filter: var len array at end of external structure
Packit c04fcb
	* Fix: filter link fail handling
Packit c04fcb
	* Fix: add missing seqnum field to filter
Packit c04fcb
	* filters: perform union rather than intersection
Packit c04fcb
	* Implement support for overlapping wildcard/events
Packit c04fcb
	* Cleanup: add lttng_/lttng-/LTTNG_ prefixes
Packit c04fcb
	* filter: add seqnum field to filter command
Packit c04fcb
	* Filter iteration: iterate on list of filters
Packit c04fcb
	* document that tracepoint names should ideally not be re-used
Packit c04fcb
	* Remove LIBFORMAT config declaration, unused
Packit c04fcb
	* Add libc errno translation layer to UST error code
Packit c04fcb
	* Fix: add const qualifier for filter local void *
Packit c04fcb
	* Fix: re-allow non-lvalue string, sequence, array parameters
Packit c04fcb
	* Tear down handles associated with a closed sessiond socket
Packit c04fcb
	* Distinguish UST return codes from transport return codes
Packit c04fcb
	* Fix: Conditionally disable tests requiring shared libs support
Packit c04fcb
	* Cleanup: don't spawn per-user thread if HOME is not set
Packit c04fcb
	* Manpage: document supported UST contexts
Packit c04fcb
	* Fix: procname context semantic
Packit c04fcb
	* Fix: Fix self-assign warning on struct ustfork_clone_info init
Packit c04fcb
	* Fix: memcpy of string is larger than source
Packit c04fcb
	* Implement liblttng-ust-fork daemon() override test
Packit c04fcb
	* liblttng-ust-fork: override daemon() call
Packit c04fcb
	* ustfork: set errno to ENOSYS if symbol lookup fails
Packit c04fcb
	* Fix: be quiet on filter linker error
Packit c04fcb
	* Build out of src tree
Packit c04fcb
	* Fix: filter bytecode specializer stack leak
Packit c04fcb
	* Fix: reloc offset validation error out on filters with no reloc table
Packit c04fcb
	* Perform calculation on bit size in 64-bit
Packit c04fcb
	* Use uint64_t for packet header content size and packet size
Packit c04fcb
	* Fix: manpage typo "-lllttng-ust" -> "-llttng-ust"
Packit c04fcb
	* Fix: BSD getprogname null pointer dereference
Packit c04fcb
	* Add support for model.emf.uri event info
Packit c04fcb
	* Filter error message cleanup
Packit c04fcb
	* Manpage update: document use in daemons
Packit c04fcb
	* Fix: get_wait_shm() ust mutex deadlock (add 2 missing exit calls)
Packit c04fcb
	* Fix: get_wait_shm() ust mutex deadlock
Packit c04fcb
	* Fix: add events with 0 field to field list
Packit c04fcb
Packit c04fcb
2012-09-10 lttng-ust 2.1.0-rc1
Packit c04fcb
	* Fix make dist: fix liblttng-ust-java dependencies
Packit c04fcb
	* Fix make dist: add missing filter header
Packit c04fcb
	* Fix: backward compatibility with UST 2.0 app probes
Packit c04fcb
	* Fix: Filter ABI changes to support FILTER_BYTECODE_MAX_LEN (65536)
Packit c04fcb
	* Export "written" information about fields
Packit c04fcb
	* Fix filter: pointer to string, not string, should be on stack
Packit c04fcb
	* Fix: tracepoint float nowrite
Packit c04fcb
	* Fix: accept 65536 bytes long bytecodes
Packit c04fcb
	* Add hostname to env
Packit c04fcb
	* ABI change: bump internal version to 3.0.0
Packit c04fcb
	* Fix: threads should be created in DETACHED state
Packit c04fcb
	* Fix: 32-bit x86 strict-aliasing warnings
Packit c04fcb
	* Fix UST SIGPIPE handling
Packit c04fcb
	* Fix: Libtool fails to find dependent libraries when cross-compiling lttng-ust
Packit c04fcb
	* Cleanup: filter: turn bytecode linking error msg into debug
Packit c04fcb
	* Make lttng-ust robust against -finstrument-functions.
Packit c04fcb
	* Filter: keep aliased ax and bx registers
Packit c04fcb
	* Filter: remove interpreter dynamic typing
Packit c04fcb
	* Filter: add missing specialized op names
Packit c04fcb
	* Filter: specialize double-s64 binary comparators
Packit c04fcb
	* Fix filter: fix stack leak on taken branch
Packit c04fcb
	* Filter: Implement stack-based interpreter
Packit c04fcb
	* Filter: double comparator produces s64
Packit c04fcb
	* Filter: use hash table to check merge points
Packit c04fcb
	* Filter: split passes into separate components
Packit c04fcb
	* Filter: cleanup macros
Packit c04fcb
	* Filter: validate range overflow with end of insn
Packit c04fcb
	* Filter: validate that field ref strings are non-NULL
Packit c04fcb
	* Filter: ensure logical operator merge is always s64
Packit c04fcb
	* Filter: we don't care if double/s64 are literals
Packit c04fcb
	* Filter: specialize 'and' and 'or' ops.
Packit c04fcb
	* Implement dispatch-table based interpretor
Packit c04fcb
	* Filter: Specialize unary operators
Packit c04fcb
	* Define switch use as macro in interpreter
Packit c04fcb
	* Filter interpreter: mark float test as unlikely
Packit c04fcb
	* Filter: fix bytecode validation typo
Packit c04fcb
	* Filter: specialize comparators
Packit c04fcb
	* Specialize load and unary ops
Packit c04fcb
	* Validate registers, no need to initialize to 0
Packit c04fcb
	* Filter: opcode for ref loads
Packit c04fcb
	* Remove redundant validation from interpreter
Packit c04fcb
	* filter: Add bytecode validation pass
Packit c04fcb
	* TRACEPOINT_EVENT: add *_nowrite fields for filter
Packit c04fcb
	* Only print filter errors if LTTNG_UST_DEBUG is set
Packit c04fcb
	* Cleanup: remove debug define
Packit c04fcb
	* Filter: add floating point support
Packit c04fcb
	* Remove filter test printouts
Packit c04fcb
	* Implement filter bytecode interpreter and linker
Packit c04fcb
	* Filter: receive, attach and link empty filter
Packit c04fcb
	* Filter: prepare filter stack data
Packit c04fcb
	* Wrap dynamic len array into stackvar union
Packit c04fcb
	* liblttng-ust-comm/lttng-ust-com.c: remove unnecessary goto in ustcomm_accept_unix_sock()
Packit c04fcb
	* liblttng-ust/lttng-ust-comm.c: fixing typo.
Packit c04fcb
	* Fix: remove unused texinfo dep from configure.ac
Packit c04fcb
	* Fix C99 strict compatibility: don't use void * for function pointers
Packit c04fcb
	* Fix c99 compatibility: tp_rcu_dereference_bp() should not use braced-groups within expressions
Packit c04fcb
	* Revert "Fix c99 compatibility: tp_rcu_dereference_bp() should not use braced-groups within expressions"
Packit c04fcb
	* Fix c99 compatibility: tp_rcu_dereference_bp() should not use braced-groups within expressions
Packit c04fcb
	* Fix: perform TLS fixup of nest count outside of UST mutex
Packit c04fcb
	* Fix: liblttng-ust-fork deadlock
Packit c04fcb
	* Fix: handle pthread errors
Packit c04fcb
	* Fix: local apps allowed should disable local (not global) tracing
Packit c04fcb
	* Fix strict ISO-C compatibility for ust-tracepoint-event.h public header
Packit c04fcb
	* Fix: support -std=c99 in tracepoint macros
Packit c04fcb
	* Fix c99 compatibility: use __typeof__ instead of typeof in public headers
Packit c04fcb
	* hello test: fail on old style definition
Packit c04fcb
	* Fix: tracepoint.h should not generate old-style definitions
Packit c04fcb
	* Fix: don't define variables in headers
Packit c04fcb
	* test "hello": add boolean test
Packit c04fcb
	* Fix: perform macro expansion on tracepoint signatures
Packit c04fcb
	* UST check pointer/de-reference order
Packit c04fcb
	* Fix list field: handle error
Packit c04fcb
	* Implement event fields listing
Packit c04fcb
	* Implement field listing command
Packit c04fcb
	* Fix: Block all signals in listener thread
Packit c04fcb
	* Add CodingStyle document to tarball
Packit c04fcb
	* Add coding style document
Packit c04fcb
	* endian.h: support cygwin
Packit c04fcb
	* align.h: support cygwin page size
Packit c04fcb
	* Add cygwin support to libringbuffer getcpu.h
Packit c04fcb
	* Add "2x int" and "2x long" types to the Java interface
Packit c04fcb
	* Add Integer and Long tracepoint types to the Java interface
Packit c04fcb
	* Fix: don't SIGBUS when filesystem is full
Packit c04fcb
	* tracepoint: include stdio.h for NULL definition
Packit c04fcb
	* manpage update: document that probes need gcc
Packit c04fcb
	* Fix: remove # in front on extern "C" {
Packit c04fcb
	* Cleanup: don't use GNU old-style field designator extension
Packit c04fcb
	* Fix: remove padding field after variable sized array
Packit c04fcb
	* Use unsigned long type for events discarded counter
Packit c04fcb
	* Fix: getcpu build with modern uClibc versions
Packit c04fcb
	* Fix: lttng-ust.pc needs to specify -ldl
Packit c04fcb
	* Fix: examples Makefiles should pass $(LIBS) at last
Packit c04fcb
	* Build a jar for the Java side of the JNI interface
Packit c04fcb
	* Fix: ustctl need to send the second fd upon error of 1st fd
Packit c04fcb
	* Fix: Add missing fork test program dependency library
Packit c04fcb
	* Fix: Make the JNI interface actually work
Packit c04fcb
	* Merge branch 'dev'
Packit c04fcb
	* Fix: stringify version description
Packit c04fcb
Packit c04fcb
2012-03-29 lttng-ust 2.0.1
Packit c04fcb
	* Use bsd-compatible fcntl for close-on-exec on socket
Packit c04fcb
	* Fix multi-session wildcard support
Packit c04fcb
	* Fix event lost count when buffer is full
Packit c04fcb
	* Remove inappropriate \n from easy-ust sample
Packit c04fcb
Packit c04fcb
2012-03-20 lttng-ust 2.0.0
Packit c04fcb
	* First STABLE version
Packit c04fcb
	* Add version name
Packit c04fcb
Packit c04fcb
2012-03-20 lttng-ust 2.0.0-rc4
Packit c04fcb
	* Fix out-of-bound write in ltt-events.c
Packit c04fcb
	* Document LTTNG_UST_DEBUG_VALGRIND compilation flag
Packit c04fcb
	* Update COPYING
Packit c04fcb
	* Add exception handling to lttng-gen-tp io operations
Packit c04fcb
Packit c04fcb
2012-03-16 lttng-ust 2.0.0-rc3
Packit c04fcb
	* Fix: sendmsg should retry on EINTR, and use MSG_NOSIGNAL
Packit c04fcb
	* fix: ustcomm_close_unix_sock should close, not shutdown
Packit c04fcb
	* Fix: do not print EPIPE perror, as it is an expected error
Packit c04fcb
	* Ensure that multiplication of clock offset is done on 64-bit
Packit c04fcb
	* Add 2 missing licenses in deprecated tests
Packit c04fcb
	* Remove unbuild and unused (deprecated) make_shared_lib test
Packit c04fcb
	* License text standardization, add missing licenses
Packit c04fcb
	* Cleanup: remove duplicate check for 0 num_subbuf and subbuf_size
Packit c04fcb
	* Fix: power of 2 size check should apply to size_t type, not uint32_t
Packit c04fcb
	* Fix: recvmsg should handle EINTR
Packit c04fcb
	* Make lttng-gen-tp work on python 2.6
Packit c04fcb
	* Make lttng-gen-tp executable
Packit c04fcb
Packit c04fcb
2012-03-02 lttng-ust 2.0.0-rc2
Packit c04fcb
	* Manpage fixes
Packit c04fcb
	* Fix: dmesg printout should not print metadata warnings
Packit c04fcb
	* Fix: use transport name as channel name
Packit c04fcb
	* Fix: Add signature check in tracepoint activation
Packit c04fcb
	* Fix: add tracepoint signature at tracepoint definition site
Packit c04fcb
	* Fix: keep event probe signature, for use by event probe signature check
Packit c04fcb
	* Fix ABI: add padding to structures shared between UST and consumer
Packit c04fcb
	* Fix ABI: add padding to tracepoint and ring buffer config public structu
Packit c04fcb
	* Fix ABI: Adding missing padding in tracepoint event structures
Packit c04fcb
	* Fix: Add include/lttng/ust-config.h to git ignore
Packit c04fcb
	* Fix effect: update README about dlopen()
Packit c04fcb
	* Fix: fixup vtid TLS
Packit c04fcb
	* Fix: fixup ringbuffer tls at constructor by forcing read
Packit c04fcb
	* Fix: fix deadlock with dlopen() lttng-ust
Packit c04fcb
	* Fix: only print event errors every 1048576 hits
Packit c04fcb
	* Fix: add missing debug printout to identify the cause of lost events
Packit c04fcb
	* fix: liblttng-ust-ctl should check for incorrect parameters
Packit c04fcb
	* fix: ust comm error handling segfault
Packit c04fcb
	* Fix: Return -EINVAL instead of print warning if non power of 2 size/num_
Packit c04fcb
	* fix: on exit, leave thread/mmap reclaim to OS
Packit c04fcb
	* fix: Handle sys_futex with async cancel, add missing pthread_join
Packit c04fcb
	* fix: Only munmap the wait page when not exiting from process
Packit c04fcb
	* Use CPPFLAGS instead of CFLAGS for -I
Packit c04fcb
	* Fix type range comparison always false for 64-bit arch
Packit c04fcb
	* demo: remove useless libs
Packit c04fcb
	* tests: include missing headers
Packit c04fcb
	* Add missing limits.h include for NAME_MAX
Packit c04fcb
Packit c04fcb
2012-02-20 lttng-ust 2.0.0-rc1
Packit c04fcb
	* Standardize version across toolchain
Packit c04fcb
	* Fix a typo in gen-tp Makefile
Packit c04fcb
	* Implement the .o file generation in lttng-gen-tp
Packit c04fcb
Packit c04fcb
2012-02-16 lttng-ust 1.9.8
Packit c04fcb
	* Fix comment in tracepoint.h
Packit c04fcb
	* Add loglevel info to manpage
Packit c04fcb
	* Remove stale binary file
Packit c04fcb
	* Add lttng-ust(3)
Packit c04fcb
	* Add a man page for lttng-gen-tp
Packit c04fcb
	* Install easy-ust and gen-tp examples in doc/
Packit c04fcb
	* Create the lttng-gen-tp tools as an helper to generate UST .h and .c files
Packit c04fcb
	* Add missing #define _GNU_SOURCE for sched_getcpu()
Packit c04fcb
	* Define _GNU_SOURCE for all implementation files rather than getcpu.h
Packit c04fcb
	* Add sched_getcpu and sysconf to AC_CHECK_FUNCS
Packit c04fcb
	* Mark lib_ring_buffer_print_errors unused
Packit c04fcb
	* Cleanup: remove extra space from easy_ust example
Packit c04fcb
	* Add missing comma to tracepoint STAP_PROBEV call
Packit c04fcb
Packit c04fcb
2012-02-13 lttng-ust 1.9.7
Packit c04fcb
	* liblttng-ust-java: add missing -classpath ./
Packit c04fcb
	* Only specify that sdt.h provides system integration for now
Packit c04fcb
	* Add STAP_PROBEV check ton configure.ac
Packit c04fcb
	* Add sdt.h integration
Packit c04fcb
	* Remove extern C around probe header
Packit c04fcb
	* Move lttng/config.h to lttng/ust-config.h, and use LTTNG_UST_ namespace
Packit c04fcb
	* Add a configure report at the end of the output
Packit c04fcb
	* Add sdt.h integration option
Packit c04fcb
	* Set default loglevel in metadata
Packit c04fcb
	* Fix: LTTng-UST java jni wrapper does not build with OpenJDK
Packit c04fcb
Packit c04fcb
2012-02-09 lttng-ust 1.9.6
Packit c04fcb
	* Fix tracepoint.h multiple .o within module/core exec linkage bug
Packit c04fcb
	* tracepoint: name -> _name to fix possible namespace clash
Packit c04fcb
	* Add debug printout to tracepoint.c
Packit c04fcb
	* Rename liblttng-ust-libc to liblttng-ust-libc-wrapper
Packit c04fcb
	* Update hardcoded loglevel
Packit c04fcb
	* Add "easy_ust" example
Packit c04fcb
	* Update gitignore
Packit c04fcb
	* Zero-initialize struct msghdr
Packit c04fcb
	* Add environment information
Packit c04fcb
	* Fix event-specific enabling
Packit c04fcb
	* Update static lib linking
Packit c04fcb
	* liblttng-ust-libc: fix linking
Packit c04fcb
	* liblttng-ust-libc: fix lib dependency
Packit c04fcb
	* Install README and ChangeLog into system doc
Packit c04fcb
	* Add hello-static-lib test
Packit c04fcb
	* Fix static provider linking: introduce TRACEPOINT_PROBE_DYNAMIC_LINKAGE
Packit c04fcb
	* Fix 32-bit type: allocated len is used
Packit c04fcb
	* Fix 32-bit type mismatch
Packit c04fcb
Packit c04fcb
2012-02-02 lttng-ust 1.9.5
Packit c04fcb
	* UST comm ABI: Add padding, push version to 2.0
Packit c04fcb
	* Update loglevel names
Packit c04fcb
	* Implement loglevels as event and wildcard attributes
Packit c04fcb
	* Update loglevel ABI: only loglevel value/enum is known by UST
Packit c04fcb
	* Pre-assign fixed loglevels
Packit c04fcb
	* Remove old (now unused) loglevel control code entirely
Packit c04fcb
	* Update loglevel selection ABI
Packit c04fcb
	* Use boot_id as monotonic clock uuid
Packit c04fcb
	* clock: add clock description to metadata
Packit c04fcb
	* Properly fix the timekeeping overflow detection
Packit c04fcb
	* Revert "Fix timestamps for slow-paced event rates"
Packit c04fcb
	* Revert "Force 64-bit timestamps"
Packit c04fcb
	* Declare struct lttng_ust_calibrate
Packit c04fcb
	* Force 64-bit timestamps
Packit c04fcb
	* demo program: ensure we don't link demo on useless libs
Packit c04fcb
	* ust comm: Receive second FD even if 1st receive failed
Packit c04fcb
	* ust consumer: close shm fd after mapping it
Packit c04fcb
	* Add a comment about which wait fd is closed early by UST.
Packit c04fcb
	* Remove leftover structure in ust-abi.h
Packit c04fcb
	* Close stream and channel file descriptors as soon as passed to
Packit c04fcb
	  sessiond
Packit c04fcb
	* Fix AC_LANG_SOURCE usage: only takes one parameter
Packit c04fcb
	* Fix timestamps for slow-paced event rates
Packit c04fcb
	* configure.ac: Use AC_LANG_SOURCE for if else macros
Packit c04fcb
	* Add execution instructions to the demo test program
Packit c04fcb
	* Force the building of shared noinst libraries in the demo test
Packit c04fcb
	  program.
Packit c04fcb
	* Only print the futex perror in debug mode
Packit c04fcb
Packit c04fcb
2011-12-23 lttng-ust 1.9.4
Packit c04fcb
	* Split liblttng-ust into liblttng-ust and liblttng-ust-tracepoint libs
Packit c04fcb
	* Comment the union field (only used in call_rcu scheme)
Packit c04fcb
Packit c04fcb
2011-12-21 lttng-ust 1.9.3
Packit c04fcb
	* Fix clock source overflow on 32-bit archs
Packit c04fcb
	* Remove unused trace_clock_frequency
Packit c04fcb
	* check for negative wait() return value
Packit c04fcb
	* Add DBG message when registering a probe
Packit c04fcb
	* Only show futex warning "perror" in debug mode
Packit c04fcb
Packit c04fcb
2011-12-14 lttng-ust 1.9.2
Packit c04fcb
	* Add missing ust_libc.h to Makefile.am
Packit c04fcb
	* Use DBG instead of WARN for futex_wake workaround message
Packit c04fcb
	* Make dlopen more robust by using the .0 target for the library
Packit c04fcb
Packit c04fcb
2011-12-13 lttng-ust 1.9.1
Packit c04fcb
	* First LTTng-UST 2.0 prerelease.