Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
8b2a5dac7859dd1954095fce8b6445c3ceb36ef6
/
kernel
/
trace
8b2a5da
tracing: do not disable interrupts for trace_clock_local
by Steven Rostedt
· 15 years ago
a6f0eb6
ring-buffer: Add multiple iterations between benchmark timestamps
by Steven Rostedt
· 15 years ago
5e9b397
tracing: Fix to use __always_unused attribute
by Li Zefan
· 15 years ago
9de09ac
Merge branch 'tracing/urgent' into tracing/core
by Ingo Molnar
· 15 years ago
6d3f1e1
tracing: Remove cpu arg from the rb_time_stamp() function
by Jiri Olsa
· 15 years ago
67b394f
tracing: Fix comment typo and documentation example
by Jiri Olsa
· 15 years ago
3e69533
tracing: Fix trace_seq_printf() return value
by Jiri Olsa
· 15 years ago
cf8517c
tracing: Update *ppos instead of filp->f_pos
by Jiri Olsa
· 15 years ago
e345fe1
Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 15 years ago
1beee96
ftrace: Rename set_bootup_ftrace into set_cmdline_ftrace
by Frederic Weisbecker
· 15 years ago
06f43d6
ftrace: Copy ftrace_graph_filter boot param using strlcpy
by Frederic Weisbecker
· 15 years ago
c44fc77
tracing: Move syscalls metadata handling from arch to core
by Frederic Weisbecker
· 15 years ago
5cb084b
tracing: Enable records during the module load
by Jiri Olsa
· 15 years ago
756d17e
tracing: Support multiple pids in set_pid_ftrace file
by jolsa@redhat.com
· 15 years ago
1bac049
Merge branch 'tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing into tracing/core
by Ingo Molnar
· 15 years ago
bf7c5b4
tracing: Remove unused ftrace_trace_addr helper
by Frederic Weisbecker
· 15 years ago
aef6f81
tracing: Rename set_ftrace to set_bootup_ftrace
by Frederic Weisbecker
· 15 years ago
2c96c14
Merge branch 'tracing/urgent' into tracing/core
by Ingo Molnar
· 15 years ago
8ad8073
tracing/filters: Fix memory leak when setting a filter
by Li Zefan
· 15 years ago
369bc18
ftrace: add kernel command line graph function filtering
by Stefan Assmann
· 15 years ago
a813a15
tracing: fix trace_vprintk call
by Steven Rostedt
· 15 years ago
f17f36bb
Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 15 years ago
b9d40b7
Merge branch 'perf-fixes-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 15 years ago
8f6e8a3
tracing: user local buffer variable for trace branch tracer
by Steven Rostedt
· 15 years ago
c8647b2
tracing: fix warning on kernel/trace/trace_branch.c andtrace_hw_branches.c
by Zhenwen Xu
· 15 years ago
3279ba3
ftrace: check for failure for all conversions
by Steven Rostedt
· 15 years ago
e7247a1
tracing: correct module boundaries for ftrace_release
by jolsa@redhat.com
· 15 years ago
829b876
tracing: fix transposed numbers of lock_depth and preempt_count
by Steven Rostedt
· 15 years ago
b0f56f1
trace: Fix missing assignment in trace_ctxwake_*
by Hiroshi Shimamoto
· 15 years ago
ee949a8
tracing/syscalls: Use long for syscall ret format and field definitions
by Tom Zanussi
· 15 years ago
0f26ec6
Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 15 years ago
75fb409
tracing: Use free_percpu instead of kfree
by Frederic Weisbecker
· 15 years ago
fe8e5b5
tracing: Check total refcount before releasing bufs in profile_enable failure
by Frederic Weisbecker
· 15 years ago
b0da3f0
Add a tracepoint for block request remapping
by Jun'ichi Nomura
· 15 years ago
48c0d4d
Add missing blk_trace_remove_sysfs to be in pair with blk_trace_init_sysfs
by Zdenek Kabelac
· 15 years ago
f9ac5a6
kmemtrace: Fix up tracer registration
by Paul Mundt
· 15 years ago
0aa73ba
Merge branch 'tracing/urgent' into tracing/core
by Ingo Molnar
· 15 years ago
3397409
tracing: Fix infinite recursion in ftrace_update_pid_func()
by Matt Fleming
· 15 years ago
4187e7e
Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 15 years ago
3f6fe06
tracing/filters: Unify the regex parsing helpers
by Frederic Weisbecker
· 15 years ago
1889d20
tracing/filters: Provide basic regex support
by Frederic Weisbecker
· 15 years ago
8d65af7
sysctl: remove "struct file *" argument of ->proc_handler
by Alexey Dobriyan
· 15 years ago
f3f3f00
tracing/event: Cleanup the useless dentry variable
by Frederic Weisbecker
· 15 years ago
737f453
tracing/filters: Cleanup useless headers
by Frederic Weisbecker
· 15 years ago
79f5599
cpumask: use zalloc_cpumask_var() where possible
by Li Zefan
· 16 years ago
88e9d34
seq_file: constify seq_operations
by James Morris
· 15 years ago
342ff1a
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 15 years ago
79fe249
tracing: Fix failure path in ftrace_regex_open()
by Li Zefan
· 15 years ago
1eb90f1
tracing: Fix failure path in ftrace_graph_write()
by Li Zefan
· 15 years ago
4ba7978
tracing: Check the return value of trace_get_user()
by Li Zefan
· 15 years ago
3c235a3
tracing: Fix off-by-one in trace_get_user()
by Li Zefan
· 15 years ago
43c1266
Merge branch 'perfcounters-rename-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 15 years ago
8e4bc3d
Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 15 years ago
bd4c3a3
Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 15 years ago
a419aef
trivial: remove unnecessary semicolons
by Joe Perches
· 15 years ago
2944fcb
trivial: Fix duplicated word "options" in comment
by Uwe Kleine-Koenig
· 15 years ago
cdd6c48
perf: Do the big rename: Performance Counters -> Performance Events
by Ingo Molnar
· 15 years ago
ebc79c4
Merge git://git.kernel.org/pub/scm/linux/kernel/git/jaswinder/linux-2.6
by Linus Torvalds
· 15 years ago
89f19f0
sched: Fix raciness in runqueue_is_locked()
by Andrew Morton
· 15 years ago
05bafda
tracing: Export trace_profile_buf symbols
by Peter Zijlstra
· 15 years ago
a0f320f
includecheck fix: kernel/trace, ring_buffer.c
by Jaswinder Singh Rajput
· 15 years ago
2df2881
Merge branch 'tip/tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into tracing/urgent
by Ingo Molnar
· 15 years ago
30bd39c
tracing/events: use list_for_entry_continue
by Li Zefan
· 15 years ago
ee6c2c1
tracing: remove max_tracer_type_len
by Li Zefan
· 15 years ago
a4ec5e0
function-graph: use ftrace_graph_funcs directly
by Li Zefan
· 15 years ago
be4bdbf
Merge branch 'tracing/core-v3' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing into tracing/urgent
by Ingo Molnar
· 15 years ago
6161352
tracing, perf: Convert the power tracer into an event tracer
by Arjan van de Ven
· 15 years ago
fc53776
tracing: Remove markers
by Christoph Hellwig
· 15 years ago
20ab4425
tracing: Allocate the ftrace event profile buffer dynamically
by Frederic Weisbecker
· 15 years ago
e5e25cf
tracing: Factorize the events profile accounting
by Frederic Weisbecker
· 15 years ago
b375a11
tracing: switch function prints from %pf to %ps
by Steven Rostedt
· 15 years ago
45bd00d
Merge branch 'linus' into tracing/core
by Ingo Molnar
· 15 years ago
b36461d
tracing: Fix minor bugs for __unregister_ftrace_function_probe
by Atsushi Tsuji
· 15 years ago
ada3fa1
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu
by Linus Torvalds
· 15 years ago
6ca6cca
tracing: optimize global_trace_clock cachelines
by Steven Rostedt
· 15 years ago
555f386
ftrace: document function and function graph implementation
by Mike Frysinger
· 15 years ago
1f5a6b4
tracing: make testing syscall events a separate configuration
by Steven Rostedt
· 15 years ago
20a58a7
tracing: remove some unused macros
by Li Zefan
· 15 years ago
05ffa2d
ftrace: add compile-time check on F_printk()
by Li Zefan
· 15 years ago
c16de8f
tracing: fix F_printk() typos
by Li Zefan
· 15 years ago
ec827c7
tracing: add static to generated TRACE_EVENT functions
by Steven Rostedt
· 15 years ago
08a4081
ring-buffer: typecast cmpxchg to fix PowerPC warning
by Steven Rostedt
· 15 years ago
60ba770
tracing: add filter event logic to special, mmiotrace and boot tracers
by Steven Rostedt
· 15 years ago
51df5fc
tracing: remove trace_event_types.h
by Steven Rostedt
· 15 years ago
4e5292e
tracing: use the new trace_entries.h to create format files
by Steven Rostedt
· 15 years ago
d731509
tracing: show details of structures within the ftrace structures
by Steven Rostedt
· 15 years ago
0a1c49d
tracing: use macros to create internal ftrace entry ring buffer structures
by Steven Rostedt
· 15 years ago
558e654
tracing/profile: fix profile_disable vs module_unload
by Li Zefan
· 15 years ago
b5130b1
tracing: do not update tracing_max_latency when tracer is stopped
by Carsten Emde
· 15 years ago
41dfba4
tracing: remove unused local variables in tracer probe functions
by Carsten Emde
· 15 years ago
689fd8b
tracing: trace parser support for function and graph
by jolsa@redhat.com
· 15 years ago
4896636
tracing: trace parser support for set_event
by jolsa@redhat.com
· 15 years ago
b63f39e
tracing: create generic trace parser
by jolsa@redhat.com
· 15 years ago
f81c972
tracing: consolidate code between trace_output.c and trace_function_graph.c
by Steven Rostedt
· 15 years ago
637e7e8
tracing: add lock depth to entries
by Steven Rostedt
· 15 years ago
48659d3
tracing: move tgid out of generic entry and into userstack
by Steven Rostedt
· 15 years ago
49ff590
tracing: add latency format to function_graph tracer
by Steven Rostedt
· 15 years ago
197e2ea
tracing: move PRED macros to trace_events_filter.c
by Li Zefan
· 15 years ago
a5921c6c
tracing: remove stats from struct tracer
by Li Zefan
· 15 years ago
bd9cfca
tracing: format clean ups
by Li Zefan
· 15 years ago
Next »