2010-02-15 |
Pierre-Marc Fournier | Port changes from lttng-kt
|
commit | commitdiff | tree |
2010-02-10 |
Pierre-Marc Fournier | quick and dirty fix for message maximum length bug
|
commit | commitdiff | tree |
2010-02-09 |
Pierre-Marc Fournier | update TODO
|
commit | commitdiff | tree |
2010-02-05 |
Pierre-Marc Fournier | update TODO
|
commit | commitdiff | tree |
2010-02-03 |
Pierre-Marc Fournier | update todo
|
commit | commitdiff | tree |
2010-02-02 |
Pierre-Marc Fournier | Update to liburcu 0.4.0 API
|
commit | commitdiff | tree |
2010-02-02 |
Pierre-Marc Fournier | buffers.c: fix compilation issue
|
commit | commitdiff | tree |
2010-02-02 |
Pierre-Marc Fournier | _SC_NPROCESSORS_ONLN -> _SC_NPROCESSORS_CONF
|
commit | commitdiff | tree |
2010-02-02 |
Pierre-Marc Fournier | Convert buffering system to per-cpu
|
commit | commitdiff | tree |
2010-02-02 |
Pierre-Marc Fournier | usterr.h: print function name
|
commit | commitdiff | tree |
2010-02-02 |
Pierre-Marc Fournier | update TODO
|
commit | commitdiff | tree |
2010-02-01 |
Pierre-Marc Fournier | change DEBUG macro to UST_DEBUG, now it must be -D...
|
commit | commitdiff | tree |
2010-02-01 |
Pierre-Marc Fournier | Large cleanup, mostly removal of all printk's and printfs...
|
commit | commitdiff | tree |
2010-01-29 |
Pierre-Marc Fournier | libustcomm: change char * to const char * where relevant
|
commit | commitdiff | tree |
2010-01-29 |
Pierre-Marc Fournier | update TODO
|
commit | commitdiff | tree |
2010-01-28 |
Pierre-Marc Fournier | libustcomm: create default socket directory if it does...
|
commit | commitdiff | tree |
2010-01-28 |
Pierre-Marc Fournier | usttrace: change ustd socket name to ustd-sock-PID
|
commit | commitdiff | tree |
2010-01-28 |
Pierre-Marc Fournier | change app socket directory name for something more...
|
commit | commitdiff | tree |
2010-01-20 |
Pierre-Marc Fournier | Refactor libinterfork and add support for clone() interception
|
commit | commitdiff | tree |
2010-01-19 |
Pierre-Marc Fournier | save_registers: add comments and make safer
|
commit | commitdiff | tree |
2010-01-19 |
Pierre-Marc Fournier | Remove unused comment
|
commit | commitdiff | tree |
2010-01-19 |
Pierre-Marc Fournier | add precisions for license
|
commit | commitdiff | tree |
2010-01-18 |
Pierre-Marc Fournier | ust.h: remove duplicate include
|
commit | commitdiff | tree |
2010-01-18 |
Pierre-Marc Fournier | Update manual with license info
|
commit | commitdiff | tree |
2010-01-18 |
Pierre-Marc Fournier | Final changes for release 0.1
|
commit | commitdiff | tree |
2010-01-18 |
Pierre-Marc Fournier | Don't display debugging messages by default
|
commit | commitdiff | tree |
2010-01-18 |
Pierre-Marc Fournier | Documentation fixes
|
commit | commitdiff | tree |
2010-01-18 |
Pierre-Marc Fournier | configure.ac: remove version from AM_INIT_AUTOMAKE
|
commit | commitdiff | tree |
2010-01-18 |
Pierre-Marc Fournier | Change manual to texinfo format and enhance it
|
commit | commitdiff | tree |
2010-01-18 |
Pierre-Marc Fournier | update gitignore
|
commit | commitdiff | tree |
2010-01-15 |
Pierre-Marc Fournier | Add comment on manual registration of "ust" channel
|
commit | commitdiff | tree |
2010-01-15 |
Pierre-Marc Fournier | Add --create-trace option to ustctl
|
commit | commitdiff | tree |
2010-01-15 |
Pierre-Marc Fournier | Change header file's #define name
|
commit | commitdiff | tree |
2010-01-14 |
Pierre-Marc Fournier | update README
|
commit | commitdiff | tree |
2010-01-14 |
Pierre-Marc Fournier | Add some sanity to save_registers on x86-32
|
commit | commitdiff | tree |
2010-01-13 |
Pierre-Marc Fournier | configure.ac: improve error message
|
commit | commitdiff | tree |
2010-01-13 |
Pierre-Marc Fournier | update README
|
commit | commitdiff | tree |
2010-01-13 |
Pierre-Marc Fournier | Do not use __SIZEOF_POINTER__, as it is not compatible...
|
commit | commitdiff | tree |
2010-01-13 |
Pierre-Marc Fournier | Replace __COUNTER__ with the more portable __LINE__
|
commit | commitdiff | tree |
2010-01-11 |
Pierre-Marc Fournier | remove save_ip stub
|
commit | commitdiff | tree |
2010-01-11 |
Pierre-Marc Fournier | fix saving of marker format
|
commit | commitdiff | tree |
2010-01-11 |
Pierre-Marc Fournier | make initialization of marker struct completely static
|
commit | commitdiff | tree |
2010-01-11 |
Pierre-Marc Fournier | fix macro indentation
|
commit | commitdiff | tree |
2010-01-11 |
Pierre-Marc Fournier | complete ip saving code
|
commit | commitdiff | tree |
2010-01-11 |
Pierre-Marc Fournier | remove usage of the marker_addr section
|
commit | commitdiff | tree |
2010-01-11 |
Pierre-Marc Fournier | fix comment
|
commit | commitdiff | tree |
2010-01-11 |
Pierre-Marc Fournier | first take on the save ip on x86-32
|
commit | commitdiff | tree |
2010-01-07 |
Pedro Alves | Make 64 bit compilation on 32 bit compiler possible
|
commit | commitdiff | tree |
2010-01-07 |
Pedro Alves | Remove absolute path from libust.so
|
commit | commitdiff | tree |
2010-01-07 |
Pierre-Marc Fournier | update README
|
commit | commitdiff | tree |
2010-01-07 |
Pierre-Marc Fournier | change inline to __inline__ for better compatibility
|
commit | commitdiff | tree |
2010-01-07 |
Pierre-Marc Fournier | add is_marker_enabled function from lttng kt
|
commit | commitdiff | tree |
2010-01-07 |
Pierre-Marc Fournier | port fix from lttng kernel tracer 0.92
|
commit | commitdiff | tree |
2009-12-19 |
Pierre-Marc Fournier | add asm to save regs on x86-32, for gdb
|
commit | commitdiff | tree |
2009-12-14 |
Pierre-Marc Fournier | Add test for compilation of libust against a shared...
|
commit | commitdiff | tree |
2009-12-14 |
Pierre-Marc Fournier | Add dummy marker and tracepoint to libust-initializer
|
commit | commitdiff | tree |
2009-12-14 |
Pierre-Marc Fournier | Force -fPIC build of libust-initializer.o
|
commit | commitdiff | tree |
2009-12-14 |
Pierre-Marc Fournier | Fix compilation of libust-initializer.o
|
commit | commitdiff | tree |
2009-12-09 |
Pierre-Marc Fournier | more fixes of conditional compilation of gdb support
|
commit | commitdiff | tree |
2009-12-09 |
Pierre-Marc Fournier | fix conditional compilation of gdb support
|
commit | commitdiff | tree |
2009-12-08 |
Pierre-Marc Fournier | probe.h: fix warning
|
commit | commitdiff | tree |
2009-12-08 |
Pierre-Marc Fournier | simple_include: fix warning
|
commit | commitdiff | tree |
2009-12-08 |
Pierre-Marc Fournier | move probe stuff to probe.h, to have it available in...
|
commit | commitdiff | tree |
2009-12-08 |
Pierre-Marc Fournier | tracepoint.h: fix header macro name
|
commit | commitdiff | tree |
2009-12-08 |
Pierre-Marc Fournier | fix gdb integration bug
|
commit | commitdiff | tree |
2009-12-07 |
Pierre-Marc Fournier | fix warning
|
commit | commitdiff | tree |
2009-12-07 |
Pierre-Marc Fournier | fix 32 bit support by conditionally compiling gdb support
|
commit | commitdiff | tree |
2009-12-07 |
Pierre-Marc Fournier | marker.h: change header #define macro name
|
commit | commitdiff | tree |
2009-12-07 |
Pierre-Marc Fournier | fix save_last_tsc() and last_tsc_overflow() args
|
commit | commitdiff | tree |
2009-11-16 |
Pierre-Marc Fournier | Rewrite last GPL bits in relay.c and relay.h
|
commit | commitdiff | tree |
2009-11-12 |
Pierre-Marc Fournier | mark 32 bit support as broken
|
commit | commitdiff | tree |
2009-11-11 |
Pierre-Marc Fournier | add very simple compilation test
|
commit | commitdiff | tree |
2009-11-11 |
Pierre-Marc Fournier | configure.ac: use $host_cpu, not $target_cpu
|
commit | commitdiff | tree |
2009-11-11 |
Pierre-Marc Fournier | fix static initialization so out of tree make distcheck...
|
commit | commitdiff | tree |
2009-11-11 |
Pierre-Marc Fournier | static initializer: make cross-compilable
|
commit | commitdiff | tree |
2009-11-11 |
Jan Blunck | Fix libust-initializer.o build
|
commit | commitdiff | tree |
2009-11-11 |
Jan Blunck | Link tests against libust-initializer.o as well
|
commit | commitdiff | tree |
2009-11-11 |
Jan Blunck | Make references to __{start,stop}___{markers,tracepoints...
|
commit | commitdiff | tree |
2009-11-11 |
Jan Blunck | Fix include path when compiling libust-initializer.c
|
commit | commitdiff | tree |
2009-11-11 |
Jan Blunck | Add linker script and libust initializer object
|
commit | commitdiff | tree |
2009-11-11 |
Pierre-Marc Fournier | revert installation of tracer.h, but keep ust.h
|
commit | commitdiff | tree |
2009-11-04 |
Pierre-Marc Fournier | save registers: fix small problems
|
commit | commitdiff | tree |
2009-11-04 |
Pierre-Marc Fournier | update .gitignore
|
commit | commitdiff | tree |
2009-11-04 |
Pierre-Marc Fournier | install tracer.h, add new ust/ust.h
|
commit | commitdiff | tree |
2009-11-04 |
Pierre-Marc Fournier | save registers: update
|
commit | commitdiff | tree |
2009-11-03 |
Pierre-Marc Fournier | processor.h: save rflags
|
commit | commitdiff | tree |
2009-10-29 |
Pierre-Marc Fournier | add serialize_to_text() function
|
commit | commitdiff | tree |
2009-10-28 |
Pierre-Marc Fournier | usttrace: add comments to describe start sequence of...
|
commit | commitdiff | tree |
2009-10-28 |
Pierre-Marc Fournier | usttrace: reorganise error messages for ustd not found
|
commit | commitdiff | tree |
2009-10-28 |
Pierre-Marc Fournier | ustd: fix opening mode of pidfile to support writing...
|
commit | commitdiff | tree |
2009-10-28 |
Pierre-Marc Fournier | usttrace: oops: $(USTDPID) -> $USTDPID
|
commit | commitdiff | tree |
2009-10-28 |
Jan Blunck | Make usttrace work when it isn't installed
|
commit | commitdiff | tree |
2009-10-27 |
Pierre-Marc Fournier | fix build and out of tree build
|
commit | commitdiff | tree |
2009-10-27 |
Pierre-Marc Fournier | move processor.h to include/ust dir
|
commit | commitdiff | tree |
2009-10-27 |
Pierre-Marc Fournier | java: fixes
|
commit | commitdiff | tree |
2009-10-27 |
Pierre-Marc Fournier | Merge branch 'for-pierre-marc' of git://git.infradead...
|
commit | commitdiff | tree |
2009-10-27 |
Pierre-Marc Fournier | always initialize statically the .location field of...
|
commit | commitdiff | tree |
2009-10-27 |
Pierre-Marc Fournier | rename registers.h -> processor.h
|
commit | commitdiff | tree |
2009-10-27 |
Pierre-Marc Fournier | trace_mark: pass register values to probe
|
commit | commitdiff | tree |
2009-10-27 |
Pierre-Marc Fournier | markers: save marker location in struct marker
|
commit | commitdiff | tree |
next |