ust.git
14 years agoadd feature to enable/disable markers
Pierre-Marc Fournier [Tue, 5 May 2009 20:36:22 +0000 (16:36 -0400)] 
add feature to enable/disable markers

14 years agolibmallocwrap: update run script
Pierre-Marc Fournier [Tue, 5 May 2009 20:35:19 +0000 (16:35 -0400)] 
libmallocwrap: update run script

14 years agolibmallocwrap: add dependency on -ldl
Pierre-Marc Fournier [Tue, 5 May 2009 20:34:34 +0000 (16:34 -0400)] 
libmallocwrap: add dependency on -ldl

15 years agoustd: use commit_seq to get buffers from crashed process
Pierre-Marc Fournier [Tue, 7 Apr 2009 01:00:50 +0000 (21:00 -0400)] 
ustd: use commit_seq to get buffers from crashed process

it works!

15 years agoport support for commit_seq from kernel lttng
Pierre-Marc Fournier [Tue, 7 Apr 2009 01:00:22 +0000 (21:00 -0400)] 
port support for commit_seq from kernel lttng

15 years agoadd more rigorous checks for presence of libkcompat and liburcu
Pierre-Marc Fournier [Mon, 6 Apr 2009 22:39:27 +0000 (18:39 -0400)] 
add more rigorous checks for presence of libkcompat and liburcu

15 years agocleanup kernelcompat.h
Pierre-Marc Fournier [Fri, 3 Apr 2009 19:12:03 +0000 (15:12 -0400)] 
cleanup kernelcompat.h

15 years agokernelcompat: remove local ops as they are now in libkcompat
Pierre-Marc Fournier [Fri, 3 Apr 2009 19:04:09 +0000 (15:04 -0400)] 
kernelcompat: remove local ops as they are now in libkcompat

15 years agohello.c: add header
Pierre-Marc Fournier [Fri, 3 Apr 2009 19:01:46 +0000 (15:01 -0400)] 
hello.c: add header

15 years agoport ust to build system
Pierre-Marc Fournier [Mon, 30 Mar 2009 23:34:06 +0000 (19:34 -0400)] 
port ust to build system

15 years agocontinue working on build system
Pierre-Marc Fournier [Mon, 30 Mar 2009 23:16:25 +0000 (19:16 -0400)] 
continue working on build system

15 years agomerge libmarkers, libtracing and libtracectl in a single libust library
Pierre-Marc Fournier [Mon, 30 Mar 2009 22:27:41 +0000 (18:27 -0400)] 
merge libmarkers, libtracing and libtracectl in a single libust library

15 years agoadd libtracing Makefile.am
Pierre-Marc Fournier [Mon, 30 Mar 2009 21:45:56 +0000 (17:45 -0400)] 
add libtracing Makefile.am

15 years agoadd libtracectl Makefile.am
Pierre-Marc Fournier [Mon, 30 Mar 2009 21:43:54 +0000 (17:43 -0400)] 
add libtracectl Makefile.am

15 years agocontinue work on build system
Pierre-Marc Fournier [Mon, 30 Mar 2009 21:39:16 +0000 (17:39 -0400)] 
continue work on build system

15 years agocontinue build system
Pierre-Marc Fournier [Mon, 30 Mar 2009 21:25:19 +0000 (17:25 -0400)] 
continue build system

15 years agocontinue work on build system
Pierre-Marc Fournier [Mon, 30 Mar 2009 20:13:40 +0000 (16:13 -0400)] 
continue work on build system

15 years agorename configure.in to configure.ac
Pierre-Marc Fournier [Mon, 30 Mar 2009 19:54:36 +0000 (15:54 -0400)] 
rename configure.in to configure.ac

15 years agoadd libmarkers Makefile.am
Pierre-Marc Fournier [Mon, 30 Mar 2009 19:52:26 +0000 (15:52 -0400)] 
add libmarkers Makefile.am

15 years agostart working on autotools build system
Pierre-Marc Fournier [Mon, 30 Mar 2009 19:23:30 +0000 (15:23 -0400)] 
start working on autotools build system

15 years agoadd copyrights, cleanup
Pierre-Marc Fournier [Sat, 28 Mar 2009 19:02:31 +0000 (15:02 -0400)] 
add copyrights, cleanup

