ust.git
2011-04-25  Mathieu DesnoyersMarkers: fix compatility trace_mark
2011-04-25  Mathieu DesnoyersAdd MARK_NOARGS compatibility API, marked for deprecation.
2011-04-25  Mathieu DesnoyersAdd "trace_mark()" compatibility API (progressive depre...
2011-04-22  Mathieu DesnoyersUpdate manual
2011-04-22  Mathieu DesnoyersTracepoints: Introduce DEFINE/DECLARE_TRACEPOINT, TRACE...
2011-04-22  Mathieu DesnoyersRemove #define _LGPL_SOURCE from public headers
2011-04-19  Mathieu DesnoyersMarkers: make __ust_marker_ptrs PIC
2011-04-13  Mathieu DesnoyersLGPLv2.1 relicensing agreements
2011-04-13  Mathieu DesnoyersTracepoints: namespace cleanups
2011-04-13  Mathieu DesnoyersRemove "struct module" from tracepoint.h (unused)
2011-04-13  Mathieu DesnoyersRemove immediate values code (non-effective anyway)
2011-04-13  Mathieu DesnoyersMarkers: Namespace cleanup, with API change.
2011-04-13  Mathieu DesnoyersTest empty argument tracepoint
2011-04-13  Mathieu DesnoyersTracepoints: add noargs support
2011-04-13  Mathieu DesnoyersTracepoints: add wrapper tracepoint() macro
2011-04-13  Mathieu DesnoyersMarkers: API change: rename trace_mark() to ust_marker()
2011-04-13  Mathieu DesnoyersMerge branch 'master' of ssh://git.lttng.org/home/git/ust
2011-04-13  Jason WesselFix up all use of /dev/stderr for portability to busybo...
2011-04-10  Mathieu DesnoyersMarkers: remove channel name from trace_mark()
2011-04-04  Nils CarlsonMake only libust and libustconsumer use a signal safe...
2011-04-04  Nils Carlsonlibustctl: cleanup ustctl_get_online_pids functions
2011-04-01  Nils CarlsonMake root able to connect to any traceable app
2011-04-01  Nils CarlsonMake root see all available pids v2
2011-04-01  Nils CarlsonAdd list-pids command to ustctl v2
2011-03-30  Nils CarlsonRestructure the ustctl_get_online_pids command v2
2011-03-30  Nils CarlsonAdd mode setting to socket directory creation
2011-03-30  Nils CarlsonMake app socket directories per-user v2
2011-03-28  Mathieu DesnoyersRename local variables "m" and "regs" to less conflicti...
2011-03-16  Nils Carlsonlibust: Remove lots of dead code and comments in tracer.c
2011-03-16  Nils Carlsonlibust: New transport mutex v2
2011-03-15  Nils CarlsonChangelog and version updates for v0.12 v0.12
2011-03-14  Nils Carlsonlibustfork: link against libust
2011-03-10  Nils Carlsonlibust: Remove some unused variables
2011-03-10  Nils Carlsonlibust: Remove the now useless open_buffers list.
2011-03-10  Nils Carlsonlibust: remove process_simple_client_cmd function
2011-03-10  Nils CarlsonChange force_subbuffer switch to be per trace
2011-03-07  Nils Carlsonlibustconsumer: Fix a fd leak of the pipe_fd
2011-03-04  Yannick BrosseauAdd a test for urcu 0.5.4 which we now depends on
2011-03-04  Mathieu DesnoyersUpdate liburcu dependency to 0.5.4
2011-03-04  Mathieu DesnoyersUse liburcu-bp before/after fork (parent/child) callbacks
2011-03-04  Nils Carlsontest: fix the valgrind test-case to not hang if valgrin...
2011-03-04  Mathieu DesnoyersRemove duplicated marker id dump
2011-03-04  Mathieu DesnoyersFix off-by-one in open_memstream
2011-03-04  Mathieu DesnoyersDebug message cleanup
2011-03-03  Mathieu DesnoyersAdd pthread cleanup to listener (to cleanup mutex)
2011-03-03  Mathieu DesnoyersRemove dummy markers/tracepoints/trace events
2011-03-03  Mathieu Desnoyersfinish_consuming_dead_subbuffer: cleanup
2011-03-03  Mathieu Desnoyersfinish_consuming_dead_subbuffer: fix data_size read...
2011-03-03  Mathieu Desnoyerslibustconsumer: check read subuffer return value
2011-03-03  Mathieu Desnoyersfork: child should issue synchronize_rcu() for urcu...
2011-03-03  Mathieu DesnoyersAdd missing listener threads data vs fork() protection
2011-03-03  David GouletCode base to fix the print errors in UST (v4)
2011-03-03  Jason Wesselustctl: Fix memory allocation problem with compatibilit...
2011-02-25  Nils Carlsonustctl: fix a broken format string
2011-02-25  Jason WesselAllow backward compatibility to ustctl <= 0.11 for...
2011-02-25  Nils Carlsonlibustctl: use direct socket communication
2011-02-24  Nils Carlsontests: Add a comment in libustctl function tests
2011-02-24  Yannick BrosseauFix libustctl_function_tests
2011-02-23  Nils Carlsonlibust: Fix multiple fd close during fork v2
2011-02-23  Yannick BrosseauAlso use short signal name for the trap function
2011-02-23  Yannick BrosseauInitialize _res_header variable to zero before use...
2011-02-23  Yannick BrosseauChange the valgrind test to use the libraries from...
2011-02-23  Yannick BrosseauTESTS: Add a delay at the start of the fork test for...
2011-02-23  Mathieu DesnoyersCleanup error handling in open_channel
2011-02-22  Jason Wesselusttrace: use short signal names for busybox compatibility
2011-02-22  Jason Wesselusttrace: Use /bin/sh instead of /bin/bash for busybox...
2011-02-22  Jason Wesseladd ARM specific support for UST
2011-02-22  Mathieu DesnoyersAdd arch-agnostic fls() fallback
2011-02-22  Mathieu Desnoyersmarkers: ensure assembly is portable by using .hword...
2011-02-22  Mathieu Desnoyersmarkers: fix: teardown should be tagged with "destructo...
2011-02-22  Nils Carlsontests: skip the non-functioning tracepoint test
2011-02-22  Nils Carlsonfix valgrind test valgrind check
2011-02-22  Mathieu DesnoyersFix marker/tracepoint/trace_event lib list: expected...
2011-02-21  Yannick BrosseauUse the libust.so and libustinstr-malloc.so from the...
2011-02-20  Yannick Brosseautests: fix tap.c use of uninitialized pipe_r_file
2011-02-18  Yannick BrosseauTest for the presence of the tracepoint_test file befor...
2011-02-18  Yannick BrosseauAdd missing -lpthread to some tests
2011-02-18  Yannick BrosseauTest for the presence of valgrind in the valgrind test
2011-02-18  Yannick BrosseauUse usttrace and libraries from the build directory...
2011-02-18  Yannick BrosseauTry harder to find a usable lttv in the tests scripts v2
2011-02-18  Yannick BrosseauFix segfault in ust_fork
2011-02-17  Mathieu DesnoyersRemove marker 8-byte alignment
2011-02-17  Mathieu DesnoyersRemove "progbits" section flag
2011-02-17  Mathieu Desnoyersmarkers: fix use of ptrs
2011-02-17  Mathieu DesnoyersTracepoints: fix use of __ptrs
2011-02-17  Mathieu DesnoyersTracepoints: refer to new section name
2011-02-17  Mathieu DesnoyersTrace event: export pointer array
2011-02-17  Mathieu Desnoyersmarkers: export pointer array instead of struct marker
2011-02-17  Mathieu Desnoyerstracepoints: export pointer array
2011-02-17  Mathieu Desnoyerstest_functions.sh: don't override RUNLTTV
2011-02-14  Mathieu Desnoyersmarkers: assembly definition should also align on 128
2011-02-14  Mathieu DesnoyersUST markers: fix structure alignment for recent gcc
2011-02-14  Mathieu DesnoyersRemove trace clock warning on non x86 systems
2011-02-11  David GouletUST-wide warning fixes
2011-02-10  Mathieu Desnoyerstype-serializer: check is cpu id is out of bound.
2011-02-10  Mathieu DesnoyersFix test build issue by commenting test in makefile...
2011-02-10  Mathieu DesnoyersUST-wide warning fixes/bugfixes
2011-02-10  Mathieu Desnoyersusterr: check print format even in non UST_DEBUG configs
2011-02-10  Mathieu Desnoyersust_safe_snprintf should check print format
2011-02-10  Yannick BrosseauRemove PowerPC specific time reading function
next
This page took 0.037116 seconds and 4 git commands to generate.