aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace/blktrace.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-03-31blktrace: print out BLK_TN_MESSAGE properlyLi Zefan1-19/+61
2009-03-31blktrace: extract duplidate codeLi Zefan1-32/+30
2009-03-31blktrace: fix memory leak when freeing struct blk_io_traceLi Zefan1-17/+12
2009-03-31blktrace: fix blk_probes_ref chaosLi Zefan1-8/+7
2009-03-31blktrace: make classic output more classicLi Zefan1-4/+4
2009-03-31blktrace: fix off-by-one bugLi Zefan1-2/+2
2009-03-31blktrace: fix the original blktraceLi Zefan1-7/+5
2009-03-31blktrace: fix a race when creating blk_tree_root in debugfsLi Zefan1-1/+5
2009-03-31blktrace: fix timestamp in binary outputLi Zefan1-1/+1
2009-03-24blktrace: print human-readable act_maskLi Zefan1-38/+65
2009-03-24blktrace: fix t_error()Li Zefan1-1/+1
2009-03-24blktrace: fix wrong calculation of RWBSLi Zefan1-6/+7
2009-03-24blktrace: mark ddir_act[] constLi Zefan1-4/+4
2009-03-21blktrace: avoid accessing NULL bdev->bd_diskLi Zefan1-2/+11
2009-03-21blktrace: remove sysfs_blk_trace_enable_show/store()Li Zefan1-70/+22
2009-03-21blktrace: report EBUSY correctlyLi Zefan1-6/+3
2009-03-21blktrace: don't increase blk_probes_ref if failed to setup blk traceLi Zefan1-3/+3
2009-03-21blktrace: remove blk_probe_mutexLi Zefan1-22/+5
2009-03-21blktrace: make blk_tracer_enabled a bool flagLi Zefan1-9/+3
2009-03-21blktrace: fix possible memory leakLi Zefan1-1/+1
2009-03-16tracing: protect reader of cmdline outputSteven Rostedt1-5/+18
2009-03-10Merge branch 'tip/tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into tracing/ftraceIngo Molnar1-5/+5
2009-03-10tracing: remove funky whitespace in the trace codeSteven Rostedt1-5/+5
2009-03-06Merge branch 'x86/core' into tracing/texteditIngo Molnar1-1/+1
2009-03-04tracing: remove extra latency_trace method from trace structureSteven Rostedt1-1/+0
2009-02-19Merge branch 'linus' into tracing/blktraceIngo Molnar1-1/+1
2009-02-09tracing/blktrace: move the tracing file to kernel/traceFrederic Weisbecker1-0/+1538