Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-02-18 | Update Jenkins hash to lookup3() variant | Jens Axboe | |
It both mixes and performs better than lookup2(). Signed-off-by: Jens Axboe <jens.axboe@oracle.com> | |||
2005-09-26 | [PATCH] blkparse: Add option to hash process by name | Jens Axboe | |
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. |