summaryrefslogtreecommitdiff
path: root/kernel/trace/ftrace.c
AgeCommit message (Expand)Author
2021-12-08ftrace: Add cleanup to unregister_ftrace_direct_multiJiri Olsa
2021-12-08ftrace: Use direct_ops hash in unregister_ftrace_directJiri Olsa
2021-11-11Merge tag 'trace-v5.16-3' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds
2021-11-10ftrace/direct: Fix lockup in modify_ftrace_direct_multiJiri Olsa
2021-11-09Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-11-09sections: move and rename core_kernel_data() to is_kernel_core_data()Kefeng Wang
2021-11-01Merge tag 'trace-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds
2021-10-29ftrace: Fix kernel-doc formatting issuesSteven Rostedt (VMware)
2021-10-27ftrace: disable preemption when recursion locked王贇
2021-10-25ftrace: Make ftrace_profile_pages_init staticchongjiapeng
2021-10-21ftrace/direct: Do not disable when switching direct callersSteven Rostedt (VMware)
2021-10-21ftrace: Add multi direct modify interfaceJiri Olsa
2021-10-21ftrace: Add multi direct register/unregister interfaceJiri Olsa
2021-10-21ftrace: Add ftrace_add_rec_direct functionJiri Olsa
2021-10-19tracing: Use linker magic instead of recasting ftrace_ops_list_func()Steven Rostedt (VMware)
2021-10-18tracing: Have all levels of checks prevent recursionSteven Rostedt (VMware)
2021-10-08ftrace: Cleanup ftrace_dyn_arch_init()Weizhao Ouyang
2021-10-08tracing: Disable "other" permission bits in the tracefs filesSteven Rostedt (VMware)
2021-10-05tracing: Place trace_pid_list logic into abstract functionsSteven Rostedt (VMware)
2021-08-03ftrace: Introduce ftrace_need_init_nop()Ilya Leoshkevich
2021-07-23ftrace: Remove redundant initialization of variable retColin Ian King
2021-07-23ftrace: Avoid synchronize_rcu_tasks_rude() call when not necessaryNicolas Saenz Julienne
2021-07-08ftrace: Use list_move instead of list_del/list_addBaokun Li
2021-06-08ftrace: Do not blindly read the ip address in ftrace_bug()Steven Rostedt (VMware)
2021-05-06Merge tag 'trace-v5.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds
2021-05-05ftrace: Handle commands when closing set_ftrace_filter fileSteven Rostedt (VMware)
2021-05-03Merge tag 'trace-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds
2021-04-01ftrace: Simplify the calculation of page number for ftrace_page->records some...Steven Rostedt (VMware)
2021-04-01ftrace: Store the order of pages allocated in ftrace_pageLinus Torvalds
2021-04-01Merge branch 'trace/ftrace/urgent' into HEADSteven Rostedt (VMware)
2021-03-31Merge tag 'trace-v5.12-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2021-03-30ftrace: Check if pages were allocated before calling free_pages()Steven Rostedt (VMware)
2021-03-23tracing: Fix various typos in commentsIngo Molnar
2021-03-17ftrace: Fix modify_ftrace_direct.Alexei Starovoitov
2020-12-17Merge tag 'trace-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds
2020-11-30ftrace: Fix updating FTRACE_FL_TRAMPNaveen N. Rao
2020-11-13ftrace: Have the callbacks receive a struct ftrace_regs instead of pt_regsSteven Rostedt (VMware)
2020-11-10ftrace: Remove unused varible 'ret'Alex Shi
2020-11-06ftrace: Add recording of functions that caused recursionSteven Rostedt (VMware)
2020-11-06ftrace: Reverse what the RECURSION flag means in the ftrace_opsSteven Rostedt (VMware)
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