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