ust.git
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...
2009-10-13  Pierre-Marc... ustctl: update UST_COMPONENT
2009-10-13  Pierre-Marc... remove unneeded constructor priority
2009-10-09  Pierre-Marc... update build system to find automatically installed...
2009-10-06  Pierre-Marc... update README
2009-10-06  Pierre-Marc... usttrace: fix arg error handling
2009-10-05  Pierre-Marc... README: add section on libinterfork
2009-10-05  Pierre-Marc... rename ust -> ustctl
2009-10-05  Pierre-Marc... usttrace: improve
2009-10-05  Pierre-Marc... minor refactor of ustd to avoid deadlock
2009-10-05  Pierre-Marc... add fork2
2009-10-05  Pierre-Marc... libust: never inline functions that may be called from...
2009-10-05  Pierre-Marc... use liburcu-bp
2009-10-01  Pierre-Marc... ustd: add fixme
2009-10-01  Pierre-Marc... ustd: fix warning
2009-09-29  Pierre-Marc... ustd: improve handling of remote app termination
2009-09-28  Pierre-Marc... ust.c: remove regex handling because it should be done...
2009-09-28  Pierre-Marc... usterr: make error reporting functions signal safe
2009-09-28  Pierre-Marc... move patient_write to share.h because it now has multip...
2009-09-28  Pierre-Marc... improve fork handling
2009-09-28  Pierre-Marc... make have_listener volatile because it is updated from...
2009-09-28  Pierre-Marc... improve error handling
2009-09-28  Pierre-Marc... updates for latest urcu
2009-09-28  Pierre-Marc... update manual
2009-09-28  Pierre-Marc... fix marker listing output
2009-09-25  Pierre-Marc... ustd: stop collecting a process when it died will tryin...
2009-09-25  Pierre-Marc... ustd: improve error and memory handling in get_subbuffe...
2009-09-25  Pierre-Marc... libust: cleanup usage of have_listener
2009-09-25  Pierre-Marc... ustd: change perror()s with PERROR()s
2009-09-25  Pierre-Marc... usterr: improve error reporting primitives
2009-09-25  Pierre-Marc... ustcomm: improve error handling, and don't panic for...
2009-09-25  Pierre-Marc... correctly close bc fds on fork
2009-09-25  Pierre-Marc... add ust_potential_exec, to prepare for execs
2009-09-25  Pierre-Marc... add pidunique concept
2009-09-25  Pierre-Marc... libinterfork: disable signals while forking and running...
2009-09-25  Pierre-Marc... libinterfork: add and execve override
2009-09-25  Pierre-Marc... libinterfork: add usterr support
2009-09-25  Pierre-Marc... Add ust java bindings
2009-09-16  Pierre-Marc... remove stray debugging message
2009-09-16  Pierre-Marc... libust: improve cleanup on application end
2009-09-16  Pierre-Marc... fix warning
2009-09-16  Pierre-Marc... ustcomm: move function to destroy app socket to ustcomm
2009-09-16  Pierre-Marc... restore gettimeofday()-based time source
2009-09-16  Pierre-Marc... improve error handling macros
2009-09-16  Pierre-Marc... libinterfork: fix warnings
2009-09-13  Pierre-Marc... add missing tests/basic and tests/fork
2009-09-11  Pierre-Marc... usttrace; add multiple command-line options
2009-09-11  Pierre-Marc... make forking while tracing work correctly
2009-09-11  Pierre-Marc... fix bug when deleting trace
2009-09-10  Pierre-Marc... add usttrace licence
2009-09-10  Pierre-Marc... update make system
2009-09-09  Pierre-Marc... add usttrace script
2009-09-09  Pierre-Marc... ustd: add system to elegantly end daemon on SIGTERM...
2009-09-09  Pierre-Marc... ustd: allow to choose the trace location and add comman...
2009-09-09  Pierre-Marc... ustd: specify ust component name for build
2009-09-09  Pierre-Marc... usterr: fix PERROR
next
This page took 0.035824 seconds and 4 git commands to generate.