lttng-ust.git
2013-11-20  David GouletFix: typo in JNICALL for the JUL tracepoint
2013-11-19  Mathieu DesnoyersFix: move va_end to outermost label
2013-11-19  Mathieu DesnoyersFix: add missing NULL check after allocation
2013-11-15  Mathieu DesnoyersFix cleanup: all spaces before flags
2013-11-15  Mathieu Desnoyersfix: lttng-gen-tp: add missing spaces around flags
2013-11-15  Mathieu DesnoyersVersion 2.4.0-rc1 v2.4.0-rc1
2013-11-15  Mathieu Desnoyersdoc/examples: error out when a subdir make fails
2013-11-15  Mathieu DesnoyersJUL: fix out of tree build
2013-11-15  Mathieu DesnoyersJava/jul: fix make dist
2013-11-15  Mathieu DesnoyersJUL: install documentation and jar file
2013-11-15  Mathieu DesnoyersAdd missing copyrights to test scripts
2013-11-15  Jon BernardEscape minus signs in lttng-ust-cyg-profile manpage
2013-11-15  Jon BernardFix spelling mistake in lttng-ust manpage
2013-11-15  Zifei TongFix tests/benchmark
2013-11-14  Paul WoegererImplement base-address-state tracing
2013-11-14  Paul WoegererBase-address tracing for dlopen and dlclose
2013-11-13  JP IkaheimonenAdd a check against excluders
2013-11-13  JP IkaheimonenAdd handler for LTTNG_UST_EXCLUSION in UST ABI
2013-11-13  JP IkaheimonenStore exclusions to enablers
2013-11-13  JP IkaheimonenAdd excluders to enabler structure
2013-11-13  JP IkaheimonenSend exclusion data through ustcomm
2013-11-13  JP IkaheimonenDefine exclusion structure for UST ABI
2013-11-13  JP IkaheimonenDefine a new command LTTNG_UST_EXCLUSION
2013-11-13  Michael JeansonFix: package of LTTngUst.h was renamed without renaming...
2013-11-13  Michael JeansonFix: check for java .class in package subfolders
2013-11-12  David GouletFix: java library to use user define JDK at compile...
2013-11-12  David GouletAdd liblttng-ust-jul for JUL support
2013-11-06  Mathieu DesnoyersFix: application SIGBUS when starting in parallel with...
2013-10-31  Jérémie GalarneauFix: Minor corrections to the lttng-ust man page
2013-10-31  Jérémie GalarneauDocumentation cleanup: Overhaul of the lttng-gen-tp...
2013-10-31  Mathieu DesnoyersWarning cleanup: add missing padding initializer
2013-10-11  Mathieu DesnoyersFix: socket connect hang on heavy loads
2013-10-11  Mathieu DesnoyersCleanup: fix typo
2013-10-11  Mathieu DesnoyersFix: ust-comm recvmsg should handle partial receive
2013-10-08  Mathieu Desnoyersgcc warning fix: -Wextra
2013-10-07  Ikaheimonen, JPAdd usage reference count for tracepoints
2013-10-07  Mathieu Desnoyerstracepoint.c: Move add_callsite/remove_callsite further...
2013-10-07  Ikaheimonen, JPStore the callsites into the library callsite list
2013-09-30  Mohamad GebaiFix linking warning
2013-09-19  Julien DesfossezPer-stream ioctl to get the current timestamp
2013-09-19  Julien DesfossezLTTng ringbuffer ABI calls for index generation
2013-09-19  Julien DesfossezSpecialize lttng_ust_lib_ring_buffer_client_cb
2013-09-18  Stefan SeefeldAdd tracing instrumentation for pthread mutex lock...
2013-09-03  Mathieu DesnoyersVersion 2.3.0 v2.3.0
2013-08-30  Mathieu DesnoyersVersion 2.3.0-rc2 v2.3.0-rc2
2013-08-26  Mathieu Desnoyersdoc/examples/gen-tp: pass automake CPPFLAGS/CFLAGS...
2013-08-26  Mathieu Desnoyerstools/lttng-gen-tp: honor CPPFLAGS and LDFLAGS
2013-08-26  Mathieu DesnoyersFix: doc/examples cross-build
2013-08-22  Mathieu DesnoyersFix: liblttng_ust.la should depend on liblttng-ust...
2013-08-19  Mathieu DesnoyersIntroduce configure --with-lttng-system-rundir
2013-08-15  Mathieu Desnoyersexamples: tracepoint probes don't need extern C
2013-08-15  Mathieu DesnoyersTracepoint probes don't need extern C
2013-08-07  Stefan SeefeldAdd trace support for memalign and posix_memalign
2013-08-07  Mathieu Desnoyersmalloc instrumentation: remove dependency on pthread
2013-08-07  Stefan SeefeldAdd trace support for calloc and realloc.
2013-08-06  Mathieu DesnoyersFix: allow make check to run in VPATH build
2013-08-06  Zifei TongUpdate .gitignore
2013-08-06  Zifei TongUpdate obsolete benchmark test
2013-07-24  Zifei TongCleanup tests (2nd commit)
2013-07-24  Zifei TongCleanup tests
2013-07-21  Mathieu DesnoyersFix: doc/examples VPATH build
2013-07-18  Mathieu DesnoyersVersion 2.3.0-rc1 v2.3.0-rc1
2013-07-12  Jérémie GalarneauFix: Unchecked asprintf/vasprintf return values
2013-07-12  Mathieu DesnoyersMissing NULL pointer init in tap.c
2013-07-12  Mathieu DesnoyersDisable doc/examples build
2013-07-12  Zifei TongAdd python3 support to lttng-gen-tp
2013-07-11  Mathieu DesnoyersBump ABI major to 5
2013-07-10  Mathieu Desnoyerscallsite: add "ip" context
2013-07-08  Amit MargalitAllow environment variable LTTNG_HOME to override HOME
2013-07-04  Julien DesfossezFix: libs order in Makefile
2013-07-03  Mathieu DesnoyersFix: ring buffer: get_subbuf() checks should be perform...
2013-07-02  Julien DesfossezIntroduce ustctl_write_one_packet_to_channel
2013-07-02  Otavio Salvadorbuild: Fix out-of-tree build
2013-07-01  Mathieu DesnoyersFix: SWITCH_FLUSH new sub-buffer checks
2013-07-01  Mathieu DesnoyersFix: ring buffer: handle concurrent update in nested...
2013-07-01  Mathieu DesnoyersCleanup: lib_ring_buffer_switch_new_end() only calls...
2013-07-01  Mathieu DesnoyersFix: doc/examples: gen-tp path
2013-06-30  Mathieu DesnoyersRevert "Cleanup: ring buffer: remove lib_ring_buffer_sw...
2013-06-30  Mathieu DesnoyersFix: handle writes of length 0
2013-06-30  Mathieu DesnoyersCleanup: ring buffer: remove lib_ring_buffer_switch_new...
2013-06-25  Mathieu DesnoyersFix: lttng-events VPATH build
2013-06-22  Yannick BrosseauAllow #include in template (.tp) file
2013-06-21  Mathieu Desnoyerstests/hello.cxx: rename tp.cpp into tp-cpp.cpp
2013-06-20  Mathieu Desnoyersdoc/examples: build gen-tp example by default
2013-06-20  Mathieu Desnoyersdoc/examples: support BSD make
2013-06-18  Mathieu DesnoyersTracepoint.h: replace assertion by fprintf and abort()
2013-06-18  Mathieu DesnoyersRemove unused assert.h from bitfield.h
2013-06-18  Mathieu DesnoyersClarify probe registration documentation/errors
2013-06-18  Zifei TongFix: Check C++ designated initializers support before...
2013-06-18  Mathieu DesnoyersAdd mising include in ust.h
2013-06-17  Yannick Brosseaulttng-gen-tp: Fix include guard name with file using...
2013-06-17  Mathieu DesnoyersFix: segfault when print invalid command
2013-06-14  Jérémie GalarneauFix: Add --no-as-needed to the demo example's Makefile
2013-06-14  Mathieu Desnoyerszmalloc: attribute always_inline
2013-05-30  Mathieu DesnoyersFix: liblttng-ust process startup hang when sessiond...
2013-05-30  Jérémie GalarneauMove include directive from CFLAGS to LOCAL_CPPFLAGS...
2013-05-30  Zifei TongAllow tracepoint providers to be compiled with g++
2013-05-22  Simon MarchiAdd parameter -f to rm in Makefile clean target
2013-05-21  Mathieu DesnoyersFix: missing dependency for liblttng-ust-tracepoint.so
2013-05-15  Mathieu DesnoyersRemove 0.x TODO
next
This page took 0.041225 seconds and 4 git commands to generate.