summaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace_event_perf.c
AgeCommit message (Expand)AuthorLines
2024-10-09trace/trace_event_perf: remove duplicate samples on the first tracepoint eventLevi Yun-0/+6
2022-11-23tracing/perf: Use strndup_user instead of kzalloc/strncpy_from_userChuang Wang-10/+6
2022-08-21tracing/perf: Fix double put of trace event when init failsSteven Rostedt (Google)-3/+4
2021-10-27tracing: Show size of requested perf bufferRobin H. Johnson-1/+2
2021-10-27ftrace: do CPU checking after preemption disabled王贇-3/+3
2021-08-18tracing: Have dynamic events have a ref counterSteven Rostedt (VMware)-3/+3
2021-03-23tracing: Fix various typos in commentsIngo Molnar-1/+1
2021-02-02tracing: Merge irqflags + preempt counter.Sebastian Andrzej Siewior-4/+1
2020-11-13ftrace: Have the callbacks receive a struct ftrace_regs instead of pt_regsSteven Rostedt (VMware)-1/+1
2020-11-06ftrace: Add recording of functions that caused recursionSteven Rostedt (VMware)-1/+1
2020-11-06perf/ftrace: Check for rcu_is_watching() in callback functionSteven Rostedt (VMware)-1/+3
2020-11-06perf/ftrace: Add recursion protection to the ftrace callbackSteven Rostedt (VMware)-1/+8
2019-10-28Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar-0/+4
2019-10-21tracing: Fix race in perf_trace_buf initializationPrateek Sood-0/+4
2019-10-17perf_event: Add support for LSM and SELinux checksJoel Fernandes (Google)-5/+10
2019-07-16tracing: Pass type into tracing_generic_entry_update()Cong Wang-2/+1
2019-02-21tracing/perf: Use strndup_user() instead of buggy open-coded versionJann Horn-9/+7
2018-10-10trace_uprobe: support reference counter in fd-based uprobeSong Liu-3/+4
2018-08-16tracing: Add SPDX License format tags to tracing filesSteven Rostedt (VMware)-0/+1
2018-04-10perf/core: Fix perf_uprobe_init()Song Liu-0/+2
2018-04-10perf/core: Fix perf_kprobe_init()Masami Hiramatsu-0/+2
2018-02-06perf/core: Implement the 'perf_uprobe' PMUSong Liu-0/+53
2018-02-06perf/core: Implement the 'perf_kprobe' PMUSong Liu-0/+49
2017-10-16perf/ftrace: Small cleanupPeter Zijlstra-1/+1
2017-10-16perf/ftrace: Fix function trace eventsPeter Zijlstra-31/+49
2017-10-16perf/ftrace: Revert ("perf/ftrace: Fix double traces of perf on ftrace:functi...Peter Zijlstra-3/+1
2017-08-29perf/ftrace: Fix double traces of perf on ftrace:functionZhou Chengming-1/+3
2016-05-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-19/+21
2016-04-07perf: split perf_trace_buf_prepare into alloc and update partsAlexei Starovoitov-19/+20
2016-04-07perf: optimize perf_fetch_caller_regsAlexei Starovoitov-0/+1
2016-03-31ftrace/perf: Check sample types only for sampling eventsJiri Olsa-0/+3
2016-01-12Merge tag 'trace-v4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds-1/+1
2015-12-23ftrace: Remove use of control list and opsSteven Rostedt (Red Hat)-1/+1
2015-11-23treewide: Remove old email addressPeter Zijlstra-1/+1
2015-05-13tracing: Rename ftrace_event_{call,class} to trace_event_{call,class}Steven Rostedt (Red Hat)-10/+10
2015-01-14perf: Avoid horrible stack usagePeter Zijlstra (Intel)-1/+3
2014-07-28perf: Check permission only for parent tracepoint eventJiri Olsa-0/+12
2014-04-24kprobes, ftrace: Use NOKPROBE_SYMBOL macro in ftraceMasami Hiramatsu-2/+3
2014-03-11perf: Disallow user-space stack dumps for function trace eventsJiri Olsa-0/+7
2014-03-11perf: Disallow user-space callchains for function trace eventsJiri Olsa-3/+12
2013-11-19perf/trace: Properly use u64 to hold event_idVince Weaver-1/+1
2013-11-19ftrace, perf: Avoid infinite event generation loopPeter Zijlstra-0/+6
2013-11-06perf/ftrace: Fix paranoid level for enabling function tracerSteven Rostedt-1/+1
2013-07-18tracing/perf: Move the PERF_MAX_TRACE_SIZE check into perf_trace_buf_prepare()Oleg Nesterov-0/+4
2013-07-18tracing/function: Avoid perf_trace_buf_*() if event_function.perf_events is e...Oleg Nesterov-2/+4
2012-08-21Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar-1/+1
2012-07-31perf/trace: Add ability to set a target task for eventsAndrew Vagin-1/+1
2012-07-19ftrace: Return pt_regs to function trace callbackSteven Rostedt-1/+1
2012-07-19ftrace: Pass ftrace_ops as third parameter to function trace callbackSteven Rostedt-1/+2
2012-02-21ftrace, perf: Add filter support for function trace eventJiri Olsa-1/+3