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
/
trace.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-30
1
-1
/
+1
*
Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2010-03-13
1
-8
/
+41
|
\
|
*
tracing: Do not record user stack trace from NMI context
Steven Rostedt
2010-03-12
1
-0
/
+7
|
*
tracing: Disable buffer switching when starting or stopping trace
Steven Rostedt
2010-03-12
1
-0
/
+9
|
*
tracing: Use same local variable when resetting the ring buffer
Steven Rostedt
2010-03-12
1
-4
/
+4
|
*
Merge branch 'tip/tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/...
Ingo Molnar
2010-03-11
1
-4
/
+20
|
|
\
|
|
*
function-graph: Add tracing_thresh support to function_graph tracer
Tim Bird
2010-03-05
1
-2
/
+18
|
|
*
tracing: Update the comm field in the right variable in update_max_tr
Arnaldo Carvalho de Melo
2010-03-05
1
-2
/
+2
|
*
|
tracing: Fix warning in s_next of trace file ops
Lai Jiangshan
2010-03-02
1
-0
/
+1
|
|
/
*
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...
Linus Torvalds
2010-03-03
1
-3
/
+3
|
\
\
|
|
/
|
/
|
|
*
Merge branch 'master' into percpu
Tejun Heo
2010-02-02
1
-0
/
+5
|
|
\
|
*
\
Merge branch 'master' into percpu
Tejun Heo
2010-01-05
1
-158
/
+158
|
|
\
\
|
*
|
|
percpu: remove per_cpu__ prefix.
Rusty Russell
2009-10-29
1
-3
/
+3
*
|
|
|
Merge commit 'v2.6.33' into tracing/core
Ingo Molnar
2010-02-26
1
-0
/
+5
|
\
\
\
\
|
|
|
_
|
/
|
|
/
|
|
|
*
|
|
tracing: Prevent kernel oops with corrupted buffer
Steven Rostedt
2010-01-25
1
-0
/
+5
|
|
|
/
|
|
/
|
*
|
|
tracing: Add stack dump to trace_printk if stacktrace option is set
Steven Rostedt
2010-01-06
1
-2
/
+6
*
|
|
tracing: Consolidate protection of reader access to the ring buffer
Lai Jiangshan
2010-01-06
1
-39
/
+97
|
/
/
*
|
Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2009-12-31
1
-1
/
+1
|
\
\
|
*
|
tracing: Fix setting tracer specific options
Steven Rostedt
2009-12-21
1
-1
/
+1
*
|
|
Merge branch 'for-33' of git://repo.or.cz/linux-kbuild
Linus Torvalds
2009-12-17
1
-1
/
+1
|
\
\
\
|
*
|
|
kbuild: move utsrelease.h to include/generated
Sam Ravnborg
2009-12-12
1
-1
/
+1
*
|
|
|
Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2009-12-16
1
-105
/
+77
|
\
\
\
\
|
|
|
/
/
|
|
/
|
|
|
*
|
|
tracing: Fix return of trace_dump_stack()
Steven Rostedt
2009-12-15
1
-1
/
+1
|
*
|
|
Merge branch 'tip/tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/...
Ingo Molnar
2009-12-14
1
-0
/
+16
|
|
\
\
\
|
|
*
|
|
tracing: Add trace_dump_stack()
Steven Rostedt
2009-12-11
1
-0
/
+16
|
|
|
/
/
|
*
|
|
tracing: Simplify trace_option_write()
Li Zefan
2009-12-13
1
-54
/
+31
|
*
|
|
tracing: Remove useless trace option
Li Zefan
2009-12-13
1
-1
/
+0
|
*
|
|
tracing: Use seq file for trace_clock
Li Zefan
2009-12-13
1
-9
/
+15
|
*
|
|
tracing: Use seq file for trace_options
Li Zefan
2009-12-13
1
-43
/
+17
|
|
/
/
*
|
|
const: constify remaining pipe_buf_operations
Alexey Dobriyan
2009-12-16
1
-2
/
+2
*
|
|
locking: Convert __raw_spin* functions to arch_spin*
Thomas Gleixner
2009-12-14
1
-16
/
+16
*
|
|
locking: Rename __RAW_SPIN_LOCK_UNLOCKED to __ARCH_SPIN_LOCK_UNLOCKED
Thomas Gleixner
2009-12-14
1
-5
/
+5
*
|
|
locking: Convert raw_spinlock to arch_spinlock
Thomas Gleixner
2009-12-14
1
-9
/
+9
*
|
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...
Linus Torvalds
2009-12-14
1
-6
/
+6
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
percpu: make percpu symbols in tracer unique
Tejun Heo
2009-10-29
1
-2
/
+2
|
*
this_cpu: Use this_cpu_xx for ftrace
Christoph Lameter
2009-10-12
1
-4
/
+4
*
|
tracing: Remove comparing of NULL to va_list in trace_array_vprintk()
Carsten Emde
2009-12-09
1
-6
/
+12
*
|
tracing: Buffer the output of seq_file in case of filled buffer
Steven Rostedt
2009-12-09
1
-3
/
+32
*
|
tracing: Only call pipe_close if pipe_close is defined
Steven Rostedt
2009-12-09
1
-1
/
+1
*
|
tracing: Add pipe_close interface
Steven Rostedt
2009-12-07
1
-0
/
+4
*
|
Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2009-12-05
1
-2
/
+2
|
\
\
|
*
\
Merge branch 'tracing/urgent' into tracing/core
Ingo Molnar
2009-10-29
1
-4
/
+4
|
|
\
\
|
*
|
|
ftrace: Rename set_bootup_ftrace into set_cmdline_ftrace
Frederic Weisbecker
2009-10-14
1
-2
/
+2
|
*
|
|
Merge branch 'tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Ingo Molnar
2009-10-13
1
-2
/
+2
|
|
\
\
\
|
|
*
|
|
tracing: Rename set_ftrace to set_bootup_ftrace
Frederic Weisbecker
2009-10-13
1
-2
/
+2
|
|
|
|
/
|
|
|
/
|
*
|
|
|
tracing: Fix trace_marker output
Carsten Emde
2009-11-17
1
-25
/
+14
*
|
|
|
tracing: Fix return value of tracing_stats_read()
Roel Kluin
2009-11-11
1
-1
/
+1
|
|
_
|
/
|
/
|
|
*
|
|
tracing: Update *ppos instead of filp->f_pos
Jiri Olsa
2009-10-24
1
-4
/
+4
|
/
/
*
|
tracing: fix trace_vprintk call
Steven Rostedt
2009-10-09
1
-1
/
+1
|
/
*
Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2009-09-26
1
-1
/
+1
|
\
[next]