aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace/blktrace.c
Commit message (Expand)AuthorAgeFilesLines
* block: make unplug timer trace event correspond to the schedule() unplugJens Axboe2011-04-161-6/+12
* block: fixup block IO unplug trace callJens Axboe2011-04-121-3/+3
* block: remove block_unplug_timer() trace pointJens Axboe2011-04-121-17/+0
* blktrace: Use rq->cmd_flags directly in blk_add_trace_rq.Tao Ma2011-03-111-11/+4
* blktrace: Remove blk_fill_rwbs_rq.Tao Ma2011-03-031-16/+0
* blktrace: Don't output messages if NOTIFY isn't set.Tao Ma2011-01-191-0/+7
* block: ensure that completion error gets properly tracedJens Axboe2011-01-101-9/+13
* blktrace: add missing probe argument to block_bio_completeMathieu Desnoyers2011-01-071-1/+2
* block: Rename "block_remap" tracepoint to "block_bio_remap" to clarify the ev...Mike Snitzer2010-11-161-6/+6
* block: remove REQ_HARDBARRIERChristoph Hellwig2010-11-101-4/+0
* Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2010-10-221-0/+2
|\
| * llseek: automatically add .llseek fopArnd Bergmann2010-10-151-0/+2
* | blktrace: remove the big kernel lockArnd Bergmann2010-10-191-11/+3
|/
* block: add secure discardAdrian Hunter2010-08-121-0/+8
* block: push BKL into blktrace ioctlsArnd Bergmann2010-08-071-0/+43
* block: unify flags for struct bio and struct requestChristoph Hellwig2010-08-071-12/+15
* block: remove wrappers for request type/flagsChristoph Hellwig2010-08-071-5/+5
* blktrace: Fix new kernel-doc warningsRandy Dunlap2010-05-311-0/+2
* tracing: Allow events to share their print functionsSteven Rostedt2010-05-141-4/+9
* tracing: Let tracepoints have data passed to tracepoint callbacksSteven Rostedt2010-05-141-55/+70
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* blktrace: perform cleanup after setup errorDmitry Monakhov2010-02-281-2/+3
* Add a tracepoint for block request remappingJun'ichi Nomura2009-10-011-0/+34
* Add missing blk_trace_remove_sysfs to be in pair with blk_trace_init_sysfsZdenek Kabelac2009-10-011-0/+5
* Merge commit 'v2.6.31-rc9' into tracing/coreIngo Molnar2009-09-061-11/+1
|\
| * Remove double removal of blktrace directoryAlan D. Brunelle2009-08-121-11/+1
* | tracing: pass around ring buffer instead of tracerSteven Rostedt2009-09-041-4/+8
|/
* headers: smp_lock.h reduxAlexey Dobriyan2009-07-121-0/+1
* Merge branch 'for-2.6.31' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2009-06-111-12/+9
|\
| * block: drop request->hard_* and *nr_sectorsTejun Heo2009-05-111-8/+8
| * block: implement blk_rq_pos/[cur_]sectors() and convert obvious onesTejun Heo2009-05-111-2/+2
* | tracing/events: convert block trace points to TRACE_EVENT()Li Zefan2009-06-091-1/+77
* | blktrace: remove debugfs entries on bad pathStefan Raspl2009-05-191-0/+1
* | blktrace: pdu_buf of pc events should be unsignedLi Zefan2009-05-111-1/+1
* | blktrace: from-sector redundant in trace_block_remapAlan D. Brunelle2009-05-061-4/+4
* | blktrace: correct remap namesAlan D. Brunelle2009-05-061-12/+12
* | blktrace: fix context-info when mixed-using blk tracer and trace eventsLi Zefan2009-04-161-5/+13
* | blktrace: add trace/ to /sys/block/sdaLi Zefan2009-04-161-0/+5
* | blktrace: support per-partition tracing for ftrace pluginLi Zefan2009-04-161-14/+25
* | blktrace: support per-partition tracingShawn Du2009-04-161-8/+21
* | blktrace: fix output of BLK_TC_PC eventsLi Zefan2009-04-121-8/+80
* | blktrace: fix output of unknown eventsLi Zefan2009-04-121-1/+1
|/
* blktrace: pass the right pointer to kfree()Li Zefan2009-04-091-5/+5
* blktrace: fix pdu_len when tracing packet command requestsLi Zefan2009-04-031-1/+1
* blktrace: small cleanup in blk_msg_write()Li Zefan2009-04-031-1/+1
* blktrace: NUL-terminate user space messagesCarl Henrik Lunde2009-04-031-2/+3
* blktrace: print out BLK_TN_MESSAGE properlyLi Zefan2009-03-311-19/+61
* blktrace: extract duplidate codeLi Zefan2009-03-311-32/+30
* blktrace: fix memory leak when freeing struct blk_io_traceLi Zefan2009-03-311-17/+12
* blktrace: fix blk_probes_ref chaosLi Zefan2009-03-311-8/+7