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
2017-05-09
tracing: Use cpumask_available() to check if cpumask variable may be used
Matthias Kaehlcke
1
-2
/
+3
2017-05-04
tracing: Use strlcpy() instead of strcpy() in __trace_find_cmdline()
Amey Telawane
1
-1
/
+1
2017-05-04
Merge tag 'trace-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...
Linus Torvalds
1
-44
/
+198
2017-05-02
Merge branch 'work.splice' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
1
-2
/
+0
2017-05-02
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-0
/
+1
2017-05-01
ring-buffer: Return reader page back into existing ring buffer
Steven Rostedt (VMware)
1
-5
/
+12
2017-04-21
tracing/ftrace: Allow for the traceonoff probe be unique to instances
Steven Rostedt (VMware)
1
-2
/
+2
2017-04-21
tracing/ftrace: Enable snapshot function trigger to work with instances
Steven Rostedt (VMware)
1
-19
/
+25
2017-04-21
tracing/ftrace: Add a better way to pass data via the probe functions
Steven Rostedt (VMware)
1
-15
/
+23
2017-04-21
ftrace: Dynamically create the probe ftrace_ops for the trace_array
Steven Rostedt (VMware)
1
-1
/
+1
2017-04-21
tracing: Pass the trace_array into ftrace_probe_ops functions
Steven Rostedt (VMware)
1
-6
/
+8
2017-04-21
tracing: Have the trace_array hold the list of registered func probes
Steven Rostedt (VMware)
1
-2
/
+4
2017-04-21
ftrace: Have unregister_ftrace_function_probe_func() return a value
Steven Rostedt (VMware)
1
-4
/
+2
2017-04-21
ftrace: Remove data field from ftrace_func_probe structure
Steven Rostedt (VMware)
1
-2
/
+2
2017-04-21
tracing: Have the snapshot trigger use the mapping helper functions
Steven Rostedt (VMware)
1
-8
/
+44
2017-04-21
ftrace: Pass probe ops to probe function
Steven Rostedt (VMware)
1
-2
/
+4
2017-04-19
tracing: Allocate the snapshot buffer before enabling probe
Steven Rostedt (VMware)
1
-3
/
+5
2017-04-18
ftrace: Add 'function-fork' trace option
Namhyung Kim
1
-1
/
+4
2017-04-17
ftrace: Fix function pid filter on instances
Namhyung Kim
1
-0
/
+1
2017-03-25
tracing: Move trace_handle_return() out of line
Steven Rostedt (VMware)
1
-0
/
+12
2017-03-25
ftrace: Have function tracing start in early boot up
Steven Rostedt (VMware)
1
-0
/
+3
2017-03-25
tracing: Postpone tracer start-up tests till the system is more robust
Steven Rostedt (VMware)
1
-0
/
+71
2017-03-24
tracing: Split tracing initialization into two for early initialization
Steven Rostedt (VMware)
1
-1
/
+5
2017-03-04
trace/kprobes: Allow return probes with offsets and absolute addresses
Naveen N. Rao
1
-0
/
+1
2017-03-01
perf/core: Rename CONFIG_[UK]PROBE_EVENT to CONFIG_[UK]PROBE_EVENTS
Anton Blanchard
1
-5
/
+5
2017-02-28
Merge tag 'trace-v4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...
Linus Torvalds
1
-10
/
+3
2017-02-17
tracing: Remove outdated ring buffer comment
Joel Fernandes
1
-10
/
+2
2017-02-03
tracing: Reset parser->buffer to allow multiple "puts"
Steven Rostedt (VMware)
1
-0
/
+1
2017-02-01
fs: Better permission checking for submounts
Eric W. Biederman
1
-2
/
+2
2016-12-27
splice_pipe_desc: kill ->flags
Al Viro
1
-2
/
+0
2016-12-25
clocksource: Use a plain u64 instead of cycle_t
Thomas Gleixner
1
-3
/
+3
2016-12-16
Merge tag 'trace-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...
Linus Torvalds
1
-111
/
+374
2016-12-13
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-0
/
+1
2016-12-12
tracing: Use SOFTIRQ_OFFSET for softirq dectection for more accurate results
Pavankumar Kondeti
1
-1
/
+1
2016-12-09
tracing: Replace kmap with copy_from_user() in trace_marker writing
Steven Rostedt (Red Hat)
1
-102
/
+37
2016-12-02
tracing/rb: Convert to hotplug state machine
Sebastian Andrzej Siewior
1
-1
/
+14
2016-11-29
trace: Add an option for boot clock as trace clock
Joel Fernandes
1
-0
/
+1
2016-11-24
tracing: Make __buffer_unlock_commit() always_inline
Steven Rostedt (Red Hat)
1
-15
/
+26
2016-11-23
tracing: Make tracepoint_printk a static_key
Steven Rostedt (Red Hat)
1
-0
/
+78
2016-11-23
tracing: Create a always_inlined __trace_buffer_lock_reserve()
Steven Rostedt (Red Hat)
1
-39
/
+48
2016-11-23
tracing: Add hook to function tracing for other subsystems to use
Chunyan Zhang
1
-1
/
+128
2016-11-15
tracing: Add new trace_marker_raw
Steven Rostedt
1
-31
/
+134
2016-11-15
ftrace: Support full glob matching
Masami Hiramatsu
1
-1
/
+1
2016-10-06
Merge tag 'trace-v4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...
Linus Torvalds
1
-4
/
+4
2016-10-03
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-0
/
+24
2016-09-26
Merge tag 'trace-v4.8-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/r...
Linus Torvalds
1
-13
/
+16
2016-09-25
fix memory leaks in tracing_buffers_splice_read()
Al Viro
1
-6
/
+8
2016-09-25
tracing: Move mutex to protect against resetting of seq data
Steven Rostedt (Red Hat)
1
-7
/
+8
2016-09-12
tracing: Have max_latency be defined for HWLAT_TRACER as well
Steven Rostedt (Red Hat)
1
-3
/
+3
2016-09-02
tracing: Added hardware latency tracer
Steven Rostedt (Red Hat)
1
-1
/
+1
[next]