Gitiles
Code Review
Sign In
review.evervolv.com
/
android_kernel_htc_msm8960
/
60df75c169c5d42f4eef03d80e65c3fe223a1620
/
kernel
/
trace
/
trace.c
f413cdb
perf_counter: Fix/complete ftrace event records sampling
by Frederic Weisbecker
· 16 years ago
e16852c
Merge branch 'tracing/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing into tracing/urgent
by Ingo Molnar
· 16 years ago
74e7ff8
tracing: Fix missing function_graph events when we splice_read from trace_pipe
by Lai Jiangshan
· 16 years ago
8650ae3
tracing: only truncate ftrace files when O_TRUNC is set
by Steven Rostedt
· 16 years ago
405f557
headers: smp_lock.h redux
by Alexey Dobriyan
· 17 years ago
9d612be
tracing: Fix trace_buf_size boot option
by Li Zefan
· 17 years ago
f129e96
tracing: Reset iterator in t_start()
by Li Zefan
· 17 years ago
b0b7065
Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 17 years ago
156f5a7
debugfs: Fix terminology inconsistency of dir name to mount debugfs filesystem.
by GeunSik Lim
· 17 years ago
e4f2d10
tracing: replace a GFP_ATOMIC with GFP_KERNEL allocation
by Li Zefan
· 17 years ago
215368e
tracing: fix a typo in tracing_cpumask_write()
by Li Zefan
· 17 years ago
8623661
Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 17 years ago
112f38a7
tracing: make trace pipe recognize latency format flag
by Steven Rostedt
· 17 years ago
5b6045a
trace: disable preemption before taking raw spinlocks
by Heiko Carstens
· 17 years ago
4f53596
tracing: add trace_event_read_lock()
by Lai Jiangshan
· 17 years ago
88fc86c
tracing: Append prompt in /debug/tracing/README file
by GeunSik Lim
· 17 years ago
9456f0f
tracing: reset ring buffer when removing modules with events
by Steven Rostedt
· 17 years ago
94487d6
tracing: use proper export symbol for tracing api
by Steven Rostedt
· 17 years ago
c8d7718
tracing: export stats of ring buffers to userspace
by Steven Rostedt
· 17 years ago
7267fa6
tracing: fix ref count in splice pages
by Steven Rostedt
· 17 years ago
f2957f1
tracing: have splice only copy full pages
by Steven Rostedt
· 17 years ago
93459c6
tracing: only add splice page if entries exist
by Steven Rostedt
· 17 years ago
5beae6e
tracing: fix ref count in splice pages
by Steven Rostedt
· 17 years ago
cd891ae
tracing: convert ftrace_dump spinlocks to raw
by Steven Rostedt
· 17 years ago
7a4f453
tracing/events: make struct trace_entry->type to be int type
by Li Zefan
· 17 years ago
3189cdb
tracing: protect trace_printk from recursion
by Steven Rostedt
· 17 years ago
12acd47
tracing: add EXPORT_SYMBOL_GPL for trace commits
by Steven Rostedt
· 17 years ago
339ae5d
tracing: fix file mode of trace and README
by Li Zefan
· 17 years ago
69abe6a
tracing: add saved_cmdlines file to show cached task comms
by Avadh Patel
· 17 years ago
17c873e
tracing/events: add export symbols for trace events in modules
by Steven Rostedt
· 17 years ago
eb02ce0
tracing/filters: use ring_buffer_discard_commit() in filter_check_discard()
by Tom Zanussi
· 17 years ago
77d9f46
tracing/filters: use ring_buffer_discard_commit for discarded events
by Steven Rostedt
· 17 years ago
e45f2e2
tracing/filters: add TRACE_EVENT_FORMAT_NOFILTER event macro
by Tom Zanussi
· 17 years ago
e1112b4
tracing/filters: add run-time field descriptions to TRACE_EVENT_FORMAT events
by Tom Zanussi
· 17 years ago
1cad125
Merge branch 'tracing/urgent' into tracing/core
by Ingo Molnar
· 17 years ago
93cfb3c
tracing: fix splice return too large
by Lai Jiangshan
· 17 years ago
c7625a5
tracing: update file->f_pos when splice(2) it
by Lai Jiangshan
· 17 years ago
ddd538f
tracing: allocate page when needed
by Lai Jiangshan
· 17 years ago
d1e7e02
tracing: disable seeking for trace_pipe_raw
by Lai Jiangshan
· 17 years ago
5452af6
tracing/ftrace: factorize the tracing files creation
by Frederic Weisbecker
· 17 years ago
86665c7
Merge branch 'tracing/urgent' into tracing/ftrace
by Ingo Molnar
· 17 years ago
bc2b687
Update /debug/tracing/README
by Nikanth Karthikesan
· 17 years ago
b0dfa97
tracing/ftrace: alloc the started cpumask for the trace file
by Frederic Weisbecker
· 17 years ago
5f0c6c0
tracing/ftrace: fix missing include string.h
by Frederic Weisbecker
· 17 years ago
cf8e347
tracing: fix incorrect return type of ns2usecs()
by Lai Jiangshan
· 17 years ago
93776a8
Merge branch 'linus' into tracing/core
by Ingo Molnar
· 17 years ago
8b54e45
Merge branches 'tracing/docs', 'tracing/filters', 'tracing/ftrace', 'tracing/kprobes', 'tracing/blktrace-v2' and 'tracing/textedit' into tracing/core-v2
by Ingo Molnar
· 17 years ago
a2a16d6
function-graph: add option to calculate graph time or not
by Steven Rostedt
· 17 years ago
0706f1c
tracing: adding function timings to function profiler
by Steven Rostedt
· 17 years ago
be6f164
function-graph: add option for include sleep times
by Steven Rostedt
· 17 years ago
1618536
tracing/function-graph-tracer: fix functions call traces imbalance
by Frederic Weisbecker
· 17 years ago
3e1f60b
tracing/ftrace: check if debugfs is registered before creating files
by Frederic Weisbecker
· 17 years ago
07edf71
tracing/events: don't use wake up for events
by Frederic Weisbecker
· 17 years ago
b8b9426
tracing: fix four sparse warnings
by Dmitri Vorobiev
· 17 years ago
cf586b6
tracing/function-graph-tracer: prevent hangs during self-tests
by Frederic Weisbecker
· 17 years ago
44fc6ee
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
22de89b
Merge branches 'tracing/ftrace', 'tracing/kprobes', 'tracing/tasks' and 'linus' into tracing/core
by Ingo Molnar
· 17 years ago
40ce74f
tracing: remove recording function depth from trace_printk
by Steven Rostedt
· 17 years ago
5ef841f
tracing: make print_(b)printk_msg_only global
by Steven Rostedt
· 17 years ago
4acd4d0
tracing: give easy way to clear trace buffer
by Steven Rostedt
· 17 years ago
a635cf0
tracing: fix command line to pid reverse map
by Carsten Emde
· 17 years ago
50d8875
tracing: fix trace_find_cmdline()
by Thomas Gleixner
· 17 years ago
2c7eea4
tracing: replace the crude (unsigned) -1 hackery
by Thomas Gleixner
· 17 years ago
18aecd3
tracing: stop command line recording when tracing is disabled
by Thomas Gleixner
· 17 years ago
327019b
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
af4617b
tracing: add global-clock option to provide cross CPU clock to traces
by Steven Rostedt
· 17 years ago
37886f6
ring-buffer: add api to allow a tracer to change clock source
by Steven Rostedt
· 17 years ago
4176935
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
6adaad1
tracing: stop comm recording on tracing off
by Steven Rostedt
· 17 years ago
4ca5308
tracing: protect reader of cmdline output
by Steven Rostedt
· 17 years ago
2fc1dfb
tracing/core: fix early free of cpumasks
by Frederic Weisbecker
· 17 years ago
59f586d
tracing/core: fix missing mutex unlock on tracing_set_tracer()
by Frederic Weisbecker
· 17 years ago
7f96f93
tracing: move binary buffers into per cpu directory
by Steven Rostedt
· 17 years ago
48ead02
tracing/core: bring back raw trace_printk for dynamic formats strings
by Frederic Weisbecker
· 17 years ago
db526ca
tracing: show that buffer size is not expanded
by Steven Rostedt
· 17 years ago
1027fcb
tracing: protect ring_buffer_expanded with trace_types_lock
by Steven Rostedt
· 17 years ago
a123c52
tracing: fix comments about trace buffer resizing
by Steven Rostedt
· 17 years ago
51b643b
Merge branch 'tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip into trace/tip/tracing/ftrace-merge
by Steven Rostedt
· 17 years ago
554f786
ring-buffer: only allocate buffers for online cpus
by Steven Rostedt
· 17 years ago
9aba60f
tracing: fix trace_wait to know to wait on all cpus or just one
by Steven Rostedt
· 17 years ago
1852fcc
tracing: expand the ring buffers when an event is activated
by Steven Rostedt
· 17 years ago
73c5162
tracing: keep ring buffer to minimum size till used
by Steven Rostedt
· 17 years ago
aecfcde
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
e2b8b28
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
80370cb
tracing: use raw spinlocks for trace_vprintk
by Steven Rostedt
· 17 years ago
ef18012
tracing: remove funky whitespace in the trace code
by Steven Rostedt
· 17 years ago
888b55d
ftrace: tracing header should put '#' at the beginning of a line
by KOSAKI Motohiro
· 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
5e2336a0
tracing: make all file_operations const
by Steven Rostedt
· 17 years ago
5e1607a
tracing: rename ftrace_printk() => trace_printk()
by Ingo Molnar
· 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
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
· 17 years ago
Next »