15 years agoadd forgotten tp.h and tp.c
Pierre-Marc Fournier [Sun, 22 Mar 2009 15:28:49 +0000 (11:28 -0400)] 
add forgotten tp.h and tp.c

15 years agostart work on enabling VMCORE and adding support in ustd
Pierre-Marc Fournier [Sun, 22 Mar 2009 15:28:14 +0000 (11:28 -0400)] 
start work on enabling VMCORE and adding support in ustd

15 years agoupdate manual
Pierre-Marc Fournier [Fri, 20 Mar 2009 04:27:08 +0000 (00:27 -0400)] 
update manual

15 years agoadd first version of manual
Pierre-Marc Fournier [Fri, 20 Mar 2009 02:17:26 +0000 (22:17 -0400)] 
add first version of manual

15 years agostart implementing sharing of buffer info
Pierre-Marc Fournier [Fri, 20 Mar 2009 02:12:36 +0000 (22:12 -0400)] 
start implementing sharing of buffer info

15 years agoremove unused relay-alloc.c
Pierre-Marc Fournier [Tue, 17 Mar 2009 19:24:06 +0000 (15:24 -0400)] 
remove unused relay-alloc.c

15 years agoustd: convert to new ustcomm api
Pierre-Marc Fournier [Tue, 17 Mar 2009 18:10:38 +0000 (14:10 -0400)] 
ustd: convert to new ustcomm api

15 years agotracectl.c: cleanup
Pierre-Marc Fournier [Tue, 17 Mar 2009 18:10:23 +0000 (14:10 -0400)] 
tracectl.c: cleanup

15 years agoustcomm: use connections; don't reconnect at every message
Pierre-Marc Fournier [Tue, 17 Mar 2009 17:18:32 +0000 (13:18 -0400)] 
ustcomm: use connections; don't reconnect at every message

15 years agoust: cleanup and add some licences
Pierre-Marc Fournier [Tue, 3 Mar 2009 21:53:32 +0000 (16:53 -0500)] 
ust: cleanup and add some licences

15 years agoust: port tracepoints to userspace and add usage in hello.c
Pierre-Marc Fournier [Tue, 3 Mar 2009 20:08:04 +0000 (15:08 -0500)] 
ust: port tracepoints to userspace and add usage in hello.c

15 years agoust: add tracepoint.{c,h} from kernel
Pierre-Marc Fournier [Tue, 3 Mar 2009 17:14:05 +0000 (12:14 -0500)] 
ust: add tracepoint.{c,h} from kernel

15 years agoust: make lttd work
Pierre-Marc Fournier [Tue, 3 Mar 2009 17:12:02 +0000 (12:12 -0500)] 
ust: make lttd work

- for now, trace must be stopped and destroyed prior to program end

15 years agoust: first try at blocking support for consumer
Pierre-Marc Fournier [Mon, 2 Mar 2009 19:27:44 +0000 (14:27 -0500)] 
ust: first try at blocking support for consumer

15 years agoust: continue work on ustd
Pierre-Marc Fournier [Thu, 26 Feb 2009 01:07:03 +0000 (20:07 -0500)] 
ust: continue work on ustd

15 years agoust: add info exchange between app and ustd
Pierre-Marc Fournier [Wed, 25 Feb 2009 18:25:56 +0000 (13:25 -0500)] 
ust: add info exchange between app and ustd

15 years agoust: add ustd
Pierre-Marc Fournier [Wed, 25 Feb 2009 00:44:43 +0000 (19:44 -0500)] 
ust: add ustd

15 years agoust: change communication socket for STREAM
Pierre-Marc Fournier [Wed, 25 Feb 2009 00:43:56 +0000 (19:43 -0500)] 
ust: change communication socket for STREAM

15 years agoust: improve message parsing
Pierre-Marc Fournier [Tue, 24 Feb 2009 22:34:22 +0000 (17:34 -0500)] 
ust: improve message parsing

15 years agoust: continue implementation of ustd
Pierre-Marc Fournier [Tue, 24 Feb 2009 02:49:13 +0000 (21:49 -0500)] 
ust: continue implementation of ustd

15 years agoust: continue work
Pierre-Marc Fournier [Tue, 24 Feb 2009 01:29:46 +0000 (20:29 -0500)] 
ust: continue work

15 years agoust: continue moving communication stuff to libustcomm and cleanup
Pierre-Marc Fournier [Mon, 23 Feb 2009 22:58:06 +0000 (17:58 -0500)] 
ust: continue moving communication stuff to libustcomm and cleanup

