index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
trace
Commit message (
Expand
)
Author
Age
Files
Lines
*
tracing: Fix irqoff selftest expanding max buffer
Steven Rostedt
2011-03-10
1
-0
/
+9
*
tracing: Align 4 byte ints together in struct tracer
Steven Rostedt
2011-03-10
1
-1
/
+1
*
tracing: Export trace_set_clr_event()
Yuanhan Liu
2011-03-10
1
-0
/
+1
*
tracing: Explain about unstable clock on resume with ring buffer warning
Jiri Olsa
2011-03-10
1
-2
/
+10
*
tracing: Adjust conditional expression latency formatting.
David Sharp
2011-03-10
1
-8
/
+18
*
tracing: Fix event alignment: ftrace:context_switch and ftrace:wakeup
David Sharp
2011-03-10
1
-3
/
+3
*
tracing: Remove lock_depth from event entry
Steven Rostedt
2011-03-10
3
-14
/
+5
*
ring-buffer: Remove unused #include <linux/trace_irq.h>
David Sharp
2011-03-09
1
-1
/
+0
*
tracing: Add an 'overwrite' trace_option.
David Sharp
2011-03-09
3
-6
/
+23
*
Merge commit 'v2.6.38-rc8' into perf/core
Ingo Molnar
2011-03-08
1
-16
/
+0
|
\
|
*
blktrace: Remove blk_fill_rwbs_rq.
Tao Ma
2011-03-03
1
-16
/
+0
*
|
Merge branch '/tip/perf/filter' of git://git.kernel.org/pub/scm/linux/kernel/...
Frederic Weisbecker
2011-03-03
2
-169
/
+754
|
\
\
|
*
|
tracing/filter: Remove synchronize_sched() from __alloc_preds()
Steven Rostedt
2011-02-07
1
-23
/
+7
|
*
|
tracing/filter: Swap entire filter of events
Steven Rostedt
2011-02-07
1
-105
/
+146
|
*
|
tracing/filter: Increase the max preds to 2^14
Steven Rostedt
2011-02-07
1
-1
/
+8
|
*
|
tracing/filter: Move MAX_FILTER_PRED to local tracing directory
Steven Rostedt
2011-02-07
1
-0
/
+2
|
*
|
tracing/filter: Optimize filter by folding the tree
Steven Rostedt
2011-02-07
2
-10
/
+235
|
*
|
tracing/filter: Check the created pred tree
Steven Rostedt
2011-02-07
1
-1
/
+71
|
*
|
tracing/filter: Optimize short ciruit check
Steven Rostedt
2011-02-07
1
-3
/
+9
|
*
|
tracing/filter: Use a tree instead of stack for filter_match_preds()
Steven Rostedt
2011-02-07
2
-46
/
+194
|
*
|
tracing/filter: Free pred array on disabling of filter
Steven Rostedt
2011-02-07
1
-0
/
+4
|
*
|
tracing/filter: Allocate the preds in an array
Steven Rostedt
2011-02-07
2
-23
/
+10
|
*
|
tracing/filter: Call synchronize_sched() just once for system filters
Steven Rostedt
2011-02-07
1
-17
/
+63
|
*
|
tracing/filter: Dynamically allocate preds
Steven Rostedt
2011-02-07
2
-36
/
+110
|
*
|
tracing/filter: Move OR and AND logic out of fn() method
Steven Rostedt
2011-02-07
2
-34
/
+20
|
*
|
tracing/filter: Have no filter return a match
Steven Rostedt
2011-02-07
1
-1
/
+6
*
|
|
Revert "tracing: Add unstable sched clock note to the warning"
Ingo Molnar
2011-02-18
1
-6
/
+2
*
|
|
Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...
Ingo Molnar
2011-02-17
4
-62
/
+40
|
\
\
\
|
*
|
|
tracing: Deprecate tracing_enabled for tracing_on
Steven Rostedt
2011-02-08
1
-0
/
+4
|
*
|
|
tracing: Remove obsolete sched_switch tracer
Steven Rostedt
2011-02-08
1
-48
/
+0
|
*
|
|
tracing: Add unstable sched clock note to the warning
Jiri Olsa
2011-02-08
1
-2
/
+6
|
*
|
|
tracing/syscalls: Early terminate search for sys_ni_syscall
Ian Munsie
2011-02-07
1
-0
/
+3
|
*
|
|
tracing/syscalls: Allow arch specific syscall symbol matching
Ian Munsie
2011-02-07
1
-7
/
+14
|
*
|
|
tracing/syscalls: Make arch_syscall_addr weak
Ian Munsie
2011-02-07
1
-1
/
+1
|
*
|
|
tracing/syscalls: Convert redundant syscall_nr checks into WARN_ON
Ian Munsie
2011-02-07
1
-4
/
+4
|
*
|
|
tracing/syscalls: Don't add events for unmapped syscalls
Ian Munsie
2011-02-07
1
-0
/
+8
|
|
/
/
*
|
|
Merge branch 'perf/urgent' into perf/core
Ingo Molnar
2011-02-16
1
-0
/
+7
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block
Linus Torvalds
2011-02-09
1
-0
/
+7
|
|
\
\
|
|
|
/
|
|
/
|
|
|
*
blktrace: Don't output messages if NOTIFY isn't set.
Tao Ma
2011-01-19
1
-0
/
+7
*
|
|
Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/g...
Ingo Molnar
2011-02-14
1
-7
/
+45
|
\
\
\
|
*
|
|
ftrace: Fix memory leak with function graph and cpu hotplug
Steven Rostedt
2011-02-11
1
-7
/
+45
|
|
/
/
*
|
|
tracing/kprobe: Fix NULL pointer deref check
Masami Hiramatsu
2011-02-14
1
-1
/
+1
*
|
|
tracing/kprobes: Add bitfield type
Masami Hiramatsu
2011-02-07
1
-1
/
+103
*
|
|
tracing/kprobes: Support longer (>128 bytes) command
Masami Hiramatsu
2011-02-07
1
-1
/
+1
*
|
|
tracing/kprobes: Cleanup strict_strtol() using code
Masami Hiramatsu
2011-02-07
1
-3
/
+2
|
/
/
*
|
tracing: Replace syscall_meta_data struct array with pointer array
Steven Rostedt
2011-02-03
1
-9
/
+10
*
|
tracing: Replace trace_event struct array with pointer array
Steven Rostedt
2011-02-02
2
-9
/
+9
*
|
lockdep: Move early boot local IRQ enable/disable status to init/main.c
Tejun Heo
2011-01-20
1
-8
/
+0
|
/
*
-
.
Merge branches 'core-fixes-for-linus', 'x86-fixes-for-linus', 'timers-fixes-f...
Linus Torvalds
2011-01-15
1
-21
/
+12
|
\
\
|
|
*
tracing: Remove syscall_exit_fields
Lai Jiangshan
2011-01-14
1
-21
/
+12
[next]