diff options
-rw-r--r-- | README | 4 | ||||
-rw-r--r-- | blkparse.c | 1 | ||||
-rw-r--r-- | blktrace.c | 1 | ||||
-rw-r--r-- | btrace.spec | 2 |
4 files changed, 5 insertions, 3 deletions
@@ -1,7 +1,7 @@ Block IO Tracing ---------------- -Written by Jens Axboe <axboe@suse.de> (initial version and kernel support), +Written by Jens Axboe <axboe@kernel.dk> (initial version and kernel support), Alan D. Brunelle (threading and splitup into two seperate programs), Nathan Scott <nathans@sgi.com> (bug fixes, process names, multiple devices) Also thanks to Tom Zanussi <zanussi@us.ibm.com> for good input and @@ -181,5 +181,5 @@ the mail body. -2006-03-24, Jens Axboe <axboe@suse.de> +2006-09-05, Jens Axboe <axboe@kernel.dk> @@ -2,6 +2,7 @@ * block queue tracing parse application * * Copyright (C) 2005 Jens Axboe <axboe@suse.de> + * Copyright (C) 2006 Jens Axboe <axboe@kernel.dk> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -2,6 +2,7 @@ * block queue tracing application * * Copyright (C) 2005 Jens Axboe <axboe@suse.de> + * Copyright (C) 2006 Jens Axboe <axboe@kernel.dk> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/btrace.spec b/btrace.spec index 6198702..ad70957 100644 --- a/btrace.spec +++ b/btrace.spec @@ -29,7 +29,7 @@ performance or application problems relating to block layer io. Authors: -------- - Jens Axboe <axboe@suse.de> + Jens Axboe <axboe@kernel.dk> %prep %setup -q |