index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
trace
/
trace.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-03-20
Merge branches 'tracing/ftrace', 'tracing/kprobes', 'tracing/tasks' and 'linu...
Ingo Molnar
1
-14
/
+21
2009-03-18
tracing: fix command line to pid reverse map
Carsten Emde
1
-5
/
+11
2009-03-18
tracing: fix trace_find_cmdline()
Thomas Gleixner
1
-5
/
+4
2009-03-18
tracing: replace the crude (unsigned) -1 hackery
Thomas Gleixner
1
-6
/
+7
2009-03-18
tracing: stop command line recording when tracing is disabled
Thomas Gleixner
1
-1
/
+2
2009-03-18
Merge branch 'tip/tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kerne...
Ingo Molnar
1
-11
/
+44
2009-03-18
tracing: add global-clock option to provide cross CPU clock to traces
Steven Rostedt
1
-4
/
+30
2009-03-18
ring-buffer: add api to allow a tracer to change clock source
Steven Rostedt
1
-7
/
+14
2009-03-17
Merge branch 'tip/tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kerne...
Ingo Molnar
1
-9
/
+13
2009-03-17
tracing: stop comm recording on tracing off
Steven Rostedt
1
-1
/
+1
2009-03-17
tracing: protect reader of cmdline output
Steven Rostedt
1
-8
/
+12
2009-03-16
tracing/core: fix early free of cpumasks
Frederic Weisbecker
1
-1
/
+2
2009-03-16
tracing/core: fix missing mutex unlock on tracing_set_tracer()
Frederic Weisbecker
1
-1
/
+1
2009-03-13
tracing: move binary buffers into per cpu directory
Steven Rostedt
1
-21
/
+5
2009-03-13
tracing/core: bring back raw trace_printk for dynamic formats strings
Frederic Weisbecker
1
-5
/
+80
2009-03-13
tracing: show that buffer size is not expanded
Steven Rostedt
1
-2
/
+10
2009-03-13
tracing: protect ring_buffer_expanded with trace_types_lock
Steven Rostedt
1
-1
/
+4
2009-03-13
tracing: fix comments about trace buffer resizing
Steven Rostedt
1
-3
/
+16
2009-03-13
Merge branch 'tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Steven Rostedt
1
-10
/
+10
2009-03-12
ring-buffer: only allocate buffers for online cpus
Steven Rostedt
1
-6
/
+0
2009-03-12
tracing: fix trace_wait to know to wait on all cpus or just one
Steven Rostedt
1
-0
/
+13
2009-03-12
tracing: expand the ring buffers when an event is activated
Steven Rostedt
1
-0
/
+20
2009-03-12
tracing: keep ring buffer to minimum size till used
Steven Rostedt
1
-20
/
+59
2009-03-11
Merge branch 'tip/tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kerne...
Ingo Molnar
1
-3
/
+7
2009-03-11
Merge branch 'tip/tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kerne...
Ingo Molnar
1
-1
/
+1
2009-03-11
tracing: use raw spinlocks for trace_vprintk
Steven Rostedt
1
-3
/
+7
2009-03-10
tracing: remove funky whitespace in the trace code
Steven Rostedt
1
-1
/
+1
2009-03-08
ftrace: tracing header should put '#' at the beginning of a line
KOSAKI Motohiro
1
-10
/
+10
2009-03-06
tracing/core: drop the old trace_printk() implementation in favour of trace_b...
Frederic Weisbecker
1
-150
/
+62
2009-03-06
tracing: add trace_bprintk()
Lai Jiangshan
1
-0
/
+15
2009-03-06
tracing: infrastructure for supporting binary record
Lai Jiangshan
1
-0
/
+56
2009-03-06
tracing: make all file_operations const
Steven Rostedt
1
-12
/
+12
2009-03-05
tracing: rename ftrace_printk() => trace_printk()
Ingo Molnar
1
-4
/
+4
2009-03-05
tracing: consolidate print_lat_fmt and print_trace_fmt
Steven Rostedt
1
-32
/
+7
2009-03-05
tracing: remove extra latency_trace method from trace structure
Steven Rostedt
1
-1
/
+1
2009-03-05
tracing: add latency output format option
Steven Rostedt
1
-22
/
+2
2009-03-05
tracing: fix seq read from trace files
Steven Rostedt
1
-2
/
+2
2009-03-05
tracing: do not return EFAULT if read copied anything
Steven Rostedt
1
-2
/
+12
2009-03-05
tracing: add cpu_file intialization for ftrace_dump
Steven Rostedt
1
-0
/
+2
2009-03-04
tracing: add lockdep tracepoints for lock acquire/release
Peter Zijlstra
1
-6
/
+8
2009-03-04
tracing: add binary buffer files for use with splice
Steven Rostedt
1
-7
/
+267
2009-03-02
tracing: make trace_seq_reset global and rename to trace_seq_init
Steven Rostedt
1
-12
/
+5
2009-02-28
tracing: add interface to write into current tracer buffer
Steven Rostedt
1
-0
/
+14
2009-02-27
tracing: replace kzalloc with kcalloc
Steven Rostedt
1
-1
/
+1
2009-02-27
tracing: use newline separator for trace options list
Steven Rostedt
1
-7
/
+6
2009-02-27
tracing: use pointer error returns for __tracing_open
Steven Rostedt
1
-22
/
+24
2009-02-27
tracing: add protection around open use of current_tracer
Steven Rostedt
1
-6
/
+14
2009-02-27
tracing: add tracer dependent options to options directory
Steven Rostedt
1
-1
/
+173
2009-02-27
tracing: add options directory and core option files
Steven Rostedt
1
-0
/
+117
2009-02-26
tracing/core: make the per cpu trace files in per cpu directories
Frederic Weisbecker
1
-11
/
+14
[next]