diff options
author | Jens Axboe <axboe@suse.de> | 2006-02-02 13:20:57 +0100 |
---|---|---|
committer | Jens Axboe <axboe@suse.de> | 2006-02-02 13:20:57 +0100 |
commit | 6693017725e653359ec2b1862162c1c30655fe06 (patch) | |
tree | 1071c7bb195b6926f722b5830d4309fc3106f94f /blktrace.h | |
parent | 212421d888f11106dc2b35eab4946e29fbce0b99 (diff) | |
download | blktrace-6693017725e653359ec2b1862162c1c30655fe06.tar.gz blktrace-6693017725e653359ec2b1862162c1c30655fe06.tar.bz2 |
[PATCH] blkparse: make skip detection per-CPU as well
Diffstat (limited to 'blktrace.h')
-rw-r--r-- | blktrace.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -47,6 +47,9 @@ struct per_cpu_info { unsigned long rb_last_entries; unsigned long last_sequence; unsigned long smallest_seq_read; + + struct skip_info *skips_head; + struct skip_info *skips_tail; }; extern FILE *ofp; |