libustconsumer: Fix a fd leak of the pipe_fd
[ust.git] / include /
2011-03-03  Mathieu DesnoyersRemove dummy markers/tracepoints/trace events
2011-03-03  David GouletCode base to fix the print errors in UST (v4)
2011-02-25  Nils Carlsonlibustctl: use direct socket communication
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-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-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-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
2011-02-02  Mathieu DesnoyersMerge branch 'master' of ssh://git.dorsal.polymtl.ca...
2011-01-31  Nils CarlsonRename libustcmd to libustctl
2011-01-14  David GouletFix variable declaration of the clock source v2
2011-01-13  Julien DesfossezAt runtime, UST checks if the LTTng clock source is...
2011-01-05  Nils CarlsonRename libustd to libustconsumer and ustd to ust-consumerd
2010-11-27  David GouletRemove unuse header disable.h
2010-11-27  David GouletRemove kref from kcompat's headers and code
2010-11-27  David GouletRemove hlist from kcompat's headers and code
2010-11-19  Mathieu DesnoyersRename for the new liburcu API namespace
2010-11-10  Nils CarlsonAdd trace name handling throughout tracectl, ustcomm...
2010-10-26  Nils CarlsonIntroduce a new communication protocol for UST v5
2010-10-13  Nils CarlsonRemove a silly print out in ust_trace.h
2010-09-30  David GouletNew naming convention for internal macros
2010-09-28  Nils CarlsonRe-write ustcomm parts of UST v2
2010-09-21  David GouletRemove unused code
2010-09-21  David GouletSyntax cleanup
2010-09-21  David GouletChange code for consistency
2010-09-10  Nils CarlsonAdd functions and command line for listing trace_events v3
2010-09-10  Nils CarlsonAdd trace_event structs
2010-09-07  David GouletFix missing data pointer for trace_mark_tp v2
2010-09-01  Nils CarlsonAdd a data pointer to all tracepoint probe callbacks
2010-09-01  Nils CarlsonImport TRACE_EVENT macro from the kernel v3
2010-08-20  Alexis HallĂ©properly install libustd and libustcmd
2010-08-16  Mathieu Desnoyersserialize string input robustness
2010-07-06  Pierre-Marc Fournierdefine ____cacheline_aligned
2010-07-05  David GouletUST marker.h
2010-07-01  Pierre-Marc FournierFinal updates for release 0.5 v0.5
2010-07-01  Pierre-Marc Fournierfix regression of GDB support
2010-05-26  Pierre-Marc FournierReplace gettimeofday() with clock_gettime(CLOCK_MONOTON...
2010-05-24  Pierre-Marc Fournierremove mutex_lock, mutex_unlock macros
2010-04-23  Pierre-Marc FournierAdd support for ppc hw tb clock, remove kernelcompat.h
2010-04-19  Pierre-Marc Fournieradd custom probes support and update tracepoints
2010-04-19  Pierre-Marc Fournierremove some unused code
2010-04-19  Pierre-Marc FournierPort to PowerPC 32
2010-04-13  Pierre-Marc Fournierjhash: add cast
2010-03-23  Pierre-Marc Fourniermarkers/tracepoints: implement library unregistration
2010-03-17  Pierre-Marc Fournierfix distribution bugs for 0.4
2010-03-16  Pierre-Marc Fourniermove libkcompat inside ust
2010-03-12  Pierre-Marc Fournierswitch from kcompat lists to urcu lists
2010-03-11  Pierre-Marc Fournieradd missing licence headers
2010-03-04  Pierre-Marc Fournierkernelcompat: remove old definitions that are now unused
2010-03-04  Pierre-Marc Fournierkmalloc, kfree, etc => malloc, free, etc
2010-03-02  Pierre-Marc FournierFix -O3 / -finline-functions compilation
2010-02-26  Pierre-Marc Fournieradd missing ust_snprintf.h
2010-02-19  Pierre-Marc Fournieruse signal safe ust_safe_snprintf()
2010-02-15  Pierre-Marc Fournierrefactor/enhance libustcomm
2010-02-15  Pierre-Marc Fournierusterr.h: add DBG_raw() macro
2010-02-15  Pierre-Marc Fournierfix some errors and warnings in the porting
2010-02-15  Pierre-Marc FournierPort changes from lttng-kt
2010-02-02  Pierre-Marc Fournierusterr.h: print function name
2010-02-01  Pierre-Marc Fournierchange DEBUG macro to UST_DEBUG, now it must be -D...
2010-02-01  Pierre-Marc FournierLarge cleanup, mostly removal of all printk's and print...
2010-01-20  Pierre-Marc FournierRefactor libinterfork and add support for clone() inter...
2010-01-19  Pierre-Marc Fourniersave_registers: add comments and make safer
2010-01-19  Pierre-Marc FournierRemove unused comment
2010-01-18  Pierre-Marc Fournierust.h: remove duplicate include
2010-01-18  Pierre-Marc FournierDon't display debugging messages by default
2010-01-14  Pierre-Marc FournierAdd some sanity to save_registers on x86-32
2010-01-13  Pierre-Marc FournierDo not use __SIZEOF_POINTER__, as it is not compatible...
2010-01-13  Pierre-Marc FournierReplace __COUNTER__ with the more portable __LINE__
2010-01-11  Pierre-Marc Fournierremove save_ip stub
2010-01-11  Pierre-Marc Fournierfix saving of marker format
2010-01-11  Pierre-Marc Fourniermake initialization of marker struct completely static
2010-01-11  Pierre-Marc Fournierfix macro indentation
2010-01-11  Pierre-Marc Fourniercomplete ip saving code
2010-01-11  Pierre-Marc Fournierremove usage of the marker_addr section
2010-01-11  Pierre-Marc Fournierfix comment
2010-01-11  Pierre-Marc Fournierfirst take on the save ip on x86-32
2009-12-19  Pierre-Marc Fournieradd asm to save regs on x86-32, for gdb
2009-12-09  Pierre-Marc Fourniermore fixes of conditional compilation of gdb support
2009-12-09  Pierre-Marc Fournierfix conditional compilation of gdb support
2009-12-08  Pierre-Marc Fournierprobe.h: fix warning
2009-12-08  Pierre-Marc Fourniermove probe stuff to probe.h, to have it available in...
2009-12-08  Pierre-Marc Fourniertracepoint.h: fix header macro name
2009-12-07  Pierre-Marc Fournierfix warning
2009-12-07  Pierre-Marc Fournierfix 32 bit support by conditionally compiling gdb support
2009-12-07  Pierre-Marc Fourniermarker.h: change header #define macro name
2009-11-12  Pierre-Marc Fourniermark 32 bit support as broken
2009-11-11  Jan BlunckMake references to __{start,stop}___{markers,tracepoint...
next
This page took 0.044876 seconds and 7 git commands to generate.