aboutsummaryrefslogtreecommitdiffstats
path: root/include/trace/events/block.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-02-11block: introduce block_rq_error tracepointYang Shi1-13/+36
2021-11-29block: remove the ->rq_disk field in struct requestChristoph Hellwig1-4/+4
2021-10-19block: don't call blk_status_to_errno in blk_update_requestChristoph Hellwig1-3/+3
2021-02-22blktrace: fix blk_rq_merge documentationChaitanya Kulkarni1-1/+1
2021-02-22blktrace: fix blk_rq_issue documentationChaitanya Kulkarni1-1/+1
2021-02-22block: remove superfluous param in blk_fill_rwbs()Chaitanya Kulkarni1-8/+8
2020-12-04block: remove the request_queue to argument request based tracepointsChristoph Hellwig1-18/+12
2020-12-04block: remove the request_queue argument to the block_bio_remap tracepointChristoph Hellwig1-5/+3
2020-12-04block: remove the request_queue argument to the block_split tracepointChristoph Hellwig1-8/+6
2020-12-04block: simplify and extend the block_bio_merge tracepoint classChristoph Hellwig1-125/+33
2020-12-04block: remove the unused block_sleeprq tracepointChristoph Hellwig1-18/+0
2020-06-25blktrace: Provide event for request mergingJan Kara1-0/+15
2020-06-15trace/events/block.h: drop kernel-doc for dropped function parameterRandy Dunlap1-1/+0
2020-06-04block: remove the error argument to the block_bio_complete tracepointChristoph Hellwig1-3/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-09-11block: tolerate tracing of NULL bioGreg Thelen1-3/+2
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig1-8/+8
2017-04-20block: remove the errors field from struct requestChristoph Hellwig1-10/+7
2017-04-20blktrace: remove the unused block_rq_abort tracepointChristoph Hellwig1-34/+10
2017-01-27block: cleanup tracingChristoph Hellwig1-16/+11
2016-10-28block: better op and flags encodingChristoph Hellwig1-20/+11
2016-08-07block: rename bio bi_rw to bi_opfJens Axboe1-7/+7
2016-06-07blktrace: use op accessorsMike Christie1-11/+20
2014-03-05blktrace: fix accounting of partially completed requestsRoman Pen1-3/+30
2013-11-23block: Abstract out bvec iteratorKent Overstreet1-13/+13
2013-09-21block: Add nr_bios to block_rq_remap tracepointJun'ichi Nomura1-2/+4
2013-05-08Merge branch 'for-3.10/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-6/+6
2013-04-18Revert "block: add missing block_bio_complete() tracepoint"Linus Torvalds1-4/+4
2013-03-23block: Use bio_sectors() more consistentlyKent Overstreet1-6/+6
2013-01-14block: add block_{touch|dirty}_buffer tracepointTejun Heo1-0/+51
2013-01-14block: add @req to bio_{front|back}_merge tracepointsTejun Heo1-11/+34
2013-01-14block: add missing block_bio_complete() tracepointTejun Heo1-4/+4
2011-08-11blktrace: add FLUSH/FUA supportNamhyung Kim1-9/+11
2011-04-16block: make unplug timer trace event correspond to the schedule() unplugJens Axboe1-6/+7
2011-04-12block: fixup block IO unplug trace callJens Axboe1-5/+6
2011-04-12block: remove block_unplug_timer() trace pointJens Axboe1-14/+0
2011-03-03blktrace: Remove blk_fill_rwbs_rq.Tao Ma1-3/+3
2011-01-07block: trace event block fix unassigned fieldJeff Moyer1-2/+4
2010-11-16block: Rename "block_remap" tracepoint to "block_bio_remap" to clarify the event.Mike Snitzer1-3/+3
2010-08-07block: remove wrappers for request type/flagsChristoph Hellwig1-5/+10
2010-03-09Add DocBook documentation for the block tracepoints.William Cohen1-0/+164
2009-11-26tracing: Convert some block events to DEFINE_EVENTLi Zefan1-160/+42
2009-10-01Add a tracepoint for block request remappingJun'ichi Nomura1-0/+33
2009-09-12tracing: prevent NULL pointer dereference in ftrace_raw_event_block_bio_bounceCarsten Emde1-1/+3
2009-07-13tracing/events: Move TRACE_SYSTEM outside of include guardLi Zefan1-3/+3
2009-06-11Merge branch 'for-2.6.31' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-17/+12
2009-06-09tracing: fix the block trace points print sizeSteven Rostedt1-15/+30
2009-06-09tracing/events: convert block trace points to TRACE_EVENT()Li Zefan1-0/+483