Gitiles
Code Review
Sign In
review.evervolv.com
/
android_kernel_htc_msm8960
/
60f8a8d4c6c46bb080e8e65d30be31b172a39a78
/
kernel
/
trace
0a135ba
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu
by Linus Torvalds
· 16 years ago
b1bf936
Merge branch 'for-2.6.34' of git://git.kernel.dk/linux-2.6-block
by Linus Torvalds
· 16 years ago
9a8c28c
blktrace: perform cleanup after setup error
by Dmitry Monakhov
· 16 years ago
6556a67
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 16 years ago
4809174
Merge branch 'tip/tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into tracing/core
by Ingo Molnar
· 16 years ago
6fb8302
Merge branch 'tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing into tracing/core
by Ingo Molnar
· 16 years ago
f1c7f51
ftrace: Add function names to dangling } in function graph tracer
by Steven Rostedt
· 16 years ago
281b371
Merge branch 'tip/tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into tracing/core
by Ingo Molnar
· 16 years ago
64b9fb5
Merge commit 'v2.6.33' into tracing/core
by Ingo Molnar
· 16 years ago
7b60997
tracing: Simplify memory recycle of trace_define_field
by Wenji Huang
· 16 years ago
c85f3a9
tracing: Remove unnecessary variable in print_graph_return
by Wenji Huang
· 16 years ago
a5efd92
tracing: Fix typo of info text in trace_kprobe.c
by Wenji Huang
· 16 years ago
6574658
tracing: Fix typo in prof_sysexit_enable()
by Wenji Huang
· 16 years ago
1ab83a8
tracing: Remove CONFIG_TRACE_POWER from kernel config
by Li Zefan
· 16 years ago
86c38a3
tracing: Fix ftrace_event_call alignment for use with gcc 4.5
by Jeff Mahoney
· 16 years ago
f850c30
tracing/kprobes: Make Kconfig dependencies generic
by Heiko Carstens
· 16 years ago
e7b8e67
tracing: Unify arch_syscall_addr() implementations
by Mike Frysinger
· 16 years ago
a9bb18f
tracing/kprobes: Fix probe parsing
by Heiko Carstens
· 16 years ago
c7c6b1f
ftrace: Allow to remove a single function from function graph filter
by Li Zefan
· 16 years ago
ede55c9
tracing: Add correct/incorrect to sort keys for branch annotation output
by Steven Rostedt
· 16 years ago
f24bb99
ftrace: Remove record freezing
by Masami Hiramatsu
· 16 years ago
2cfa197
ftrace/alternatives: Introducing *_text_reserved functions
by Masami Hiramatsu
· 16 years ago
4f48f8b
tracing: Fix circular dead lock in stack trace
by Lai Jiangshan
· 16 years ago
ab38612
Merge branch 'master' into percpu
by Tejun Heo
· 16 years ago
ae7f671
Merge branch 'perf/urgent' into perf/core
by Ingo Molnar
· 16 years ago
1e12a4a
tracing/kprobe: Cleanup unused return value of tracing functions
by Xiao Guangrong
· 16 years ago
430ad5a
perf: Factorize trace events raw sample buffer operations
by Xiao Guangrong
· 16 years ago
ea2c68a
tracing: Simplify test for function_graph tracing start point
by Lai Jiangshan
· 16 years ago
0368897
tracing/documentation: Cover new frame pointer semantics
by Mike Frysinger
· 16 years ago
3c05d74
ring-buffer: Check for end of page in iterator
by Steven Rostedt
· 16 years ago
492a74f
ring-buffer: Check if ring buffer iterator has stale data
by Steven Rostedt
· 16 years ago
74bf407
tracing: Prevent kernel oops with corrupted buffer
by Steven Rostedt
· 16 years ago
231e36f
tracing/kprobe: Update kprobe tracing self test for new syntax
by Masami Hiramatsu
· 16 years ago
24a5365
tracing: Drop the tr check from the graph tracing path
by Frederic Weisbecker
· 16 years ago
d1303dd
tracing/filters: Add comment for match callbacks
by Li Zefan
· 16 years ago
16da27a
tracing/filters: Fix MATCH_FULL filter matching for PTR_STRING
by Li Zefan
· 16 years ago
b2af211
tracing/filters: Fix MATCH_MIDDLE_ONLY filter matching
by Li Zefan
· 16 years ago
a3291c1
tracing/filters: Fix MATCH_END_ONLY filter matching
by Li Zefan
· 16 years ago
285caad
tracing/filters: Fix MATCH_FRONT_ONLY filter matching
by Li Zefan
· 16 years ago
751e998
ftrace: Fix MATCH_END_ONLY function filter
by Li Zefan
· 16 years ago
1464010
tracing/kprobe: Drop function argument access syntax
by Masami Hiramatsu
· 16 years ago
61405fe
Merge branch 'perf/urgent' into perf/core
by Ingo Molnar
· 16 years ago
0e1ff5d
ring-buffer: Add rb_list_head() wrapper around new reader page next field
by Steven Rostedt
· 16 years ago
5ded3dc
ring-buffer: Wrap a list.next reference with rb_list_head()
by David Sharp
· 16 years ago
d931369
tracing: Add stack dump to trace_printk if stacktrace option is set
by Steven Rostedt
· 16 years ago
7e53bd4
tracing: Consolidate protection of reader access to the ring buffer
by Lai Jiangshan
· 16 years ago
0fa0eda
tracing: Remove show_format and related macros from TRACE_EVENT
by Lai Jiangshan
· 16 years ago
5a65e95
tracing: Use defined fields and print_fmt to print formats
by Lai Jiangshan
· 16 years ago
c7ef3a9
tracing: Have syscall tracing call its own init function
by Steven Rostedt
· 16 years ago
a342a028
tracing/kprobes: Init print_fmt for kprobe events
by Lai Jiangshan
· 16 years ago
50307a4
tracing/syscalls: Init print_fmt for syscall events
by Lai Jiangshan
· 16 years ago
509e760
tracing: Add print_fmt field
by Lai Jiangshan
· 16 years ago
809826a
tracing: Have __dynamic_array() define a field
by Lai Jiangshan
· 16 years ago
7961576
local_t: Move local.h include to ringbuffer.c and ring_buffer_benchmark.c
by Christoph Lameter
· 16 years ago
32032df
Merge branch 'master' into percpu
by Tejun Heo
· 16 years ago
b21c070
Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 16 years ago
fb7ae98
tracing: Fix sign fields in ftrace_define_fields_##call()
by Lai Jiangshan
· 16 years ago
79b4082
tracing/kprobe: Show sign of fields in trace_kprobe format files
by Lai Jiangshan
· 16 years ago
53ab668
ksym_tracer: Remove trace_stat
by Li Zefan
· 16 years ago
e6d9491
ksym_tracer: Fix race when incrementing count
by Li Zefan
· 16 years ago
3d13ec2
ksym_tracer: Fix to allow writing newline to ksym_trace_filter
by Li Zefan
· 16 years ago
88f7a89
ksym_tracer: Fix to make the tracer work
by Li Zefan
· 16 years ago
4089236
tracing: Kconfig spelling fixes and cleanups
by Randy Dunlap
· 16 years ago
07b139c
perf events: Remove CONFIG_EVENT_PROFILE
by Li Zefan
· 16 years ago
c757bea
tracing: Fix setting tracer specific options
by Steven Rostedt
· 16 years ago
eca9dfc
Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 16 years ago
5a865c0
Merge branch 'for-33' of git://repo.or.cz/linux-kbuild
by Linus Torvalds
· 16 years ago
61c1917
perf events, x86/stacktrace: Make stack walking optional
by Frederic Weisbecker
· 16 years ago
6f3cf44
kprobe-tracer: Check new event/group name
by Masami Hiramatsu
· 16 years ago
da184a8
Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 16 years ago
28dfef8
const: constify remaining pipe_buf_operations
by Alexey Dobriyan
· 16 years ago
e36c545
tracing: Fix return of trace_dump_stack()
by Steven Rostedt
· 16 years ago
0199c4e
locking: Convert __raw_spin* functions to arch_spin*
by Thomas Gleixner
· 16 years ago
edc35bd
locking: Rename __RAW_SPIN_LOCK_UNLOCKED to __ARCH_SPIN_LOCK_UNLOCKED
by Thomas Gleixner
· 16 years ago
445c895
locking: Convert raw_spinlock to arch_spinlock
by Thomas Gleixner
· 16 years ago
d031655
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu
by Linus Torvalds
· 16 years ago
0087aab
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
· 16 years ago
cc0104e
Merge branch 'linus' into tracing/urgent
by Ingo Molnar
· 16 years ago
16620e0
ksym_tracer: Fix bad cast
by Li Zefan
· 16 years ago
472bbe0
tracing/power: Remove two exports
by Li Zefan
· 16 years ago
e00bf2e
tracing: Change event->profile_count to be int type
by Li Zefan
· 16 years ago
8d18eaa
tracing: Simplify trace_option_write()
by Li Zefan
· 16 years ago
2cbafd6
tracing: Remove useless trace option
by Li Zefan
· 16 years ago
13f16d2
tracing: Use seq file for trace_clock
by Li Zefan
· 16 years ago
fdb372e
tracing: Use seq file for trace_options
by Li Zefan
· 16 years ago
91baf62
function-graph: Allow writing the same val to set_graph_function
by Li Zefan
· 16 years ago
313254a
ftrace: Call trace_parser_clear() properly
by Li Zefan
· 16 years ago
311d16d
ftrace: Return EINVAL when writing invalid val to set_ftrace_filter
by Li Zefan
· 16 years ago
3b8e427
tracing: Move a printk out of ftrace_raw_reg_event_foo()
by Li Zefan
· 16 years ago
614a71a
tracing: Pull up calls to trace_define_common_fields()
by Li Zefan
· 16 years ago
87d9b4e
tracing: Extract duplicate ftrace_raw_init_event_foo()
by Li Zefan
· 16 years ago
273b281
kbuild: move utsrelease.h to include/generated
by Sam Ravnborg
· 16 years ago
df7147b
Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 16 years ago
6f696eb
Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 16 years ago
cc51a0fc
tracing: Add stack trace to irqsoff tracer
by Steven Rostedt
· 16 years ago
0388938
tracing: Add trace_dump_stack()
by Steven Rostedt
· 16 years ago
dd7f594
ring-buffer: Move resize integrity check under reader lock
by Steven Rostedt
· 16 years ago
1842101
ring-buffer: Use sync sched protection on ring buffer resizing
by Steven Rostedt
· 16 years ago
d954fbf
tracing: Fix wrong usage of strstrip in trace_ksyms
by Thomas Gleixner
· 16 years ago
f294248
tracing: Remove comparing of NULL to va_list in trace_array_vprintk()
by Carsten Emde
· 16 years ago
Next »