Gitiles
Code Review
Sign In
review.evervolv.com
/
android_kernel_htc_msm8960
/
da4d03020c2af32f73e8bfbab0a66620d85bb9bb
/
kernel
/
trace
da4d030
tracing: new format for specialized trace points
by Steven Rostedt
· 17 years ago
9cc26a2
tracing: use generic __stringify
by Steven Rostedt
· 17 years ago
2939b04
tracing: replace TP<var> with TP_<var>
by Steven Rostedt
· 17 years ago
156b5f1
tracing: typecast sizeof and offsetof to unsigned int
by Steven Rostedt
· 17 years ago
9de3682
tracing: trace_bprintk() cleanups
by Ingo Molnar
· 17 years ago
769b044
tracing/core: drop the old trace_printk() implementation in favour of trace_bprintk()
by Frederic Weisbecker
· 17 years ago
1ba28e0
tracing: add trace_bprintk()
by Lai Jiangshan
· 17 years ago
1427cdf
tracing: infrastructure for supporting binary record
by Lai Jiangshan
· 17 years ago
10dd3eb
tracing: fix deadlock when setting set_ftrace_pid
by KOSAKI Motohiro
· 17 years ago
422d3c7
tracing: current tip/master can't enable ftrace
by KOSAKI Motohiro
· 17 years ago
bc722f5
Merge branch 'tip/tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into tracing/ftrace
by Ingo Molnar
· 17 years ago
1609743
Merge branches 'tracing/ftrace' and 'tracing/function-graph-tracer' into tracing/core
by Ingo Molnar
· 17 years ago
770cb24
tracing: add format files for ftrace default entries
by Steven Rostedt
· 17 years ago
33b0c22
tracing: move print of event format to separate file
by Steven Rostedt
· 17 years ago
5e2336a0
tracing: make all file_operations const
by Steven Rostedt
· 17 years ago
40ada30
tracing: clean up menu
by Ingo Molnar
· 17 years ago
0012693
tracing/function-graph-tracer: use the more lightweight local clock
by Frederic Weisbecker
· 17 years ago
5e1607a
tracing: rename ftrace_printk() => trace_printk()
by Ingo Molnar
· 17 years ago
e9d25fe
tracing: have latency tracers set the latency format
by Steven Rostedt
· 17 years ago
27d48be
tracing: consolidate print_lat_fmt and print_trace_fmt
by Steven Rostedt
· 17 years ago
5fd73f8
tracing: remove extra latency_trace method from trace structure
by Steven Rostedt
· 17 years ago
c032ef64
tracing: add latency output format option
by Steven Rostedt
· 17 years ago
e74da52
tracing: fix seq read from trace files
by Steven Rostedt
· 17 years ago
2dc5d12
tracing: do not return EFAULT if read copied anything
by Steven Rostedt
· 17 years ago
4f3640f
ring-buffer: fix timestamp in partial ring_buffer_page_read
by Steven Rostedt
· 17 years ago
e543ad7
tracing: add cpu_file intialization for ftrace_dump
by Steven Rostedt
· 17 years ago
efed792
tracing: add lockdep tracepoints for lock acquire/release
by Peter Zijlstra
· 17 years ago
2cadf91
tracing: add binary buffer files for use with splice
by Steven Rostedt
· 18 years ago
474d32b
ring-buffer: make ring_buffer_read_page read from start on partial page
by Steven Rostedt
· 17 years ago
e3d6bf0
ring-buffer: replace sizeof of event header with offsetof
by Steven Rostedt
· 17 years ago
ef7a4a1
ring-buffer: fix ring_buffer_read_page
by Steven Rostedt
· 17 years ago
41be4da
ring-buffer: reset write field for ring_buffer_read_page
by Steven Rostedt
· 17 years ago
633ddaa
tracing: fix return value to registering events
by Steven Rostedt
· 17 years ago
96ccd21
tracing: add print format to event trace format files
by Steven Rostedt
· 17 years ago
c5e4e19
tracing: add trace name and id to event formats
by Steven Rostedt
· 17 years ago
91729ef
tracing: add ftrace headers to event format files
by Steven Rostedt
· 17 years ago
981d081
tracing: add format file to describe event struct fields
by Steven Rostedt
· 17 years ago
f952075
tracing: make trace_seq_reset global and rename to trace_seq_init
by Steven Rostedt
· 17 years ago
11a241a
tracing: add protection around modify trace event fields
by Steven Rostedt
· 17 years ago
d20e3b0
tracing: add TRACE_FIELD_SPECIAL to record complex entries
by Steven Rostedt
· 17 years ago
fd99498
tracing: add raw fast tracing interface for trace events
by Steven Rostedt
· 17 years ago
c32e827
tracing: add raw trace point recording infrastructure
by Steven Rostedt
· 17 years ago
ef5580d
tracing: add interface to write into current tracer buffer
by Steven Rostedt
· 17 years ago
b628b3e
tracing: make the set_event and available_events subsystem aware
by Steven Rostedt
· 17 years ago
6ecc2d1
tracing: add subsystem level to trace events
by Steven Rostedt
· 17 years ago
eb594e4
tracing: move trace point formats to files in include/trace directory
by Steven Rostedt
· 17 years ago
0cfe824
tracing: replace kzalloc with kcalloc
by Steven Rostedt
· 17 years ago
5c6a3ae
tracing: use newline separator for trace options list
by Steven Rostedt
· 17 years ago
85a2f9b
tracing: use pointer error returns for __tracing_open
by Steven Rostedt
· 17 years ago
d8e83d2
tracing: add protection around open use of current_tracer
by Steven Rostedt
· 17 years ago
577b785
tracing: add tracer dependent options to options directory
by Steven Rostedt
· 17 years ago
a825907
tracing: add options directory and core option files
by Steven Rostedt
· 17 years ago
14131f2
tracing: implement trace_clock_*() APIs
by Ingo Molnar
· 17 years ago
af39241
tracing, genirq: add irq enter and exit trace events
by Jason Baron
· 17 years ago
8656e7a
tracing/core: make the per cpu trace files in per cpu directories
by Frederic Weisbecker
· 17 years ago
f4abfb8
Merge branch 'tip/tracing/ftrace' of ssh://master.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into tracing/ftrace
by Ingo Molnar
· 17 years ago
e36b1e1
Merge branches 'tracing/ftrace', 'tracing/hw-branch-tracing' and 'linus' into tracing/core
by Ingo Molnar
· 17 years ago
eef62a6
tracing: rename DEFINE_TRACE_FMT to just TRACE_FORMAT
by Steven Rostedt
· 17 years ago
d7350c3
tracing/core: make the read callbacks reentrants
by Frederic Weisbecker
· 17 years ago
b04cc6b
tracing/core: introduce per cpu tracing files
by Frederic Weisbecker
· 17 years ago
2b1b858
Merge branch 'tip/tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into tracing/ftrace
by Ingo Molnar
· 17 years ago
886b5b7
tracing: remove /debug/tracing/latency_trace
by Ingo Molnar
· 17 years ago
2d542cf
tracing/hw-branch-tracing: convert bts-tracer mutex to a spinlock
by Ingo Molnar
· 17 years ago
1473e44
tracing: make event directory structure
by Steven Rostedt
· 17 years ago
f3fe8e4
tracing: add schedule events to event trace
by Steven Rostedt
· 17 years ago
b77e38a
tracing: add event trace infrastructure
by Steven Rostedt
· 17 years ago
5e01cb6
x86, ftrace: fix section mismatch in hw-branch-tracer
by Markus Metzger
· 17 years ago
c478f87
Merge branch 'tip/x86/ftrace' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into tracing/ftrace
by Ingo Molnar
· 17 years ago
4377245
ftrace: break out modify loop immediately on detection of error
by Steven Rostedt
· 17 years ago
000ab69
ftrace: allow archs to preform pre and post process for code modification
by Steven Rostedt
· 17 years ago
f9349a8
tracing/function-graph-tracer: make set_graph_function file support ftrace regex
by Frederic Weisbecker
· 17 years ago
00a8bf8
tracing/function-graph-tracer: fix merge
by Ingo Molnar
· 17 years ago
d1f9cbd
tracing/function-graph-tracer: fix traces weirdness while absolute time printing
by Frederic Weisbecker
· 17 years ago
4cd0332
Merge branch 'mainline/function-graph' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into tracing/function-graph-tracer
by Ingo Molnar
· 17 years ago
4099909
Merge branches 'tracing/blktrace', 'tracing/ftrace' and 'tracing/urgent' into tracing/core
by Ingo Molnar
· 17 years ago
72c26c9
Merge branch 'linus' into tracing/blktrace
by Ingo Molnar
· 17 years ago
4b3e3d2
tracing: limit the number of loops the ring buffer self test can make
by Steven Rostedt
· 17 years ago
4d7a077
tracing: have function trace select kallsyms
by Steven Rostedt
· 17 years ago
0c5119c
tracing: disable tracing while testing ring buffer
by Steven Rostedt
· 17 years ago
712406a
tracing/function-graph-tracer: make arch generic push pop functions
by Steven Rostedt
· 17 years ago
fa7c7f6
tracing/core: remove unused parameter in tracing_fill_pipe_page()
by Frederic Weisbecker
· 17 years ago
6eaaa5d
tracing/core: use appropriate waiting on trace_pipe
by Frederic Weisbecker
· 17 years ago
ac07bca
Merge branch 'tip/tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into tracing/ftrace
by Ingo Molnar
· 17 years ago
37bd824
Merge branches 'tracing/ftrace' and 'tracing/urgent' into tracing/core
by Ingo Molnar
· 17 years ago
5b058bc
tracing/function-graph-tracer: trace the idle tasks
by Frederic Weisbecker
· 17 years ago
35ebf1c
ftrace: show unlimited when traceon or traceoff has no counter
by Steven Rostedt
· 17 years ago
73d8b8b
tracing: fix typing mistake in hint message and comments
by Wenji Huang
· 17 years ago
d2ef7c2
tracing: fix the return value of trace selftest
by Wenji Huang
· 17 years ago
af51309
tracing: use the more proper parameter
by Wenji Huang
· 17 years ago
b6887d7
ftrace: rename _hook to _probe
by Steven Rostedt
· 17 years ago
6a24a24
ftrace: clean up coding style
by Steven Rostedt
· 17 years ago
73d3fd9
ftrace: fix !CONFIG_DYNAMIC_FTRACE ftrace_swapper_pid definition
by Ingo Molnar
· 17 years ago
f492d3f8
Merge branch 'tip/tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into tracing/ftrace
by Ingo Molnar
· 17 years ago
c4e2b43
Merge branches 'tracing/hw-branch-tracing' and 'tracing/power-tracer' into tracing/core
by Ingo Molnar
· 17 years ago
e110e3d
ftrace: add pretty print function for traceon and traceoff hooks
by Steven Rostedt
· 17 years ago
809dcf2
ftrace: add pretty print to selected fuction traces
by Steven Rostedt
· 17 years ago
8fc0c70
ftrace: show selected functions in set_ftrace_filter
by Steven Rostedt
· 17 years ago
23b4ff3
ftrace: add traceon traceoff commands to enable/disable the buffers
by Steven Rostedt
· 17 years ago
988ae9d
ring-buffer: add tracing_is_on to test if ring buffer is enabled
by Steven Rostedt
· 17 years ago
59df055f
ftrace: trace different functions with a different tracer
by Steven Rostedt
· 17 years ago
Next »