ust.git
2011-11-03  Mathieu DesnoyersRename UST.class to LTTNG_UST.class lttng-ust-2.0
2011-11-03  Mathieu DesnoyersRename package to lttng-ust
2011-11-03  Mathieu Desnoyerslibrary mass rename: add lttng- prefix
2011-11-03  Mathieu DesnoyersUpdate readme
2011-11-03  Mathieu DesnoyersMove include/ust/ to include/lttng/
2011-11-03  Mathieu DesnoyersAdd lttng_ust_ prefix before objd_unref
2011-11-03  Mathieu DesnoyersAdd lttng_ust prefix before struct obj and struct objd_ops
2011-11-03  Mathieu DesnoyersRename ltt_events_exit to lttng_ust_events_exit
2011-11-03  Mathieu DesnoyersUpdate to use caa_likely/caa_unlikely from urcu 0.6.6
2011-11-02  Mathieu DesnoyersRename struct lib_ring_buffer* to struct lttng_ust_lib_...
2011-11-02  Mathieu DesnoyersRename shm_handle to lttng_ust_shm_handle
2011-11-02  Mathieu DesnoyersMove lttng_ust_object_data et lttng_ust_channel_attr...
2011-11-02  Mathieu Desnoyersrename object_data to lttng_ust_object_data
2011-10-28  Mathieu Desnoyersfutex error should be a warning
2011-10-27  Mathieu DesnoyersRemove duplicate prototype declaration
2011-10-24  Mathieu DesnoyersAdd context to both channel and event
2011-10-23  Mathieu Desnoyerschange start/stop session parameters
2011-10-23  Mathieu Desnoyersstandardize on flush buffer (no plural)
2011-10-23  Mathieu DesnoyersAdd flush buffers command
2011-10-23  Mathieu DesnoyersImplement ustctl_register_done
2011-10-23  Mathieu DesnoyersInstall UST comm lib
2011-10-23  Mathieu DesnoyersFix missing logging symbols
2011-10-23  Mathieu DesnoyersAdd get mmap base
2011-10-22  Mathieu DesnoyersAdd ustctl_open_stream_read and ustctl_close_stream_read
2011-10-20  Mathieu DesnoyersImplement ustctl_unmap_channel()
2011-10-20  Mathieu DesnoyersAdd lttng-ust-ctl.h header
2011-10-20  Mathieu DesnoyersImplement libustctl
2011-10-20  Mathieu DesnoyersRemove empty line from tracepoint.h
2011-10-19  Mathieu DesnoyersDo not install libringbuffer into system
2011-09-29  Matthew McClintockAdd powerpc64 host_cpu to configure.ac
2011-09-28  Mathieu DesnoyersAdd procname context
2011-09-28  Mathieu DesnoyersAdd vpid context
2011-09-28  Mathieu DesnoyersReset vtid after fork in child
2011-09-28  Mathieu DesnoyersAdd vtid (gettid()) context
2011-09-28  Mathieu DesnoyersAdd pthread id event context
2011-09-27  Mathieu DesnoyersUpdate error check for root handle
2011-09-27  Mathieu DesnoyersRemove root handle asssert: can differ from 0 if many...
2011-09-26  Mathieu DesnoyersFix cmsg handling
2011-09-26  Mathieu DesnoyersCleanup: fix strict aliasing ion tests
2011-09-26  Mathieu DesnoyersCleanup warnings
2011-09-26  Mathieu DesnoyersCleanup warnings
2011-09-26  Mathieu DesnoyersAdd multi session, multi-channel test
2011-09-26  Mathieu DesnoyersAdd ust basic tracing implementation
2011-09-26  Mathieu DesnoyersAdd ust basic tracing daemon
2011-09-25  Mathieu DesnoyersAdd pthread id context
2011-09-25  Mathieu DesnoyersOnly select efficient unaligned accesses for x86 and...
2011-09-25  Mathieu DesnoyersUse unaligned writes for arch with efficient unaligned...
2011-09-25  Mathieu DesnoyersUse network byte order field in hello test
2011-09-25  Mathieu Desnoyerstests: Add a long field
2011-09-25  Mathieu DesnoyersAdd missing alignment after header write
2011-09-25  Mathieu Desnoyerslttng tracepoint event: don't clash with "ctx" argument...
2011-09-25  Mathieu DesnoyersOnly support single- and double-precision floating...
2011-09-24  Mathieu DesnoyersFix missing alignment includes
2011-09-24  Mathieu DesnoyersFix array copy length
2011-09-24  Mathieu DesnoyersFix memory layout for channel
2011-09-24  Mathieu DesnoyersFix event ID allocation
2011-09-23  Mathieu DesnoyersFix endianness and major/minor output
2011-09-23  Mathieu DesnoyersCheck for num cpus
2011-09-23  Mathieu DesnoyersUpdate lib ring buffer for external consumer
2011-09-23  Mathieu DesnoyersExport consumer ABI, implement ring buffer modification...
2011-09-22  Mathieu Desnoyerslibust ABI: export streams
2011-09-19  Mathieu DesnoyersPrefix all field names with underscores
2011-09-16  Mathieu DesnoyersTRACEPOINT_EVENT: No need to calculate size/alignment...
2011-09-16  Mathieu DesnoyersComplete c++ support for instrumentation
2011-09-16  Mathieu DesnoyersSupport c++ tracepoint instrumentation
2011-09-02  Mathieu DesnoyersRevert "fdatasync sockets after send"
2011-09-02  Mathieu Desnoyersfdatasync sockets after send
2011-08-31  Mathieu DesnoyersTracepoints: clarify order of TRACEPOINT_EVENT vs TRACE...
2011-08-31  Mathieu DesnoyersAdd Tracepoint Loglevel API
2011-08-30  Mathieu DesnoyersFix range of sem_count
2011-08-30  Mathieu DesnoyersHandle killed or non-responsive sessiond
2011-08-29  Mathieu DesnoyersPrint appropriate error on FUTEX_WAIT efault for RO shm
2011-08-29  Mathieu DesnoyersImplement futex wait scheme
2011-08-29  Mathieu Desnoyersshm wakeup: update right management
2011-08-29  Mathieu DesnoyersFix shm open race
2011-08-29  Mathieu Desnoyersrestore signals in error case (shm allocation)
2011-08-29  Mathieu Desnoyersshm creation: use temporary name with O_CREAT | O_EXCL
2011-08-29  Mathieu DesnoyersFix error handling
2011-08-28  Mathieu Desnoyersshm: check error value of shm_unlink
2011-08-27  Mathieu Desnoyerswakeup shm: set permissions on shm
2011-08-27  Mathieu Desnoyersmap shared memory for rendez-vous with non-responding...
2011-08-27  Mathieu DesnoyersRemove stale comment
2011-08-26  Mathieu DesnoyersFork handling: fix deadlock between mutex and semaphore
2011-08-26  Mathieu Desnoyersupdate fork run script
2011-08-26  Mathieu DesnoyersMakefile.am: fix build order
2011-08-26  Mathieu DesnoyersRemove unused label
2011-08-26  Mathieu DesnoyersAdd missing ltt-tracer-core.h includes (fix warnings)
2011-08-26  Mathieu DesnoyersReset handle table on destroy
2011-08-26  Mathieu DesnoyersCentralize locking with ust_lock, fork handling
2011-08-26  Mathieu Desnoyersfork test needs to link to libustfork
2011-08-26  Mathieu DesnoyersAdd missing ust_tests_fork.h
2011-08-26  Mathieu DesnoyersUpdate fork test
2011-08-26  Mathieu DesnoyersAdd ust.h
2011-08-26  Mathieu Desnoyerstracepoint.h: move code after used prototype declaration
2011-08-26  Mathieu Desnoyerstracepoint: Remove TRACEPOINT_LIB declaration
2011-08-26  Mathieu DesnoyersRemove libust-initializer
2011-08-26  Mathieu Desnoyerslibringbuffer shm: second unlink should be allowed...
2011-08-26  Mathieu Desnoyerslibringbuffer shm: be resilient to app crash between...
2011-08-26  Mathieu DesnoyersFix java build
2011-08-26  Mathieu DesnoyersAdd TRACEPOINT_EVENT java instrumentation wrapper
next
This page took 0.036066 seconds and 4 git commands to generate.