aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/event_analyzing_sample.py
diff options
context:
space:
mode:
authorMike Christie <[email protected]>2016-06-05 14:31:47 -0500
committerJens Axboe <[email protected]>2016-06-07 13:41:38 -0600
commitc8d93247f1d0cf478222a7f4fc37d453d6193d04 (patch)
treec39ae14478ad516b0a01a975181833f30a483f63 /tools/perf/scripts/python/event_analyzing_sample.py
parent511116669346a0029b7e54eaaa8e5a7029f89ab3 (diff)
bcache: use op_is_write instead of checking for REQ_WRITE
We currently set REQ_WRITE/WRITE for all non READ IOs like discard, flush, writesame, etc. In the next patches where we no longer set up the op as a bitmap, we will not be able to detect a operation direction like writesame by testing if REQ_WRITE is set. This has bcache use the op_is_write helper which will do the right thing. Signed-off-by: Mike Christie <[email protected]> Reviewed-by: Hannes Reinecke <[email protected]> Signed-off-by: Jens Axboe <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/event_analyzing_sample.py')
0 files changed, 0 insertions, 0 deletions