ust.git
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
2009-11-16  Pierre-Marc... Rewrite last GPL bits in relay.c and relay.h
2009-11-12  Pierre-Marc... mark 32 bit support as broken
2009-11-11  Pierre-Marc... add very simple compilation test
2009-11-11  Pierre-Marc... configure.ac: use $host_cpu, not $target_cpu
2009-11-11  Pierre-Marc... fix static initialization so out of tree make distcheck...
2009-11-11  Pierre-Marc... static initializer: make cross-compilable
2009-11-11  Jan BlunckFix libust-initializer.o build
2009-11-11  Jan BlunckLink tests against libust-initializer.o as well
2009-11-11  Jan BlunckMake references to __{start,stop}___{markers,tracepoint...
2009-11-11  Jan BlunckFix include path when compiling libust-initializer.c
2009-11-11  Jan BlunckAdd linker script and libust initializer object
2009-11-11  Pierre-Marc... revert installation of tracer.h, but keep ust.h
2009-11-04  Pierre-Marc... save registers: fix small problems
2009-11-04  Pierre-Marc... update .gitignore
2009-11-04  Pierre-Marc... install tracer.h, add new ust/ust.h
2009-11-04  Pierre-Marc... save registers: update
2009-11-03  Pierre-Marc... processor.h: save rflags
2009-10-29  Pierre-Marc... add serialize_to_text() function
2009-10-28  Pierre-Marc... usttrace: add comments to describe start sequence of...
2009-10-28  Pierre-Marc... usttrace: reorganise error messages for ustd not found
2009-10-28  Pierre-Marc... ustd: fix opening mode of pidfile to support writing...
2009-10-28  Pierre-Marc... usttrace: oops: $(USTDPID) -> $USTDPID
2009-10-28  Jan BlunckMake usttrace work when it isn't installed
2009-10-27  Pierre-Marc... fix build and out of tree build
2009-10-27  Pierre-Marc... move processor.h to include/ust dir
2009-10-27  Pierre-Marc... java: fixes
2009-10-27  Pierre-Marc... Merge branch 'for-pierre-marc' of git://git.infradead...
2009-10-27  Pierre-Marc... always initialize statically the .location field of...
2009-10-27  Pierre-Marc... rename registers.h -> processor.h
2009-10-27  Pierre-Marc... trace_mark: pass register values to probe
2009-10-27  Pierre-Marc... markers: save marker location in struct marker
2009-10-27  Pierre-Marc... registers.h: update
2009-10-27  Pierre-Marc... registers.h: improve registers saving
2009-10-27  Pierre-Marc... add registers.h
2009-10-26  Pierre-Marc... usttrace: deal correctly with ustd creation and termination
2009-10-26  Pierre-Marc... markers: add comment
2009-10-25  Jan BlunckMove kernelcompat.h to include/ust/ and share.h, usterr...
2009-10-25  Jan BlunckMove immediate.h, marker.h and tracepoint.h to include...
2009-10-25  Jan BlunckRemove localerr.h
2009-10-25  Jan BlunckAdd some missing headers and files for make dist
2009-10-25  Jan BlunckTemporary remove Java support
2009-10-22  Jan BlunckFix waiting for ustd on shutdown
2009-10-20  Pierre-Marc... README: update installation instructions
2009-10-15  Pierre-Marc... fix porting bug
2009-10-13  Pierre-Marc... usttrace: use ustd in daemon mode, sparing a sleep...
2009-10-13  Pierre-Marc... usttrace: enhance
2009-10-13  Pierre-Marc... tests/fork: updates
2009-10-13  Pierre-Marc... ustd: add support for --pidfile
2009-10-13  Pierre-Marc... ustd: add daemon mode
2009-10-13  Pierre-Marc... immediately create listener thread on process creation
2009-10-13  Pierre-Marc... improve create_listener()
2009-10-13  Pierre-Marc... tracectl.c: minor cleanup
2009-10-13  Pierre-Marc... remove unneeded noinline's
2009-10-13  Pierre-Marc... modify the commit logic to indicate the reason for...
2009-10-13  Pierre-Marc... set the reader side of the buffer-ready pipe non-blocki...
next
This page took 0.036158 seconds and 4 git commands to generate.