Pierre-Marc Fournier [Wed, 9 Sep 2009 16:15:42 +0000 (12:15 -0400)]
ustd: add system to elegantly end daemon on SIGTERM, after waiting that all traces are complete
Pierre-Marc Fournier [Wed, 9 Sep 2009 16:12:18 +0000 (12:12 -0400)]
ustd: allow to choose the trace location and add command line option system
Pierre-Marc Fournier [Wed, 9 Sep 2009 15:53:31 +0000 (11:53 -0400)]
ustd: specify ust component name for build
Pierre-Marc Fournier [Wed, 9 Sep 2009 15:53:01 +0000 (11:53 -0400)]
usterr: fix PERROR
Pierre-Marc Fournier [Wed, 9 Sep 2009 15:51:42 +0000 (11:51 -0400)]
ustd/ustcomm: allow to choose custom socket path
This is chosen with the -s option of ustd and, in the traced app,
with the UST_DAEMON_SOCKET environment variable.
Pierre-Marc Fournier [Tue, 8 Sep 2009 20:43:48 +0000 (16:43 -0400)]
fix keepalive system
Pierre-Marc Fournier [Tue, 8 Sep 2009 20:20:29 +0000 (16:20 -0400)]
add a working keepalive system
This circumvents the problem of the program finishing before the daemon could connect to it.
Pierre-Marc Fournier [Tue, 8 Sep 2009 18:21:54 +0000 (14:21 -0400)]
cleanup
Pierre-Marc Fournier [Tue, 8 Sep 2009 18:10:58 +0000 (14:10 -0400)]
make inform_consumer_daemon() generic
Pierre-Marc Fournier [Tue, 8 Sep 2009 18:01:17 +0000 (14:01 -0400)]
cleanups
Pierre-Marc Fournier [Tue, 8 Sep 2009 17:56:39 +0000 (13:56 -0400)]
add basic_long test program
Pierre-Marc Fournier [Tue, 8 Sep 2009 17:55:42 +0000 (13:55 -0400)]
update error system
Pierre-Marc Fournier [Thu, 3 Sep 2009 15:25:06 +0000 (11:25 -0400)]
libust: improve support for regex marker specification
Pierre-Marc Fournier [Wed, 2 Sep 2009 14:42:49 +0000 (10:42 -0400)]
code cleanups
Pierre-Marc Fournier [Wed, 2 Sep 2009 14:42:25 +0000 (10:42 -0400)]
add regex support for marker names
by Philippe Proulx
Philippe Proulx [Mon, 20 Jul 2009 16:41:39 +0000 (12:41 -0400)]
ust rewritten for using libustcmd
Pierre-Marc Fournier [Tue, 1 Sep 2009 17:39:49 +0000 (13:39 -0400)]
cleanup libustcmd patch
Philippe Proulx [Tue, 1 Sep 2009 17:21:07 +0000 (13:21 -0400)]
add libustcmd
Pierre-Marc Fournier [Thu, 30 Jul 2009 19:34:41 +0000 (15:34 -0400)]
ustd: be more intelligent and verbose when opening traces for output
- report errors
- create dirs if not present
Pierre-Marc Fournier [Thu, 30 Jul 2009 19:33:52 +0000 (15:33 -0400)]
hello2: updates
Pierre-Marc Fournier [Thu, 30 Jul 2009 19:30:50 +0000 (15:30 -0400)]
change to tsc trace clock
Pierre-Marc Fournier [Thu, 30 Jul 2009 19:28:18 +0000 (15:28 -0400)]
libust: start working on process keepalive
Pierre-Marc Fournier [Thu, 30 Jul 2009 19:27:55 +0000 (15:27 -0400)]
libmallocwrap: update run script
Pierre-Marc Fournier [Thu, 30 Jul 2009 19:23:50 +0000 (15:23 -0400)]
change default buffer size
Pierre-Marc Fournier [Thu, 30 Jul 2009 19:17:52 +0000 (15:17 -0400)]
enhancements to the constructor system
Pierre-Marc Fournier [Wed, 22 Jul 2009 21:48:12 +0000 (17:48 -0400)]
add ust_fork()
Pierre-Marc Fournier [Wed, 22 Jul 2009 21:41:03 +0000 (17:41 -0400)]
marker: remove printf and add debug msg
Pierre-Marc Fournier [Wed, 22 Jul 2009 21:36:28 +0000 (17:36 -0400)]
marker.c: fix marker dump based on port of fix in lttng by Mathieu Desnoyers
Pierre-Marc Fournier [Wed, 22 Jul 2009 21:34:56 +0000 (17:34 -0400)]
add ilbinterfork
Pierre-Marc Fournier [Wed, 22 Jul 2009 21:32:00 +0000 (17:32 -0400)]
update README
Pierre-Marc Fournier [Tue, 14 Jul 2009 19:49:29 +0000 (15:49 -0400)]
convert more licences
Pierre-Marc Fournier [Tue, 7 Jul 2009 21:48:05 +0000 (17:48 -0400)]
libust: change some licences to LGPL
Pierre-Marc Fournier [Tue, 7 Jul 2009 16:18:21 +0000 (12:18 -0400)]
change some licences to LGPL
Pierre-Marc Fournier [Sun, 28 Jun 2009 01:03:15 +0000 (21:03 -0400)]
libmallocwrap: free: don't return a value in a void function
Pierre-Marc Fournier [Fri, 26 Jun 2009 02:51:21 +0000 (22:51 -0400)]
initialize correctly urcu library
Pierre-Marc Fournier [Fri, 26 Jun 2009 02:36:27 +0000 (22:36 -0400)]
enhance hello2
Pierre-Marc Fournier [Fri, 26 Jun 2009 02:31:31 +0000 (22:31 -0400)]
fix bug in PAGE_MASK
Pierre-Marc Fournier [Thu, 25 Jun 2009 21:12:07 +0000 (17:12 -0400)]
put poll() calls in loops in case they are interrupted by signals
Pierre-Marc Fournier [Fri, 19 Jun 2009 21:41:55 +0000 (17:41 -0400)]
start adding LGPL headers
Pierre-Marc Fournier [Fri, 19 Jun 2009 21:28:29 +0000 (17:28 -0400)]
relay.h: fix strict aliasing warning
submitted by Jan Blunck
Pierre-Marc Fournier [Tue, 16 Jun 2009 21:05:12 +0000 (17:05 -0400)]
hello2/run: fix library paths
Pierre-Marc Fournier [Tue, 16 Jun 2009 21:02:35 +0000 (17:02 -0400)]
reduce default verbosity
Pierre-Marc Fournier [Tue, 16 Jun 2009 21:01:14 +0000 (17:01 -0400)]
fix false error message
Pierre-Marc Fournier [Tue, 16 Jun 2009 20:16:27 +0000 (16:16 -0400)]
add missing tests/Makefile.am
Pierre-Marc Fournier [Mon, 15 Jun 2009 17:57:19 +0000 (13:57 -0400)]
cleanups
Pierre-Marc Fournier [Mon, 15 Jun 2009 17:34:18 +0000 (13:34 -0400)]
fix warnings
Pierre-Marc Fournier [Mon, 15 Jun 2009 17:18:24 +0000 (13:18 -0400)]
libmallocwrap: fix warning
Pierre-Marc Fournier [Mon, 15 Jun 2009 17:17:03 +0000 (13:17 -0400)]
tests: fix warnings
Pierre-Marc Fournier [Mon, 15 Jun 2009 17:15:50 +0000 (13:15 -0400)]
fix warnings
Pierre-Marc Fournier [Mon, 15 Jun 2009 17:12:25 +0000 (13:12 -0400)]
change local vars to unsigned int to fix warnings
Pierre-Marc Fournier [Mon, 15 Jun 2009 17:10:43 +0000 (13:10 -0400)]
ust: fix warnings
Pierre-Marc Fournier [Mon, 15 Jun 2009 17:03:25 +0000 (13:03 -0400)]
reorganize test programs into tests/ directory
Pierre-Marc Fournier [Mon, 15 Jun 2009 16:56:52 +0000 (12:56 -0400)]
comment synchronize_sched()
Pierre-Marc Fournier [Mon, 15 Jun 2009 16:45:06 +0000 (12:45 -0400)]
clean error msg functions
Pierre-Marc Fournier [Mon, 15 Jun 2009 15:46:15 +0000 (11:46 -0400)]
ust/localerr.h: fix copy-paste error
Pierre-Marc Fournier [Mon, 15 Jun 2009 15:24:36 +0000 (11:24 -0400)]
hello/run: add dependency to libust
Pierre-Marc Fournier [Fri, 12 Jun 2009 18:08:05 +0000 (14:08 -0400)]
bootstrap: create config directory if not exists
Pierre-Marc Fournier [Fri, 12 Jun 2009 18:07:47 +0000 (14:07 -0400)]
configure.ac: align URCU help message
Pierre-Marc Fournier [Fri, 12 Jun 2009 17:59:45 +0000 (13:59 -0400)]
start applying warning fixes from Jan Blunck
Jan Blunck [Wed, 10 Jun 2009 18:07:20 +0000 (20:07 +0200)]
Distribute all necessary files for building
Signed-off-by: Jan Blunck <jblunck@suse.de>
Jan Blunck [Wed, 10 Jun 2009 18:07:19 +0000 (20:07 +0200)]
Use kref implementation from kcompat
The kref implementation from kcompat has LGPL license.
Signed-off-by: Jan Blunck <jblunck@suse.de>
Jan Blunck [Wed, 10 Jun 2009 18:07:18 +0000 (20:07 +0200)]
New kcompat headers depend on urcu's arch.h and arch_atomic.h
Signed-off-by: Jan Blunck <jblunck@suse.de>
Jan Blunck [Wed, 10 Jun 2009 18:07:17 +0000 (20:07 +0200)]
Fix copy&paste error in kcompat.h header check
Signed-off-by: Jan Blunck <jblunck@suse.de>
Jan Blunck [Wed, 10 Jun 2009 18:07:16 +0000 (20:07 +0200)]
ust/localerr.h isn't distributed at all
Jan Blunck [Wed, 10 Jun 2009 18:07:15 +0000 (20:07 +0200)]
Make buildsystem use pkg-config to search for kcompat and liburcu
Signed-off-by: Jan Blunck <jblunck@suse.de>
Jan Blunck [Wed, 10 Jun 2009 18:07:14 +0000 (20:07 +0200)]
Modify buildsystem to be able to compile with installed libraries
Pierre-Marc Fournier [Fri, 12 Jun 2009 06:00:47 +0000 (02:00 -0400)]
ustd: start handling SIGPIPE, add handling for failed put_subbuf and cleaning
Pierre-Marc Fournier [Fri, 12 Jun 2009 05:54:25 +0000 (01:54 -0400)]
ustd/lowlevel.c: make the post crash buffer recovery more robust
Pierre-Marc Fournier [Fri, 12 Jun 2009 05:48:03 +0000 (01:48 -0400)]
libust: deactivate trace-stopping destructor
Pierre-Marc Fournier [Fri, 12 Jun 2009 05:46:16 +0000 (01:46 -0400)]
relay.h: change includes
Pierre-Marc Fournier [Fri, 12 Jun 2009 05:42:12 +0000 (01:42 -0400)]
hello/run: update library paths
Pierre-Marc Fournier [Fri, 12 Jun 2009 05:41:10 +0000 (01:41 -0400)]
tracectl.c: send error when put_subbuf fails
this happens when the reader is pushed by a write
Pierre-Marc Fournier [Thu, 11 Jun 2009 18:02:21 +0000 (14:02 -0400)]
libust: fix problem in computation of offset in buffer
Pierre-Marc Fournier [Thu, 11 Jun 2009 17:38:27 +0000 (13:38 -0400)]
libust: put offset macros in buffer.h
This is to resolve a dependency issue.
Pierre-Marc Fournier [Wed, 10 Jun 2009 14:28:15 +0000 (10:28 -0400)]
ust: move function location to remove warning
Jan Blunck [Mon, 8 Jun 2009 17:19:08 +0000 (13:19 -0400)]
make compatible with new version of libkcompat
Pierre-Marc Fournier [Fri, 8 May 2009 21:18:01 +0000 (17:18 -0400)]
configure.ac: make --help more clear
Pierre-Marc Fournier [Fri, 8 May 2009 21:03:42 +0000 (17:03 -0400)]
ust: improve cmd line arg help, add --help and -h
Pierre-Marc Fournier [Fri, 8 May 2009 21:03:24 +0000 (17:03 -0400)]
continue work on manual
Pierre-Marc Fournier [Fri, 8 May 2009 21:03:01 +0000 (17:03 -0400)]
configure.ac: make help and error msgs more clear
Pierre-Marc Fournier [Fri, 8 May 2009 13:36:25 +0000 (09:36 -0400)]
add more readmes
Pierre-Marc Fournier [Thu, 7 May 2009 20:44:47 +0000 (16:44 -0400)]
update manual
Pierre-Marc Fournier [Thu, 7 May 2009 20:11:38 +0000 (16:11 -0400)]
add COPYING file
Pierre-Marc Fournier [Tue, 5 May 2009 20:37:22 +0000 (16:37 -0400)]
add readmes
Pierre-Marc Fournier [Tue, 5 May 2009 20:37:11 +0000 (16:37 -0400)]
remove unneeded share/compiler.h
Pierre-Marc Fournier [Tue, 5 May 2009 20:36:22 +0000 (16:36 -0400)]
add feature to enable/disable markers
Pierre-Marc Fournier [Tue, 5 May 2009 20:35:19 +0000 (16:35 -0400)]
libmallocwrap: update run script
Pierre-Marc Fournier [Tue, 5 May 2009 20:34:34 +0000 (16:34 -0400)]
libmallocwrap: add dependency on -ldl
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!
Pierre-Marc Fournier [Tue, 7 Apr 2009 01:00:22 +0000 (21:00 -0400)]
port support for commit_seq from kernel lttng
Pierre-Marc Fournier [Mon, 6 Apr 2009 22:39:27 +0000 (18:39 -0400)]
add more rigorous checks for presence of libkcompat and liburcu
Pierre-Marc Fournier [Fri, 3 Apr 2009 19:12:03 +0000 (15:12 -0400)]
cleanup kernelcompat.h
Pierre-Marc Fournier [Fri, 3 Apr 2009 19:04:09 +0000 (15:04 -0400)]
kernelcompat: remove local ops as they are now in libkcompat
Pierre-Marc Fournier [Fri, 3 Apr 2009 19:01:46 +0000 (15:01 -0400)]
hello.c: add header
Pierre-Marc Fournier [Mon, 30 Mar 2009 23:34:06 +0000 (19:34 -0400)]
port ust to build system
Pierre-Marc Fournier [Mon, 30 Mar 2009 23:16:25 +0000 (19:16 -0400)]
continue working on build system
Pierre-Marc Fournier [Mon, 30 Mar 2009 22:27:41 +0000 (18:27 -0400)]
merge libmarkers, libtracing and libtracectl in a single libust library
Pierre-Marc Fournier [Mon, 30 Mar 2009 21:45:56 +0000 (17:45 -0400)]
add libtracing Makefile.am
Pierre-Marc Fournier [Mon, 30 Mar 2009 21:43:54 +0000 (17:43 -0400)]
add libtracectl Makefile.am
Pierre-Marc Fournier [Mon, 30 Mar 2009 21:39:16 +0000 (17:39 -0400)]
continue work on build system
This page took 0.047151 seconds and 4 git commands to generate.