index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
trace
/
trace_event_perf.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
tracing: Show size of requested perf buffer
Robin H. Johnson
2021-10-27
1
-1
/
+2
*
ftrace: do CPU checking after preemption disabled
王贇
2021-10-27
1
-3
/
+3
*
tracing: Have dynamic events have a ref counter
Steven Rostedt (VMware)
2021-08-18
1
-3
/
+3
*
tracing: Fix various typos in comments
Ingo Molnar
2021-03-23
1
-1
/
+1
*
tracing: Merge irqflags + preempt counter.
Sebastian Andrzej Siewior
2021-02-02
1
-4
/
+1
*
ftrace: Have the callbacks receive a struct ftrace_regs instead of pt_regs
Steven Rostedt (VMware)
2020-11-13
1
-1
/
+1
*
ftrace: Add recording of functions that caused recursion
Steven Rostedt (VMware)
2020-11-06
1
-1
/
+1
*
perf/ftrace: Check for rcu_is_watching() in callback function
Steven Rostedt (VMware)
2020-11-06
1
-1
/
+3
*
perf/ftrace: Add recursion protection to the ftrace callback
Steven Rostedt (VMware)
2020-11-06
1
-1
/
+8
*
Merge branch 'perf/urgent' into perf/core, to pick up fixes
Ingo Molnar
2019-10-28
1
-0
/
+4
|
\
|
*
tracing: Fix race in perf_trace_buf initialization
Prateek Sood
2019-10-21
1
-0
/
+4
*
|
perf_event: Add support for LSM and SELinux checks
Joel Fernandes (Google)
2019-10-17
1
-5
/
+10
|
/
*
tracing: Pass type into tracing_generic_entry_update()
Cong Wang
2019-07-16
1
-2
/
+1
*
tracing/perf: Use strndup_user() instead of buggy open-coded version
Jann Horn
2019-02-21
1
-9
/
+7
*
trace_uprobe: support reference counter in fd-based uprobe
Song Liu
2018-10-10
1
-3
/
+4
*
tracing: Add SPDX License format tags to tracing files
Steven Rostedt (VMware)
2018-08-16
1
-0
/
+1
*
perf/core: Fix perf_uprobe_init()
Song Liu
2018-04-10
1
-0
/
+2
*
perf/core: Fix perf_kprobe_init()
Masami Hiramatsu
2018-04-10
1
-0
/
+2
*
perf/core: Implement the 'perf_uprobe' PMU
Song Liu
2018-02-06
1
-0
/
+53
*
perf/core: Implement the 'perf_kprobe' PMU
Song Liu
2018-02-06
1
-0
/
+49
*
perf/ftrace: Small cleanup
Peter Zijlstra
2017-10-16
1
-1
/
+1
*
perf/ftrace: Fix function trace events
Peter Zijlstra
2017-10-16
1
-31
/
+49
*
perf/ftrace: Revert ("perf/ftrace: Fix double traces of perf on ftrace:functi...
Peter Zijlstra
2017-10-16
1
-3
/
+1
*
perf/ftrace: Fix double traces of perf on ftrace:function
Zhou Chengming
2017-08-29
1
-1
/
+3
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2016-05-17
1
-19
/
+21
|
\
|
*
perf: split perf_trace_buf_prepare into alloc and update parts
Alexei Starovoitov
2016-04-07
1
-19
/
+20
|
*
perf: optimize perf_fetch_caller_regs
Alexei Starovoitov
2016-04-07
1
-0
/
+1
*
|
ftrace/perf: Check sample types only for sampling events
Jiri Olsa
2016-03-31
1
-0
/
+3
|
/
*
Merge tag 'trace-v4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...
Linus Torvalds
2016-01-12
1
-1
/
+1
|
\
|
*
ftrace: Remove use of control list and ops
Steven Rostedt (Red Hat)
2015-12-23
1
-1
/
+1
*
|
treewide: Remove old email address
Peter Zijlstra
2015-11-23
1
-1
/
+1
|
/
*
tracing: Rename ftrace_event_{call,class} to trace_event_{call,class}
Steven Rostedt (Red Hat)
2015-05-13
1
-10
/
+10
*
perf: Avoid horrible stack usage
Peter Zijlstra (Intel)
2015-01-14
1
-1
/
+3
*
perf: Check permission only for parent tracepoint event
Jiri Olsa
2014-07-28
1
-0
/
+12
*
kprobes, ftrace: Use NOKPROBE_SYMBOL macro in ftrace
Masami Hiramatsu
2014-04-24
1
-2
/
+3
*
perf: Disallow user-space stack dumps for function trace events
Jiri Olsa
2014-03-11
1
-0
/
+7
*
perf: Disallow user-space callchains for function trace events
Jiri Olsa
2014-03-11
1
-3
/
+12
*
perf/trace: Properly use u64 to hold event_id
Vince Weaver
2013-11-19
1
-1
/
+1
*
ftrace, perf: Avoid infinite event generation loop
Peter Zijlstra
2013-11-19
1
-0
/
+6
*
perf/ftrace: Fix paranoid level for enabling function tracer
Steven Rostedt
2013-11-06
1
-1
/
+1
*
tracing/perf: Move the PERF_MAX_TRACE_SIZE check into perf_trace_buf_prepare()
Oleg Nesterov
2013-07-18
1
-0
/
+4
*
tracing/function: Avoid perf_trace_buf_*() if event_function.perf_events is e...
Oleg Nesterov
2013-07-18
1
-2
/
+4
*
Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...
Ingo Molnar
2012-08-21
1
-1
/
+1
|
\
|
*
perf/trace: Add ability to set a target task for events
Andrew Vagin
2012-07-31
1
-1
/
+1
*
|
ftrace: Return pt_regs to function trace callback
Steven Rostedt
2012-07-19
1
-1
/
+1
*
|
ftrace: Pass ftrace_ops as third parameter to function trace callback
Steven Rostedt
2012-07-19
1
-1
/
+2
|
/
*
ftrace, perf: Add filter support for function trace event
Jiri Olsa
2012-02-21
1
-1
/
+3
*
ftrace, perf: Add support to use function tracepoint in perf
Jiri Olsa
2012-02-21
1
-0
/
+86
*
ftrace, perf: Add add/del tracepoint perf registration actions
Jiri Olsa
2012-02-21
1
-1
/
+3
*
ftrace, perf: Add open/close tracepoint perf registration actions
Jiri Olsa
2012-02-21
1
-41
/
+75
[next]