aboutsummaryrefslogtreecommitdiff
path: root/kernel/trace/trace_event_perf.c
AgeCommit message (Expand)AuthorFilesLines
2022-11-23tracing/perf: Use strndup_user instead of kzalloc/strncpy_from_userGravatar Chuang Wang 1-10/+6
2022-08-21tracing/perf: Fix double put of trace event when init failsGravatar Steven Rostedt (Google) 1-3/+4
2021-10-27tracing: Show size of requested perf bufferGravatar Robin H. Johnson 1-1/+2
2021-10-27ftrace: do CPU checking after preemption disabledGravatar 王贇 1-3/+3
2021-08-18tracing: Have dynamic events have a ref counterGravatar Steven Rostedt (VMware) 1-3/+3
2021-03-23tracing: Fix various typos in commentsGravatar Ingo Molnar 1-1/+1
2021-02-02tracing: Merge irqflags + preempt counter.Gravatar Sebastian Andrzej Siewior 1-4/+1
2020-11-13ftrace: Have the callbacks receive a struct ftrace_regs instead of pt_regsGravatar Steven Rostedt (VMware) 1-1/+1
2020-11-06ftrace: Add recording of functions that caused recursionGravatar Steven Rostedt (VMware) 1-1/+1
2020-11-06perf/ftrace: Check for rcu_is_watching() in callback functionGravatar Steven Rostedt (VMware) 1-1/+3
2020-11-06perf/ftrace: Add recursion protection to the ftrace callbackGravatar Steven Rostedt (VMware) 1-1/+8
2019-10-28Merge branch 'perf/urgent' into perf/core, to pick up fixesGravatar Ingo Molnar 1-0/+4
2019-10-21tracing: Fix race in perf_trace_buf initializationGravatar Prateek Sood 1-0/+4
2019-10-17perf_event: Add support for LSM and SELinux checksGravatar Joel Fernandes (Google) 1-5/+10
2019-07-16tracing: Pass type into tracing_generic_entry_update()Gravatar Cong Wang 1-2/+1
2019-02-21tracing/perf: Use strndup_user() instead of buggy open-coded versionGravatar Jann Horn 1-9/+7
2018-10-10trace_uprobe: support reference counter in fd-based uprobeGravatar Song Liu 1-3/+4
2018-08-16tracing: Add SPDX License format tags to tracing filesGravatar Steven Rostedt (VMware) 1-0/+1
2018-04-10perf/core: Fix perf_uprobe_init()Gravatar Song Liu 1-0/+2
2018-04-10perf/core: Fix perf_kprobe_init()Gravatar Masami Hiramatsu 1-0/+2
2018-02-06perf/core: Implement the 'perf_uprobe' PMUGravatar Song Liu 1-0/+53
2018-02-06perf/core: Implement the 'perf_kprobe' PMUGravatar Song Liu 1-0/+49
2017-10-16perf/ftrace: Small cleanupGravatar Peter Zijlstra 1-1/+1
2017-10-16perf/ftrace: Fix function trace eventsGravatar Peter Zijlstra 1-31/+49
2017-10-16perf/ftrace: Revert ("perf/ftrace: Fix double traces of perf on ftrace:functi...Gravatar Peter Zijlstra 1-3/+1
2017-08-29perf/ftrace: Fix double traces of perf on ftrace:functionGravatar Zhou Chengming 1-1/+3
2016-05-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-19/+21
2016-04-07perf: split perf_trace_buf_prepare into alloc and update partsGravatar Alexei Starovoitov 1-19/+20
2016-04-07perf: optimize perf_fetch_caller_regsGravatar Alexei Starovoitov 1-0/+1
2016-03-31ftrace/perf: Check sample types only for sampling eventsGravatar Jiri Olsa 1-0/+3
2016-01-12Merge tag 'trace-v4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Gravatar Linus Torvalds 1-1/+1
2015-12-23ftrace: Remove use of control list and opsGravatar Steven Rostedt (Red Hat) 1-1/+1
2015-11-23treewide: Remove old email addressGravatar Peter Zijlstra 1-1/+1
2015-05-13tracing: Rename ftrace_event_{call,class} to trace_event_{call,class}Gravatar Steven Rostedt (Red Hat) 1-10/+10
2015-01-14perf: Avoid horrible stack usageGravatar Peter Zijlstra (Intel) 1-1/+3
2014-07-28perf: Check permission only for parent tracepoint eventGravatar Jiri Olsa 1-0/+12
2014-04-24kprobes, ftrace: Use NOKPROBE_SYMBOL macro in ftraceGravatar Masami Hiramatsu 1-2/+3
2014-03-11perf: Disallow user-space stack dumps for function trace eventsGravatar Jiri Olsa 1-0/+7
2014-03-11perf: Disallow user-space callchains for function trace eventsGravatar Jiri Olsa 1-3/+12
2013-11-19perf/trace: Properly use u64 to hold event_idGravatar Vince Weaver 1-1/+1
2013-11-19ftrace, perf: Avoid infinite event generation loopGravatar Peter Zijlstra 1-0/+6
2013-11-06perf/ftrace: Fix paranoid level for enabling function tracerGravatar Steven Rostedt 1-1/+1
2013-07-18tracing/perf: Move the PERF_MAX_TRACE_SIZE check into perf_trace_buf_prepare()Gravatar Oleg Nesterov 1-0/+4
2013-07-18tracing/function: Avoid perf_trace_buf_*() if event_function.perf_events is e...Gravatar Oleg Nesterov 1-2/+4
2012-08-21Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Ingo Molnar 1-1/+1
2012-07-31perf/trace: Add ability to set a target task for eventsGravatar Andrew Vagin 1-1/+1
2012-07-19ftrace: Return pt_regs to function trace callbackGravatar Steven Rostedt 1-1/+1
2012-07-19ftrace: Pass ftrace_ops as third parameter to function trace callbackGravatar Steven Rostedt 1-1/+2
2012-02-21ftrace, perf: Add filter support for function trace eventGravatar Jiri Olsa 1-1/+3
2012-02-21ftrace, perf: Add support to use function tracepoint in perfGravatar Jiri Olsa 1-0/+86