index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
tracing: Add "uptime" trace clock that uses jiffies
Steven Rostedt (Red Hat)
2013-03-15
3
-0
/
+12
*
tracing: Add function-trace option to disable function tracing of latency tra...
Steven Rostedt (Red Hat)
2013-03-15
4
-23
/
+111
*
tracing: Remove most or all of stack tracer stack size from stack_max_size
Steven Rostedt (Red Hat)
2013-03-15
1
-21
/
+54
*
tracing: Fix stack tracer with fentry use
Steven Rostedt (Red Hat)
2013-03-15
1
-4
/
+29
*
tracing: Use stack of calling function for stack tracer
Steven Rostedt (Red Hat)
2013-03-15
1
-5
/
+7
*
tracing: Add function probe to trigger stack traces
Steven Rostedt (Red Hat)
2013-03-15
1
-35
/
+115
*
tracing: Add skip argument to trace_dump_stack()
Steven Rostedt (Red Hat)
2013-03-15
2
-5
/
+10
*
tracing: Add function probe triggers to enable/disable events
Steven Rostedt (Red Hat)
2013-03-15
1
-0
/
+279
*
tracing: Add a way to soft disable trace events
Steven Rostedt (Red Hat)
2013-03-15
3
-19
/
+84
*
ftrace: Use manual free after synchronize_sched() not call_rcu_sched()
Steven Rostedt (Red Hat)
2013-03-15
1
-6
/
+13
*
ftrace: Clean up function probe methods
Steven Rostedt (Red Hat)
2013-03-15
2
-5
/
+7
*
tracing: Fix comments for ftrace_event_file/call flags
Steven Rostedt (Red Hat)
2013-03-15
1
-7
/
+10
*
tracing: Add snapshot trigger to function probes
Steven Rostedt (Red Hat)
2013-03-15
1
-1
/
+110
*
tracing: Add alloc/free_snapshot() to replace duplicate code
Steven Rostedt (Red Hat)
2013-03-15
1
-37
/
+42
*
ftrace: Fix function probe to only enable needed functions
Steven Rostedt (Red Hat)
2013-03-15
1
-2
/
+46
*
ftrace: Separate unlimited probes from count limited probes
Steven Rostedt (Red Hat)
2013-03-15
1
-5
/
+33
*
tracing: Consolidate ftrace_trace_onoff_unreg() into callback
Steven Rostedt (Red Hat)
2013-03-15
1
-19
/
+5
*
tracing: Consolidate updating of count for traceon/off
Steven Rostedt (Red Hat)
2013-03-15
1
-17
/
+16
*
tracing: Let tracing_snapshot() be used by modules but not NMI
Steven Rostedt (Red Hat)
2013-03-15
1
-0
/
+10
*
tracing: Add internal ftrace trace_puts() for ftrace to use
Steven Rostedt (Red Hat)
2013-03-15
2
-4
/
+15
*
tracing: Optimize trace_printk() with one arg to use trace_puts()
Steven Rostedt (Red Hat)
2013-03-15
1
-1
/
+22
*
tracing: Add trace_puts() for even faster trace_printk() tracing
Steven Rostedt (Red Hat)
2013-03-15
6
-5
/
+214
*
tracing: Fix the branch tracer that broke with buffer change
Steven Rostedt (Red Hat)
2013-03-15
1
-2
/
+2
*
tracing: Add alloc_snapshot kernel command line parameter
Steven Rostedt (Red Hat)
2013-03-15
4
-36
/
+58
*
tracing: Move the tracing selftest code into its own function
Steven Rostedt (Red Hat)
2013-03-15
1
-55
/
+69
*
ring-buffer: Do not use schedule_work_on() for current CPU
Steven Rostedt (Red Hat)
2013-03-15
1
-6
/
+27
*
tracing: Add internal tracing_snapshot() functions
Steven Rostedt (Red Hat)
2013-03-15
2
-0
/
+88
*
tracing: Prevent deleting instances when they are being read
Steven Rostedt (Red Hat)
2013-03-15
2
-0
/
+24
*
tracing: Add per_cpu directory into tracing instances
Steven Rostedt (Red Hat)
2013-03-15
1
-4
/
+5
*
tracing: Add snapshot feature to instances
Steven Rostedt (Red Hat)
2013-03-15
1
-7
/
+7
*
tracing: Consolidate buffer allocation code
Steven Rostedt (Red Hat)
2013-03-15
1
-67
/
+63
*
tracing: Have trace_array keep track if snapshot buffer is allocated
Steven Rostedt (Red Hat)
2013-03-15
2
-18
/
+16
*
tracing: Add snapshot_raw to extract the raw data from snapshot
Steven Rostedt (Red Hat)
2013-03-15
1
-18
/
+95
*
tracing: Add config option to allow snapshot to swap per cpu
Steven Rostedt (Red Hat)
2013-03-15
1
-0
/
+23
*
tracing: Add snapshot in the per_cpu trace directories
Steven Rostedt (Red Hat)
2013-03-15
1
-10
/
+56
*
tracing: Consolidate max_tr into main trace_array structure
Steven Rostedt (Red Hat)
2013-03-15
14
-286
/
+365
*
tracing: Enable snapshot when any latency tracer is enabled
Steven Rostedt (Red Hat)
2013-03-15
1
-0
/
+3
*
tracing: Clear all trace buffers when unloaded module event was used
Steven Rostedt (Red Hat)
2013-03-15
3
-6
/
+16
*
tracing: Only clear trace buffer on module unload if event was traced
Steven Rostedt (Red Hat)
2013-03-15
2
-4
/
+13
*
tracing: Add comment for trace event flag IGNORE_ENABLE
Steven Rostedt (Red Hat)
2013-03-15
1
-0
/
+1
*
ring-buffer: Init waitqueue for blocked readers
Steven Rostedt (Red Hat)
2013-03-15
1
-0
/
+2
*
tracing: Fix some section mismatch warnings
Li Zefan
2013-03-15
3
-4
/
+4
*
tracing: Fix trace events build without modules
Steven Rostedt (Red Hat)
2013-03-15
1
-19
/
+36
*
tracing: Add __per_cpu annotation to trace array percpu data pointer
Steven Rostedt (Red Hat)
2013-03-15
1
-1
/
+1
*
tracing/syscalls: Annotate field-defining functions with __init
Li Zefan
2013-03-15
1
-2
/
+2
*
tracing: Annotate event field-defining functions with __init
Li Zefan
2013-03-15
2
-2
/
+2
*
tracing: Add a helper function for event print functions
Li Zefan
2013-03-15
3
-19
/
+38
*
tracing/ring-buffer: Move poll wake ups into ring buffer code
Steven Rostedt (Red Hat)
2013-03-15
3
-71
/
+164
*
tracing: Fix read blocking on trace_pipe_raw
Steven Rostedt
2013-03-15
1
-3
/
+15
*
tracing: Fix polling on trace_pipe_raw
Steven Rostedt
2013-03-15
1
-27
/
+51
[next]