aboutsummaryrefslogtreecommitdiffstats
path: root/block/blktrace.c
AgeCommit message (Expand)AuthorFilesLines
2009-02-09tracing/blktrace: move the tracing file to kernel/traceFrederic Weisbecker1-1538/+0
2009-02-06trace: Call tracing_reset_online_cpus before tracer->init()Arnaldo Carvalho de Melo1-2/+0
2009-02-06tracing: Introduce trace_buffer_{lock_reserve,unlock_commit}Arnaldo Carvalho de Melo1-15/+6
2009-02-06ring_buffer: remove unused flags parameterArnaldo Carvalho de Melo1-4/+4
2009-02-05trace: Remove unused trace_array_cpu parameterArnaldo Carvalho de Melo1-1/+1
2009-02-05trace: assign defaults at register_ftrace_eventArnaldo Carvalho de Melo1-2/+0
2009-02-04trace: make the trace_event callbacks return enum print_line_tArnaldo Carvalho de Melo1-2/+4
2009-02-04trace: judicious error checking of trace_seq resultsArnaldo Carvalho de Melo1-1/+1
2009-02-03blktrace: fix coding style in recent patchesArnaldo Carvalho de Melo1-21/+30
2009-02-03blkftrace: binary tracing, synthesizing old formatArnaldo Carvalho de Melo1-3/+37
2009-02-03trace: Change struct trace_event callbacks parameter listArnaldo Carvalho de Melo1-4/+4
2009-02-03Merge branches 'tracing/ftrace', 'tracing/kmemtrace' and 'linus' into tracing...Ingo Molnar1-51/+21
2009-01-30block: get rid of the manual directory counting in blktraceJens Axboe1-51/+21
2009-01-29blktrace: Use tracing_reset_online_cpusArnaldo Carvalho de Melo1-6/+1
2009-01-26tracing/blktrace: fix up checkpatch reported problems in ftrace plugin patchArnaldo Carvalho de Melo1-15/+25
2009-01-26blktrace: add ftrace pluginArnaldo Carvalho de Melo1-5/+646
2008-11-26blktrace: port to tracepointsArnaldo Carvalho de Melo1-3/+329
2008-10-09blktrace: use BLKTRACE_BDEV_SIZE as the name size for setup structureJens Axboe1-1/+2
2008-10-09blktrace: simplify flags handling in __blk_add_traceDavid Woodhouse1-30/+8
2008-10-09blktrace: support discard requestsDavid Woodhouse1-1/+10
2008-07-03Added in user-injected messages into blk tracesAlan D. Brunelle1-0/+45
2008-06-12block: disable IRQs until data is written to relay channelCarl Henrik Lunde1-6/+4
2008-05-28block: make blktrace use per-cpu buffers for message notesJens Axboe1-3/+12
2008-05-28Added in MESSAGE notes for blktracesAlan D. Brunelle1-0/+14
2008-05-13Fix misuses of bdevname()Jean Delvare1-1/+1
2008-01-28blktrace: Add blktrace ioctls to SCSI generic devicesChristof Schmitt1-10/+14
2008-01-11blktrace: kill the unneeded initcallJens Axboe1-11/+1
2008-01-11block: fix blktrace timestampsIngo Molnar1-67/+2
2007-11-27blktrace: Make sure BLKTRACETEARDOWN does the full cleanup.Aneesh Kumar K.V1-2/+7
2007-10-16Convert cpu_sibling_map to be a per cpu variableMike Travis1-1/+1
2007-10-10compat_ioctl: handle blk_trace ioctlsArnd Bergmann1-20/+34
2007-07-27blktrace: use cpu_clock() instead of sched_clock()Ingo Molnar1-10/+10
2007-07-24[BLOCK] Get rid of request_queue_t typedefJens Axboe1-5/+5
2007-02-12[PATCH] mark struct file_operations const 3Arjan van de Ven1-1/+1
2007-02-11[PATCH] Relay: add CPU hotplug supportMathieu Desnoyers1-2/+1
2006-12-07[PATCH] Allow NULL pointers in percpu_freeAlan Stern1-2/+1
2006-12-04[PATCH] blktrace: don't return blktrace_seq from trace_note()Jens Axboe1-7/+4
2006-12-04[PATCH] blktrace: uninline trace_note()Jens Axboe1-15/+15
2006-12-01[PATCH] blktrace: add timestamp messageOlaf Kirch1-12/+45
2006-09-30[PATCH] Update axboe@suse.de email addressJens Axboe1-1/+1
2006-09-30[PATCH] blktrace: cleanup using on_each_cpuMartin Peschke1-15/+4
2006-09-30[PATCH] blktrace: support for logging metadata readsJens Axboe1-1/+4
2006-09-29[PATCH] ifdef blktrace debugging fieldsAlexey Dobriyan1-2/+4
2006-09-27[PATCH] inode_diet: Replace inode.u.generic_ip with inode.i_privateTheodore Ts'o1-1/+1
2006-07-25[PATCH] blktrace: fix read-ahead bitMilton Miller1-1/+1
2006-07-06[PATCH] blktrace: readahead supportNathan Scott1-1/+4
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-03-23[PATCH] Block queue IO tracing support (blktrace) as of 2006-03-23Jens Axboe1-0/+538