index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block
/
blktrace.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-02-09
tracing/blktrace: move the tracing file to kernel/trace
Frederic Weisbecker
1
-1538
/
+0
2009-02-06
trace: Call tracing_reset_online_cpus before tracer->init()
Arnaldo Carvalho de Melo
1
-2
/
+0
2009-02-06
tracing: Introduce trace_buffer_{lock_reserve,unlock_commit}
Arnaldo Carvalho de Melo
1
-15
/
+6
2009-02-06
ring_buffer: remove unused flags parameter
Arnaldo Carvalho de Melo
1
-4
/
+4
2009-02-05
trace: Remove unused trace_array_cpu parameter
Arnaldo Carvalho de Melo
1
-1
/
+1
2009-02-05
trace: assign defaults at register_ftrace_event
Arnaldo Carvalho de Melo
1
-2
/
+0
2009-02-04
trace: make the trace_event callbacks return enum print_line_t
Arnaldo Carvalho de Melo
1
-2
/
+4
2009-02-04
trace: judicious error checking of trace_seq results
Arnaldo Carvalho de Melo
1
-1
/
+1
2009-02-03
blktrace: fix coding style in recent patches
Arnaldo Carvalho de Melo
1
-21
/
+30
2009-02-03
blkftrace: binary tracing, synthesizing old format
Arnaldo Carvalho de Melo
1
-3
/
+37
2009-02-03
trace: Change struct trace_event callbacks parameter list
Arnaldo Carvalho de Melo
1
-4
/
+4
2009-02-03
Merge branches 'tracing/ftrace', 'tracing/kmemtrace' and 'linus' into tracing...
Ingo Molnar
1
-51
/
+21
2009-01-30
block: get rid of the manual directory counting in blktrace
Jens Axboe
1
-51
/
+21
2009-01-29
blktrace: Use tracing_reset_online_cpus
Arnaldo Carvalho de Melo
1
-6
/
+1
2009-01-26
tracing/blktrace: fix up checkpatch reported problems in ftrace plugin patch
Arnaldo Carvalho de Melo
1
-15
/
+25
2009-01-26
blktrace: add ftrace plugin
Arnaldo Carvalho de Melo
1
-5
/
+646
2008-11-26
blktrace: port to tracepoints
Arnaldo Carvalho de Melo
1
-3
/
+329
2008-10-09
blktrace: use BLKTRACE_BDEV_SIZE as the name size for setup structure
Jens Axboe
1
-1
/
+2
2008-10-09
blktrace: simplify flags handling in __blk_add_trace
David Woodhouse
1
-30
/
+8
2008-10-09
blktrace: support discard requests
David Woodhouse
1
-1
/
+10
2008-07-03
Added in user-injected messages into blk traces
Alan D. Brunelle
1
-0
/
+45
2008-06-12
block: disable IRQs until data is written to relay channel
Carl Henrik Lunde
1
-6
/
+4
2008-05-28
block: make blktrace use per-cpu buffers for message notes
Jens Axboe
1
-3
/
+12
2008-05-28
Added in MESSAGE notes for blktraces
Alan D. Brunelle
1
-0
/
+14
2008-05-13
Fix misuses of bdevname()
Jean Delvare
1
-1
/
+1
2008-01-28
blktrace: Add blktrace ioctls to SCSI generic devices
Christof Schmitt
1
-10
/
+14
2008-01-11
blktrace: kill the unneeded initcall
Jens Axboe
1
-11
/
+1
2008-01-11
block: fix blktrace timestamps
Ingo Molnar
1
-67
/
+2
2007-11-27
blktrace: Make sure BLKTRACETEARDOWN does the full cleanup.
Aneesh Kumar K.V
1
-2
/
+7
2007-10-16
Convert cpu_sibling_map to be a per cpu variable
Mike Travis
1
-1
/
+1
2007-10-10
compat_ioctl: handle blk_trace ioctls
Arnd Bergmann
1
-20
/
+34
2007-07-27
blktrace: use cpu_clock() instead of sched_clock()
Ingo Molnar
1
-10
/
+10
2007-07-24
[BLOCK] Get rid of request_queue_t typedef
Jens Axboe
1
-5
/
+5
2007-02-12
[PATCH] mark struct file_operations const 3
Arjan van de Ven
1
-1
/
+1
2007-02-11
[PATCH] Relay: add CPU hotplug support
Mathieu Desnoyers
1
-2
/
+1
2006-12-07
[PATCH] Allow NULL pointers in percpu_free
Alan Stern
1
-2
/
+1
2006-12-04
[PATCH] blktrace: don't return blktrace_seq from trace_note()
Jens Axboe
1
-7
/
+4
2006-12-04
[PATCH] blktrace: uninline trace_note()
Jens Axboe
1
-15
/
+15
2006-12-01
[PATCH] blktrace: add timestamp message
Olaf Kirch
1
-12
/
+45
2006-09-30
[PATCH] Update axboe@suse.de email address
Jens Axboe
1
-1
/
+1
2006-09-30
[PATCH] blktrace: cleanup using on_each_cpu
Martin Peschke
1
-15
/
+4
2006-09-30
[PATCH] blktrace: support for logging metadata reads
Jens Axboe
1
-1
/
+4
2006-09-29
[PATCH] ifdef blktrace debugging fields
Alexey Dobriyan
1
-2
/
+4
2006-09-27
[PATCH] inode_diet: Replace inode.u.generic_ip with inode.i_private
Theodore Ts'o
1
-1
/
+1
2006-07-25
[PATCH] blktrace: fix read-ahead bit
Milton Miller
1
-1
/
+1
2006-07-06
[PATCH] blktrace: readahead support
Nathan Scott
1
-1
/
+4
2006-06-30
Remove obsolete #include <linux/config.h>
Jörn Engel
1
-1
/
+0
2006-03-23
[PATCH] Block queue IO tracing support (blktrace) as of 2006-03-23
Jens Axboe
1
-0
/
+538