summaryrefslogtreecommitdiff
path: root/kernel/trace/ftrace.c
AgeCommit message (Expand)Author
2023-04-20ftrace: Fix issue that 'direct->addr' not restored in modify_ftrace_direct()Zheng Yejian
2023-03-22ftrace: Fix invalid address access in lookup_rec() when index is 0Chen Zhongjin
2022-11-25ftrace: Fix null pointer dereference in ftrace_add_mod()Xiu Jianfeng
2022-11-25ftrace: Optimize the allocation for mcount entriesWang Wensheng
2022-11-25ftrace: Fix the possible incorrect kernel messageWang Wensheng
2022-11-10ftrace: Fix use-after-free for dynamic ftrace_opsLi Huafei
2022-10-26ftrace: Properly unset FTRACE_HASH_FL_MODZheng Yejian
2022-09-05ftrace: Fix NULL pointer dereference in is_ftrace_trampoline when ftrace is deadYang Jihong
2022-06-09ftrace: Clean up hash direct_functions on register failuresSong Liu
2021-10-27tracing: Have all levels of checks prevent recursionSteven Rostedt (VMware)
2021-06-16ftrace: Do not blindly read the ip address in ftrace_bug()Steven Rostedt (VMware)
2021-05-11ftrace: Handle commands when closing set_ftrace_filter fileSteven Rostedt (VMware)
2021-04-16ftrace: Check if pages were allocated before calling free_pages()Steven Rostedt (VMware)
2021-03-30ftrace: Fix modify_ftrace_direct.Alexei Starovoitov
2020-11-30ftrace: Fix updating FTRACE_FL_TRAMPNaveen N. Rao
2020-10-15Merge tag 'trace-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds
2020-10-08ftrace: Format variable declarations of ftrace_allocate_recordsSteven Rostedt (VMware)
2020-10-08ftrace: Simplify the calculation of page number for ftrace_page->recordsWei Yang
2020-10-08ftrace: Simplify the hash calculationSteven Rostedt (VMware)
2020-10-08ftrace: Use fls() to get the bits for dup_hash()Wei Yang
2020-10-02ftrace: Fix some typos in commentQiujun Huang
2020-09-29ftrace: Move RCU is watching check after recursion checkSteven Rostedt (VMware)
2020-09-21tracing: Delete repeated words in commentsRandy Dunlap
2020-09-18ftrace: Let ftrace_enable_sysctl take a kernel pointer bufferTobias Klauser
2020-09-18ftrace: Fix missing synchronize_rcu() removing trampoline from kallsymsAdrian Hunter
2020-09-18ftrace: Free the trampoline when ftrace_startup() failsMiroslav Benes
2020-08-07Merge tag 'trace-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds
2020-08-04tracing: Use trace_sched_process_free() instead of exit() for pid tracingSteven Rostedt (VMware)
2020-08-03ftrace: Fix ftrace_trace_task return valueJosef Bacik
2020-07-30ftrace: Do not let direct or IPMODIFY ftrace_ops be added to module and set t...Chengming Zhou
2020-07-30ftrace: Setup correct FTRACE_FL_REGS flags for moduleChengming Zhou
2020-07-02Merge branch 'perf/vlbr'Peter Zijlstra
2020-06-29x86/ftrace: Only have the builtin ftrace_regs_caller call direct hooksSteven Rostedt (VMware)
2020-06-17ftrace: Fix maybe-uninitialized compiler warningKaitao Cheng
2020-06-15ftrace: Add perf text poke events for ftrace trampolinesAdrian Hunter
2020-06-15ftrace: Add perf ksymbol events for ftrace trampolinesAdrian Hunter
2020-06-15ftrace: Add symbols for ftrace trampolinesAdrian Hunter
2020-06-09Merge tag 'trace-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds
2020-06-09kallsyms/printk: add loglvl to print_ip_sym()Dmitry Safonov
2020-05-19ftrace: show debugging information when panic_on_warn setCheng Jian
2020-05-19Merge tag 'noinstr-lds-2020-05-19' into core/rcuThomas Gleixner
2020-04-27ftrace: Use synchronize_rcu_tasks_rude() instead of ftrace_sync()Paul E. McKenney
2020-04-22ftrace: Fix memory leak caused by not freeing entry in unregister_ftrace_dire...Steven Rostedt (VMware)
2020-04-05Merge tag 'trace-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds
2020-03-27tracing: Create set_event_notrace_pid to not trace tasksSteven Rostedt (VMware)
2020-03-27ftrace: Create set_ftrace_notrace_pid to not trace tasksSteven Rostedt (VMware)
2020-03-27ftrace: Make function trace pid filtering a bit more exactSteven Rostedt (VMware)
2020-03-11ftrace: Return the first found result in lookup_rec()Artem Savkov
2020-02-05ftrace: Protect ftrace_graph_hash with ftrace_syncSteven Rostedt (VMware)
2020-02-05tracing: Annotate ftrace_graph_notrace_hash pointer with __rcuAmol Grover