[PATCH] blkparse: Add option to hash process by name
authorJens Axboe <axboe@suse.de>
Mon, 26 Sep 2005 12:26:24 +0000 (14:26 +0200)
committerJens Axboe <axboe@suse.de>
Mon, 26 Sep 2005 12:26:24 +0000 (14:26 +0200)
commitbf0720afa8e5f5e2a2bb87abc0b015f35beadef3
treee7fb0e719707339024d6655512efabe7f3861fae
parent0583b6a25eaa259bf9ade5746452473464814f6e
[PATCH] blkparse: Add option to hash process by name

For some traces, you really don't want to see thousands of cc1
processes in the stats, you want to collect the stats by name
instead. This adds the -n option to blkparse, enabling that.

Switched to Jenkins hash at the same time, as it allows for
easy hash-by-u32 or hash-by-name as we see fit.
README
blkparse.c
blktrace.h
jhash.h [new file with mode: 0644]