15 years agomove functions that send messages to traced processes to libustcomm (which is linked...
Pierre-Marc Fournier [Mon, 23 Feb 2009 20:14:42 +0000 (15:14 -0500)] 
move functions that send messages to traced processes to libustcomm (which is linked statically)

15 years agolibtracectl: add \0 at end of received msg
Pierre-Marc Fournier [Mon, 23 Feb 2009 20:14:06 +0000 (15:14 -0500)] 
libtracectl: add \0 at end of received msg

15 years agolibmarkers: add locking
Pierre-Marc Fournier [Mon, 23 Feb 2009 20:13:04 +0000 (15:13 -0500)] 
libmarkers: add locking

15 years agoust: additional work on libmallocwrap and cleanups
Pierre-Marc Fournier [Mon, 23 Feb 2009 19:03:08 +0000 (14:03 -0500)] 
ust: additional work on libmallocwrap and cleanups

15 years agoust: cleanup: move tracing control to tracectl.c
Pierre-Marc Fournier [Mon, 23 Feb 2009 17:56:11 +0000 (12:56 -0500)] 
ust: cleanup: move tracing control to tracectl.c

15 years agoust: move files from hello to libtracing
Pierre-Marc Fournier [Thu, 19 Feb 2009 06:53:08 +0000 (01:53 -0500)] 
ust: move files from hello to libtracing

15 years agoust: add markers autoconnect
Pierre-Marc Fournier [Thu, 19 Feb 2009 05:08:48 +0000 (00:08 -0500)] 
ust: add markers autoconnect

15 years agoust: add global Makefile
Pierre-Marc Fournier [Thu, 19 Feb 2009 05:08:03 +0000 (00:08 -0500)] 
ust: add global Makefile

15 years agoust: use libkcompat
Pierre-Marc Fournier [Thu, 19 Feb 2009 03:24:40 +0000 (22:24 -0500)] 
ust: use libkcompat

15 years agoust: add userspace rcu support
Pierre-Marc Fournier [Wed, 18 Feb 2009 23:10:32 +0000 (18:10 -0500)] 
ust: add userspace rcu support

15 years agoust: continue work
Pierre-Marc Fournier [Wed, 18 Feb 2009 17:30:39 +0000 (12:30 -0500)] 
ust: continue work

- improve support for sending commands through ust
- now reserve buffers in SYSV IPC shmem segments

15 years agoust: cleanups and functionality
Pierre-Marc Fournier [Wed, 18 Feb 2009 01:19:51 +0000 (20:19 -0500)] 
ust: cleanups and functionality

- move trace starting from hello.c to libtracectl
- support early tracing
- initialize libs in the right places

15 years agoust: cleanup hello.c
Pierre-Marc Fournier [Wed, 18 Feb 2009 00:06:45 +0000 (19:06 -0500)] 
ust: cleanup hello.c

15 years agoust: be able to list markers using ust
Pierre-Marc Fournier [Tue, 17 Feb 2009 23:35:04 +0000 (18:35 -0500)] 
ust: be able to list markers using ust

15 years agoust: mallocwrap: add
Pierre-Marc Fournier [Tue, 17 Feb 2009 20:37:40 +0000 (15:37 -0500)] 
ust: mallocwrap: add

15 years agoust: allow tracing of dynamically linked libraries
Pierre-Marc Fournier [Tue, 17 Feb 2009 20:12:20 +0000 (15:12 -0500)] 
ust: allow tracing of dynamically linked libraries

- this also includes being able to link libmarkers dynamically
- a special init function must be added via the MARKER_LIB macro

15 years agoust: collect many channels and start work on pipe listener
Pierre-Marc Fournier [Tue, 17 Feb 2009 18:34:04 +0000 (13:34 -0500)] 
ust: collect many channels and start work on pipe listener

15 years agoust: generate traces readable in lttv
Pierre-Marc Fournier [Mon, 16 Feb 2009 19:54:28 +0000 (14:54 -0500)] 
ust: generate traces readable in lttv

15 years agoust: fix several segfaults, now seems to trace without errors
Pierre-Marc Fournier [Thu, 12 Feb 2009 19:55:53 +0000 (14:55 -0500)] 
ust: fix several segfaults, now seems to trace without errors

15 years agoust: continue work
Pierre-Marc Fournier [Wed, 11 Feb 2009 22:48:53 +0000 (17:48 -0500)] 
ust: continue work

15 years agoust: continue
Pierre-Marc Fournier [Wed, 11 Feb 2009 04:34:28 +0000 (23:34 -0500)] 
ust: continue

15 years agoust: continue port
Pierre-Marc Fournier [Wed, 11 Feb 2009 02:31:39 +0000 (21:31 -0500)] 
ust: continue port

15 years agoust: continue work
Pierre-Marc Fournier [Tue, 10 Feb 2009 21:15:41 +0000 (16:15 -0500)] 
ust: continue work

15 years agoust: add kernel files: relay-alloc.c (ltt-relay-alloc.c), relay.c (ltt-relay.c)
Pierre-Marc Fournier [Tue, 10 Feb 2009 17:11:58 +0000 (12:11 -0500)] 
ust: add kernel files: relay-alloc.c (ltt-relay-alloc.c), relay.c (ltt-relay.c)

15 years agoust: continue work
Pierre-Marc Fournier [Tue, 10 Feb 2009 06:21:27 +0000 (01:21 -0500)] 
ust: continue work

15 years agoust: add kernel versions for tracer.c (ltt-tracer.c) tracer.h (ltt-tracer.h) and...
Pierre-Marc Fournier [Mon, 9 Feb 2009 20:25:23 +0000 (15:25 -0500)] 
ust: add kernel versions for tracer.c (ltt-tracer.c) tracer.h (ltt-tracer.h) and tracercore.c (ltt-core.c)

15 years agoust: continue work
Pierre-Marc Fournier [Sat, 7 Feb 2009 20:22:47 +0000 (15:22 -0500)] 
ust: continue work

15 years agoust: add files from kernel
Pierre-Marc Fournier [Sat, 7 Feb 2009 20:22:17 +0000 (15:22 -0500)] 
ust: add files from kernel

15 years agoust: add hello run script
Pierre-Marc Fournier [Sat, 7 Feb 2009 20:21:46 +0000 (15:21 -0500)] 
ust: add hello run script

15 years agoust: move some files
Pierre-Marc Fournier [Sat, 7 Feb 2009 20:20:39 +0000 (15:20 -0500)] 
ust: move some files

15 years agoust: add kref.[ch] from the kernel
Pierre-Marc Fournier [Sat, 7 Feb 2009 17:56:04 +0000 (12:56 -0500)] 
ust: add kref.[ch] from the kernel

15 years agoust: add usterr.h
Pierre-Marc Fournier [Sat, 7 Feb 2009 17:55:46 +0000 (12:55 -0500)] 
ust: add usterr.h

15 years agoust: add kernel poison.h
Pierre-Marc Fournier [Sat, 7 Feb 2009 17:40:48 +0000 (12:40 -0500)] 
ust: add kernel poison.h

15 years agoadd files
Pierre-Marc Fournier [Sat, 7 Feb 2009 17:40:28 +0000 (12:40 -0500)] 
add files

15 years agoust: add kernel ltt-channel.[ch], removing the ltt- part
Pierre-Marc Fournier [Sat, 7 Feb 2009 17:39:11 +0000 (12:39 -0500)] 
ust: add kernel ltt-channel.[ch], removing the ltt- part

15 years agoust: add kernel rcupdate.h
Pierre-Marc Fournier [Sat, 7 Feb 2009 07:24:40 +0000 (02:24 -0500)] 
ust: add kernel rcupdate.h

15 years agoust: add kernel prefetch.h
Pierre-Marc Fournier [Sat, 7 Feb 2009 07:11:22 +0000 (02:11 -0500)] 
ust: add kernel prefetch.h

15 years agoust: add kernel list.h
Pierre-Marc Fournier [Sat, 7 Feb 2009 07:07:02 +0000 (02:07 -0500)] 
ust: add kernel list.h

15 years agoust: add kernel immediate.h, marker.h
Pierre-Marc Fournier [Fri, 6 Feb 2009 22:05:38 +0000 (17:05 -0500)] 
ust: add kernel immediate.h, marker.h

15 years agoust: initial commit
Pierre-Marc Fournier [Fri, 6 Feb 2009 21:31:05 +0000 (16:31 -0500)] 
ust: initial commit

This page took 0.033381 seconds and 4 git commands to generate.