ust.git
2010-02-19  Pierre-Marc... use signal safe ust_safe_snprintf()
2010-02-18  Pierre-Marc... update TODO and README
2010-02-18  Pierre-Marc... Final updates for release 0.2 v0.2
2010-02-18  Pierre-Marc... ChangeLog: update
2010-02-18  Pierre-Marc... standardize error messages a bit
2010-02-18  Pierre-Marc... add NOTFOUND reply for get_subbuf and put_subbuf commands
2010-02-18  Pierre-Marc... ustd: put_subbuf: handle case where ustcomm_send_reques...
2010-02-17  Pierre-Marc... libustcomm: fix invalid read of buffer
2010-02-17  Pierre-Marc... libustcomm: fix segfault caused by incorrect initializa...
2010-02-17  Pierre-Marc... update TODO
2010-02-15  Pierre-Marc... add TODO
2010-02-15  Pierre-Marc... add ChangeLog
2010-02-15  Pierre-Marc... ustd: add FIXME
2010-02-15  Pierre-Marc... ustd: use modulo value for first_subbuf
2010-02-15  Pierre-Marc... Don't call the noop version of ltt_write_commit_counter
2010-02-15  Pierre-Marc... fix bug that always forced the consumed offset at 0
2010-02-15  Pierre-Marc... add debugging messages on buffer switch
2010-02-15  Pierre-Marc... usttrace: add signal handler to prevent ustd from keepi...
2010-02-15  Pierre-Marc... update to trace format 2.6
2010-02-15  Pierre-Marc... manual: add sections
2010-02-15  Pierre-Marc... update TODO
2010-02-15  Pierre-Marc... fix usttrace -l
2010-02-15  Pierre-Marc... update TODO
2010-02-15  Pierre-Marc... fix support for trace format 2.5
2010-02-15  Pierre-Marc... refactor/enhance libustcomm
2010-02-15  Pierre-Marc... usterr.h: add DBG_raw() macro
2010-02-15  Pierre-Marc... fix bug in manual; argument order for ustctl in example
2010-02-15  Pierre-Marc... port to trace format 2.5
2010-02-15  Pierre-Marc... fix some errors and warnings in the porting
2010-02-15  Pierre-Marc... port to trace format 2.4
2010-02-15  Pierre-Marc... initialize commit_seq
2010-02-15  Pierre-Marc... Port changes from lttng-kt
2010-02-10  Pierre-Marc... quick and dirty fix for message maximum length bug
2010-02-09  Pierre-Marc... update TODO
2010-02-05  Pierre-Marc... update TODO
2010-02-03  Pierre-Marc... update todo
2010-02-02  Pierre-Marc... Update to liburcu 0.4.0 API
2010-02-02  Pierre-Marc... buffers.c: fix compilation issue
2010-02-02  Pierre-Marc... _SC_NPROCESSORS_ONLN -> _SC_NPROCESSORS_CONF
2010-02-02  Pierre-Marc... Convert buffering system to per-cpu
2010-02-02  Pierre-Marc... usterr.h: print function name
2010-02-02  Pierre-Marc... update TODO
2010-02-01  Pierre-Marc... change DEBUG macro to UST_DEBUG, now it must be -D...
2010-02-01  Pierre-Marc... Large cleanup, mostly removal of all printk's and print...
2010-01-29  Pierre-Marc... libustcomm: change char * to const char * where relevant
2010-01-29  Pierre-Marc... update TODO
2010-01-28  Pierre-Marc... libustcomm: create default socket directory if it does...
2010-01-28  Pierre-Marc... usttrace: change ustd socket name to ustd-sock-PID
2010-01-28  Pierre-Marc... change app socket directory name for something more...
2010-01-20  Pierre-Marc... Refactor libinterfork and add support for clone() inter...
2010-01-19  Pierre-Marc... save_registers: add comments and make safer
2010-01-19  Pierre-Marc... Remove unused comment
2010-01-19  Pierre-Marc... add precisions for license
2010-01-18  Pierre-Marc... ust.h: remove duplicate include
2010-01-18  Pierre-Marc... Update manual with license info
2010-01-18  Pierre-Marc... Final changes for release 0.1 v0.1
2010-01-18  Pierre-Marc... Don't display debugging messages by default
2010-01-18  Pierre-Marc... Documentation fixes
2010-01-18  Pierre-Marc... configure.ac: remove version from AM_INIT_AUTOMAKE
2010-01-18  Pierre-Marc... Change manual to texinfo format and enhance it
2010-01-18  Pierre-Marc... update gitignore
2010-01-15  Pierre-Marc... Add comment on manual registration of "ust" channel
2010-01-15  Pierre-Marc... Add --create-trace option to ustctl
2010-01-15  Pierre-Marc... Change header file's #define name
2010-01-14  Pierre-Marc... update README
2010-01-14  Pierre-Marc... Add some sanity to save_registers on x86-32
2010-01-13  Pierre-Marc... configure.ac: improve error message
2010-01-13  Pierre-Marc... update README
2010-01-13  Pierre-Marc... Do not use __SIZEOF_POINTER__, as it is not compatible...
2010-01-13  Pierre-Marc... Replace __COUNTER__ with the more portable __LINE__
2010-01-11  Pierre-Marc... remove save_ip stub
2010-01-11  Pierre-Marc... fix saving of marker format
2010-01-11  Pierre-Marc... make initialization of marker struct completely static
2010-01-11  Pierre-Marc... fix macro indentation
2010-01-11  Pierre-Marc... complete ip saving code
2010-01-11  Pierre-Marc... remove usage of the marker_addr section
2010-01-11  Pierre-Marc... fix comment
2010-01-11  Pierre-Marc... first take on the save ip on x86-32
2010-01-07  Pedro AlvesMake 64 bit compilation on 32 bit compiler possible
2010-01-07  Pedro AlvesRemove absolute path from libust.so
2010-01-07  Pierre-Marc... update README
2010-01-07  Pierre-Marc... change inline to __inline__ for better compatibility
2010-01-07  Pierre-Marc... add is_marker_enabled function from lttng kt
2010-01-07  Pierre-Marc... port fix from lttng kernel tracer 0.92
2009-12-19  Pierre-Marc... add asm to save regs on x86-32, for gdb
2009-12-14  Pierre-Marc... Add test for compilation of libust against a shared...
2009-12-14  Pierre-Marc... Add dummy marker and tracepoint to libust-initializer
2009-12-14  Pierre-Marc... Force -fPIC build of libust-initializer.o
2009-12-14  Pierre-Marc... Fix compilation of libust-initializer.o
2009-12-09  Pierre-Marc... more fixes of conditional compilation of gdb support
2009-12-09  Pierre-Marc... fix conditional compilation of gdb support
2009-12-08  Pierre-Marc... probe.h: fix warning
2009-12-08  Pierre-Marc... simple_include: fix warning
2009-12-08  Pierre-Marc... move probe stuff to probe.h, to have it available in...
2009-12-08  Pierre-Marc... tracepoint.h: fix header macro name
2009-12-08  Pierre-Marc... fix gdb integration bug
2009-12-07  Pierre-Marc... fix warning
2009-12-07  Pierre-Marc... fix 32 bit support by conditionally compiling gdb support
2009-12-07  Pierre-Marc... marker.h: change header #define macro name
2009-12-07  Pierre-Marc... fix save_last_tsc() and last_tsc_overflow() args
next
This page took 0.03571 seconds and 4 git commands to generate.