index
:
talos-obmc-linux
dev-4.10
dev-4.13
dev-4.13-fsi
dev-4.13-raptor-05-18-2018
dev-4.13-raptor-06-04-2018
dev-5.0
dev-5.0-raptor-04-16-2019
dev-5.4-raptor-04-16-2019
Talos™ II Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
trace
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
tracing: Add internal ftrace trace_puts() for ftrace to use
Steven Rostedt (Red Hat)
2013-03-15
2
-4
/
+15
|
*
|
|
tracing: Add trace_puts() for even faster trace_printk() tracing
Steven Rostedt (Red Hat)
2013-03-15
5
-4
/
+174
|
*
|
|
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
3
-36
/
+51
|
*
|
|
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
1
-0
/
+84
|
*
|
|
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
13
-286
/
+363
|
*
|
|
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
1
-4
/
+8
|
*
|
|
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
2
-3
/
+3
|
*
|
|
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
1
-1
/
+1
|
*
|
|
tracing: Add a helper function for event print functions
Li Zefan
2013-03-15
1
-0
/
+26
|
*
|
|
tracing/ring-buffer: Move poll wake ups into ring buffer code
Steven Rostedt (Red Hat)
2013-03-15
2
-71
/
+158
|
*
|
|
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
|
*
|
|
tracing: Do not block on splice if either file or splice NONBLOCK flag is set
Steven Rostedt (Red Hat)
2013-03-15
1
-1
/
+1
|
*
|
|
tracing: Use direct field, type and system names
Steven Rostedt
2013-03-15
2
-19
/
+5
|
*
|
|
tracing: Use kmem_cache_alloc instead of kmalloc in trace_events.c
Steven Rostedt
2013-03-15
1
-7
/
+20
|
*
|
|
tracing: Get trace_events kernel command line working again
Steven Rostedt
2013-03-15
1
-7
/
+136
|
*
|
|
tracing: Add rmdir to remove multibuffer instances
Steven Rostedt
2013-03-15
3
-0
/
+102
|
*
|
|
tracing: Add interface to allow multiple trace buffers
Steven Rostedt
2013-03-15
3
-1
/
+142
|
*
|
|
tracing: Make syscall events suitable for multiple buffers
Steven Rostedt
2013-03-15
2
-34
/
+57
|
*
|
|
tracing: Replace the static global per_cpu arrays with allocated per_cpu
Steven Rostedt
2013-03-15
10
-61
/
+79
|
*
|
|
tracing: Pass the ftrace_file to the buffer lock reserve code
Steven Rostedt
2013-03-15
1
-0
/
+12
|
*
|
|
tracing: Encapsulate global_trace and remove dependencies on global vars
Steven Rostedt
2013-03-15
4
-240
/
+358
|
*
|
|
tracing: Use RING_BUFFER_ALL_CPUS for TRACE_PIPE_ALL_CPU
Steven Rostedt
2013-03-15
3
-18
/
+16
|
*
|
|
tracing: Separate out trace events from global variables
Steven Rostedt
2013-03-15
4
-248
/
+580
*
|
|
|
Revert "block: add missing block_bio_complete() tracepoint"
Linus Torvalds
2013-04-18
1
-23
/
+3
|
|
_
|
/
|
/
|
|
*
|
|
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2013-04-14
2
-4
/
+4
|
\
\
\
|
*
|
|
ftrace: Fix strncpy() use, use strlcpy() instead of strncpy()
Chen Gang
2013-04-08
1
-2
/
+2
|
*
|
|
perf: Fix strncpy() use, use strlcpy() instead of strncpy()
Chen Gang
2013-04-08
1
-2
/
+2
|
|
|
/
|
|
/
|
*
|
|
ftrace: Move ftrace_filter_lseek out of CONFIG_DYNAMIC_FTRACE section
Steven Rostedt (Red Hat)
2013-04-12
1
-14
/
+14
*
|
|
tracing: Fix possible NULL pointer dereferences
Namhyung Kim
2013-04-12
2
-6
/
+6
*
|
|
tracing: Fix double free when function profile init failed
Namhyung Kim
2013-04-09
1
-1
/
+0
*
|
|
ftrace: Do not call stub functions in control loop
Steven Rostedt (Red Hat)
2013-04-08
1
-2
/
+3
*
|
|
ftrace: Consistently restore trace function on sysctl enabling
Jan Kiszka
2013-04-08
1
-6
/
+2
[prev]
[next]