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