Gitiles
Code Review
Sign In
review.evervolv.com
/
android_kernel_htc_msm8960
/
7e9391cfedce34eb9786bfa69d7d545dc93ef930
/
kernel
/
trace
7e9391c
ring-buffer: fix ring_buffer_read crossing pages
by Steven Rostedt
· 16 years ago
1b959e1
ring-buffer: remove unnecessary cpu_relax
by Steven Rostedt
· 16 years ago
9827799
ring-buffer: do not swap buffers during a commit
by Steven Rostedt
· 16 years ago
41b6a95
ring-buffer: do not reset while in a commit
by Steven Rostedt
· 16 years ago
8e254c1
tracing/filters: Defer pred allocation
by Li Zefan
· 16 years ago
73222ac
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
5d4a9db
tracing: only show tracing_max_latency when latency tracer configured
by Steven Rostedt
· 16 years ago
c0729be
tracing: remove legacy select of MARKERS by context switch tracing
by Steven Rostedt
· 16 years ago
57421db
tracing: Convert event tracing code to use NR_syscalls
by Jason Baron
· 16 years ago
cd0980f
tracing: Check invalid syscall nr while tracing syscalls
by Hendrik Brueckner
· 16 years ago
35dce1a
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
5079f32
ftrace: Move setting of clock-source out of options
by Zhaolei
· 16 years ago
87a342f
tracing/filters: Support filtering for char * strings
by Li Zefan
· 16 years ago
43b51ea
tracing/filters: Add __field_ext() to TRACE_EVENT
by Li Zefan
· 16 years ago
aa38e9f
tracing/filters: Add filter_type to struct ftrace_event_field
by Li Zefan
· 16 years ago
1c569f0
tracing: Create generic syscall TRACE_EVENTs
by Josh Stone
· 16 years ago
6670000
tracing: Rename FTRACE_SYSCALLS for tracepoints
by Josh Stone
· 16 years ago
4539f07
tracing/syscalls: Fix the output of syscalls with no arguments
by Li Zefan
· 16 years ago
540b7b8
tracing/syscalls: Add filtering support
by Li Zefan
· 16 years ago
e647d6b
tracing/events: Add trace_define_common_fields()
by Li Zefan
· 16 years ago
14be96c
tracing/events: Add ftrace_event_call param to define_fields()
by Li Zefan
· 16 years ago
10a5b66
tracing/syscalls: Add fields format for exit events
by Li Zefan
· 16 years ago
e697196
tracing/syscalls: Fix fields format for enter events
by Li Zefan
· 16 years ago
3be04b4
ftrace: Simplify seqfile code
by Li Zefan
· 16 years ago
2fc5f0c
trace_stack: Simplify seqfile code
by Li Zefan
· 16 years ago
97d5320
trace_stat: Fix missing entry in stat file
by Li Zefan
· 16 years ago
ba8b3a4
tracing/syscalls: Fix to print parameter types
by Li Zefan
· 16 years ago
19007a6
tracing: Support for syscall events raw records in perfcounters
by Frederic Weisbecker
· 16 years ago
dc4ddb4
tracing: Add fields format definition for syscall events
by Frederic Weisbecker
· 16 years ago
e8f9f4d
tracing: Add ftrace event call parameter to its field descriptor handler
by Frederic Weisbecker
· 16 years ago
f4b5ffc
tracing: Add perf counter support for syscalls tracing
by Jason Baron
· 16 years ago
64c12e0
tracing: Add individual syscalls tracepoint id support
by Jason Baron
· 16 years ago
fb34a08
tracing: Add trace events for each syscall entry/exit
by Jason Baron
· 16 years ago
69fd4f0
tracing: Add ftrace_event_call void * 'data' field
by Jason Baron
· 16 years ago
f744bd5
tracing: Raw_init() bailout in trace event register fail case
by Jason Baron
· 16 years ago
066e037
tracing: Call arch_init_ftrace_syscalls at boot
by Jason Baron
· 16 years ago
7770841
tracing: Rename set_tracer_flags()'s local variable trace_flags
by Zhaolei
· 16 years ago
89034bc
Merge branch 'linus' into tracing/core
by Ingo Molnar
· 16 years ago
f413cdb
perf_counter: Fix/complete ftrace event records sampling
by Frederic Weisbecker
· 16 years ago
e356033
Merge branch 'linus' into tracing/urgent
by Ingo Molnar
· 16 years ago
fb82ad7
tracing/filters: Don't use pred on alloc failure
by Tom Zanussi
· 16 years ago
26528e7
tracing/filters: Always free pred on filter_add_subsystem_pred() failure
by Tom Zanussi
· 16 years ago
96b2de3
tracing/filters: Don't use pred on alloc failure
by Tom Zanussi
· 16 years ago
bd3f022
ring-buffer: Fix memleak in ring_buffer_free()
by Eric Dumazet
· 16 years ago
469535a
ring-buffer: Fix advance of reader in rb_buffer_peek()
by Robert Richter
· 16 years ago
a2ca5e0
tracing/events: Only define remove_subsystem_dir() if CONFIG_MODULES
by Frederic Weisbecker
· 16 years ago
1a0799a
tracing/function-graph-tracer: Move graph event insertion helpers in the graph tracer file
by Frederic Weisbecker
· 16 years ago
82e04af
tracing: Move sched event insertion helpers in the sched switch tracer file
by Frederic Weisbecker
· 16 years ago
c0a0d0d
tracing/core: Make the stack entry helpers global
by Frederic Weisbecker
· 16 years ago
5e5bf48
tracing/core: Turn ftrace_cpu_disabled into a global var
by Frederic Weisbecker
· 16 years ago
0c9e6f6
tracing: Simplify print_graph_cpu()
by Lai Jiangshan
· 16 years ago
af6af30
ftrace: Fix perf-tracepoint OOPS
by Peter Zijlstra
· 16 years ago
464e85e
ring-buffer: do not disable ring buffer on oops_in_progress
by Steven Rostedt
· 16 years ago
0f2541d
ring-buffer: fix check of try_to_discard result
by Steven Rostedt
· 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
38ceb59
tracing: Fix invalid function_graph entry
by Lai Jiangshan
· 16 years ago
8650ae3
tracing: only truncate ftrace files when O_TRUNC is set
by Steven Rostedt
· 16 years ago
4c739ff
tracing: show proper address for trace-printk format
by Steven Rostedt
· 16 years ago
636eace
tracing/stat: Fix seqfile memory leak
by Li Zefan
· 16 years ago
8782711
function-graph: Fix seqfile memory leak
by Li Zefan
· 16 years ago
d8cc1ab
trace_stack: Fix seqfile memory leak
by Li Zefan
· 16 years ago
1f9963c
tracing/filters: improve subsystem filter
by Li Zefan
· 16 years ago
ff4e9da
tracing: cleanup for tracing_trace_options_read()
by Xiao Guangrong
· 17 years ago
7d536cb
tracing/events: record the size of dynamic arrays
by Li Zefan
· 16 years ago
566b0aa
tracing: Remove unused fields/variables
by jolsa@redhat.com
· 16 years ago
45bceff
Merge branch 'linus' into tracing/core
by Ingo Molnar
· 16 years ago
6f2f3cf
tracing/function: Cleanup for function tracer
by Xiao Guangrong
· 16 years ago
79173bf
tracing/trace_stack: Cleanup for trace_lookup_stack()
by Xiao Guangrong
· 16 years ago
64fbcd1
tracing/function: Simplify __ftrace_replace_code()
by Xiao Guangrong
· 16 years ago
04aef32
tracing/function: Fix the return value of ftrace_trace_onoff_callback()
by Xiao Guangrong
· 16 years ago
da706d8
ring_buffer: Fix warning while ignoring cmpxchg return value
by Lai Jiangshan
· 16 years ago
6ab5d66
tracing/function-profiler: do not free per cpu variable stat
by Steven Rostedt
· 17 years ago
405f557
headers: smp_lock.h redux
by Alexey Dobriyan
· 16 years ago
e202687
Merge branch 'tip/tracing/ring-buffer-3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into tracing/core
by Ingo Molnar
· 16 years ago
a357800
tracing/workqueues: Add refcnt to struct cpu_workqueue_stats
by Lai Jiangshan
· 17 years ago
d8ea37d
tracing/stat: Add stat_release() callback
by Lai Jiangshan
· 17 years ago
80098c2
kmemtrace: Rename some functions
by Li Zefan
· 17 years ago
6a167c6
tracing/kmemtrace: Use the %pf format
by Frederic Weisbecker
· 16 years ago
68baafc
tracing/function-graph-tracer: Use the %pf format
by Frederic Weisbecker
· 16 years ago
dc82ec98a
tracing/filter: Remove empty subsystem and its directory
by Xiao Guangrong
· 16 years ago
c5cb183
tracing/filter: Remove preds from struct event_subsystem
by Xiao Guangrong
· 16 years ago
77ae365
ring-buffer: make lockless
by Steven Rostedt
· 17 years ago
3adc54f
ring-buffer: make the buffer a true circular link list
by Steven Rostedt
· 17 years ago
ddc1637
kmemtrace: Print binary output only if 'bin' option is set
by Li Zefan
· 17 years ago
e1af3ae
tracing: Fix trace_print_seq()
by Xiao Guangrong
· 17 years ago
020e5f8
tracing/events: Add trace_event boot option
by Li Zefan
· 17 years ago
238a24f
tracing/fastboot: Document the need of initcall_debug
by Li Zefan
· 17 years ago
82d5308
trace_export: Repair missed fields
by Lai Jiangshan
· 17 years ago
a32c776
tracing: Fix stack tracer sysctl handling
by Li Zefan
· 17 years ago
0296e42
ftrace: Fix the output of profile
by Li Zefan
· 17 years ago
1155de4
ring-buffer: Make it generally available
by Paul Mundt
· 17 years ago
00e54d0
ftrace: Remove duplicate newline
by Li Zefan
· 17 years ago
9d612be
tracing: Fix trace_buf_size boot option
by Li Zefan
· 17 years ago
d82d624
ftrace: Fix t_hash_start()
by Li Zefan
· 17 years ago
694ce0a
ftrace: Don't manipulate @pos in t_start()
by Li Zefan
· 17 years ago
8595184
ftrace: Don't increment @pos in g_start()
by Li Zefan
· 17 years ago
f129e96
tracing: Reset iterator in t_start()
by Li Zefan
· 17 years ago
2961bf3
trace_stat: Don't increment @pos in seq start()
by Li Zefan
· 17 years ago
c8961ec
tracing_bprintk: Don't increment @pos in t_start()
by Li Zefan
· 17 years ago
Next »