- fea3ffa ftrace: Add cleanup to unregister_ftrace_direct_multi by Jiri Olsa · 3 years, 1 month ago
- 7d5b7ca ftrace: Use direct_ops hash in unregister_ftrace_direct by Jiri Olsa · 3 years, 1 month ago
- 600b18f Merge tag 'trace-v5.16-3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 3 years, 2 months ago
- 2e6e905 ftrace/direct: Fix lockup in modify_ftrace_direct_multi by Jiri Olsa · 3 years, 2 months ago
- 59a2cee Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 2 months ago
- a20deb3 sections: move and rename core_kernel_data() to is_kernel_core_data() by Kefeng Wang · 3 years, 2 months ago
- 79ef0c0 Merge tag 'trace-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 3 years, 2 months ago
- 6130722 ftrace: Fix kernel-doc formatting issues by Steven Rostedt (VMware) · 3 years, 2 months ago
- ce5e480 ftrace: disable preemption when recursion locked by 王贇 · 3 years, 2 months ago
- 172f7ba ftrace: Make ftrace_profile_pages_init static by chongjiapeng · 3 years, 2 months ago
- ed29271 ftrace/direct: Do not disable when switching direct callers by Steven Rostedt (VMware) · 3 years, 3 months ago
- ccf5a89 ftrace: Add multi direct modify interface by Jiri Olsa · 3 years, 3 months ago
- f64dd46 ftrace: Add multi direct register/unregister interface by Jiri Olsa · 3 years, 3 months ago
- 1904a81 ftrace: Add ftrace_add_rec_direct function by Jiri Olsa · 3 years, 3 months ago
- 34cdd18 tracing: Use linker magic instead of recasting ftrace_ops_list_func() by Steven Rostedt (VMware) · 4 years, 6 months ago
- ed65df6 tracing: Have all levels of checks prevent recursion by Steven Rostedt (VMware) · 3 years, 2 months ago
- 6644c65 ftrace: Cleanup ftrace_dyn_arch_init() by Weizhao Ouyang · 3 years, 4 months ago
- 21ccc9c tracing: Disable "other" permission bits in the tracefs files by Steven Rostedt (VMware) · 3 years, 4 months ago
- 6954e41 tracing: Place trace_pid_list logic into abstract functions by Steven Rostedt (VMware) · 3 years, 3 months ago
- 67ccddf ftrace: Introduce ftrace_need_init_nop() by Ilya Leoshkevich · 3 years, 5 months ago
- 3b1a8f4 ftrace: Remove redundant initialization of variable ret by Colin Ian King · 3 years, 5 months ago
- 68e83498 ftrace: Avoid synchronize_rcu_tasks_rude() call when not necessary by Nicolas Saenz Julienne · 3 years, 5 months ago
- 3ecda64 ftrace: Use list_move instead of list_del/list_add by Baokun Li · 3 years, 7 months ago
- 6c14133 ftrace: Do not blindly read the ip address in ftrace_bug() by Steven Rostedt (VMware) · 3 years, 7 months ago
- 7ec901b Merge tag 'trace-v5.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 3 years, 8 months ago
- 8c9af47 ftrace: Handle commands when closing set_ftrace_filter file by Steven Rostedt (VMware) · 3 years, 8 months ago
- 9b1f61d Merge tag 'trace-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 3 years, 8 months ago
- ceaaa12 ftrace: Simplify the calculation of page number for ftrace_page->records some more by Steven Rostedt (VMware) · 3 years, 9 months ago
- db42523 ftrace: Store the order of pages allocated in ftrace_page by Linus Torvalds · 3 years, 9 months ago
- 22d5755 Merge branch 'trace/ftrace/urgent' into HEAD by Steven Rostedt (VMware) · 3 years, 9 months ago
- d19cc4b Merge tag 'trace-v5.12-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 3 years, 9 months ago
- 59300b3 ftrace: Check if pages were allocated before calling free_pages() by Steven Rostedt (VMware) · 3 years, 9 months ago
- f2cc020 tracing: Fix various typos in comments by Ingo Molnar · 3 years, 9 months ago
- 8a141dd ftrace: Fix modify_ftrace_direct. by Alexei Starovoitov · 3 years, 10 months ago
- 09c0796 Merge tag 'trace-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 4 years ago
- 4c75b0f ftrace: Fix updating FTRACE_FL_TRAMP by Naveen N. Rao · 4 years, 1 month ago
- d19ad07 ftrace: Have the callbacks receive a struct ftrace_regs instead of pt_regs by Steven Rostedt (VMware) · 4 years, 2 months ago
- 045e269 ftrace: Remove unused varible 'ret' by Alex Shi · 4 years, 2 months ago
- 773c167 ftrace: Add recording of functions that caused recursion by Steven Rostedt (VMware) · 4 years, 2 months ago
- a25d036 ftrace: Reverse what the RECURSION flag means in the ftrace_ops by Steven Rostedt (VMware) · 4 years, 2 months ago
- fefa636 Merge tag 'trace-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 4 years, 2 months ago
- 7ba031e ftrace: Format variable declarations of ftrace_allocate_records by Steven Rostedt (VMware) · 4 years, 3 months ago
- b40c6ea ftrace: Simplify the calculation of page number for ftrace_page->records by Wei Yang · 4 years, 4 months ago
- be49313 ftrace: Simplify the hash calculation by Steven Rostedt (VMware) · 4 years, 3 months ago
- 59e65b3 ftrace: Use fls() to get the bits for dup_hash() by Wei Yang · 4 years, 4 months ago
- fdda88d ftrace: Fix some typos in comment by Qiujun Huang · 4 years, 3 months ago
- b40341f ftrace: Move RCU is watching check after recursion check by Steven Rostedt (VMware) · 4 years, 3 months ago
- 5c8c206 tracing: Delete repeated words in comments by Randy Dunlap · 4 years, 5 months ago
- 54fa9ba ftrace: Let ftrace_enable_sysctl take a kernel pointer buffer by Tobias Klauser · 4 years, 4 months ago
- 478ece9 ftrace: Fix missing synchronize_rcu() removing trampoline from kallsyms by Adrian Hunter · 4 years, 4 months ago
- d5e4750 ftrace: Free the trampoline when ftrace_startup() fails by Miroslav Benes · 4 years, 4 months ago
- 32663c78 Merge tag 'trace-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 4 years, 5 months ago
- afcab63 tracing: Use trace_sched_process_free() instead of exit() for pid tracing by Steven Rostedt (VMware) · 4 years, 5 months ago
- c58b6b0 ftrace: Fix ftrace_trace_task return value by Josef Bacik · 4 years, 5 months ago
- c5f5157 ftrace: Do not let direct or IPMODIFY ftrace_ops be added to module and set trampolines by Chengming Zhou · 4 years, 5 months ago
- 8a224ff ftrace: Setup correct FTRACE_FL_REGS flags for module by Chengming Zhou · 4 years, 5 months ago
- 78c2141 Merge branch 'perf/vlbr' by Peter Zijlstra · 4 years, 6 months ago
- 5da7cd1 x86/ftrace: Only have the builtin ftrace_regs_caller call direct hooks by Steven Rostedt (VMware) · 4 years, 8 months ago
- 026bb84 ftrace: Fix maybe-uninitialized compiler warning by Kaitao Cheng · 4 years, 7 months ago
- 548e1f6 ftrace: Add perf text poke events for ftrace trampolines by Adrian Hunter · 4 years, 8 months ago
- dd9ddf4 ftrace: Add perf ksymbol events for ftrace trampolines by Adrian Hunter · 4 years, 8 months ago
- fc0ea79 ftrace: Add symbols for ftrace trampolines by Adrian Hunter · 4 years, 8 months ago
- d1e521a Merge tag 'trace-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 4 years, 7 months ago
- 2062a4e kallsyms/printk: add loglvl to print_ip_sym() by Dmitry Safonov · 4 years, 7 months ago
- c143b77 ftrace: show debugging information when panic_on_warn set by Cheng Jian · 4 years, 8 months ago
- 1ed0948 Merge tag 'noinstr-lds-2020-05-19' into core/rcu by Thomas Gleixner · 4 years, 7 months ago
- e5a971d ftrace: Use synchronize_rcu_tasks_rude() instead of ftrace_sync() by Paul E. McKenney · 4 years, 9 months ago
- 353da87 ftrace: Fix memory leak caused by not freeing entry in unregister_ftrace_direct() by Steven Rostedt (VMware) · 4 years, 8 months ago
- aa1a8ce Merge tag 'trace-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 4 years, 9 months ago
- 2768362 tracing: Create set_event_notrace_pid to not trace tasks by Steven Rostedt (VMware) · 4 years, 9 months ago
- b3b1e6e ftrace: Create set_ftrace_notrace_pid to not trace tasks by Steven Rostedt (VMware) · 4 years, 9 months ago
- 717e3f5 ftrace: Make function trace pid filtering a bit more exact by Steven Rostedt (VMware) · 4 years, 9 months ago
- d9815bf ftrace: Return the first found result in lookup_rec() by Artem Savkov · 4 years, 10 months ago
- 54a16ff ftrace: Protect ftrace_graph_hash with ftrace_sync by Steven Rostedt (VMware) · 5 years ago
- fd0e685 tracing: Annotate ftrace_graph_notrace_hash pointer with __rcu by Amol Grover · 5 years ago
- 24a9729 tracing: Annotate ftrace_graph_hash pointer with __rcu by Amol Grover · 5 years ago
- e4075e8 ftrace: fpid_next() should increase position index by Vasily Averin · 5 years ago
- 24589e3 tracing: Use pr_err() instead of WARN() for memory failures by Steven Rostedt (VMware) · 5 years ago
- aff4866 ftrace: Remove NR_TO_INIT macro by Alex Shi · 5 years ago
- 9a09cd7 ftrace: Remove abandoned macros by Alex Shi · 5 years ago
- 1c5eb44 tracing: Rename trace_buffer to array_buffer by Steven Rostedt (VMware) · 5 years ago
- e31f793 ftrace: Avoid potential division by zero in function profiler by Wen Yang · 5 years ago
- 6674fdb Merge tag 'trace-v5.5-3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 5 years ago
- ff20576 ftrace: Fix function_graph tracer interaction with BPF trampoline by Alexei Starovoitov · 5 years ago
- 95f1fa9 Merge tag 'trace-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 5 years ago
- ea806eb ftrace: Add a helper function to modify_ftrace_direct() to allow arch optimization by Steven Rostedt (VMware) · 5 years ago
- 128161f ftrace: Add helper find_direct_entry() to consolidate code by Steven Rostedt (VMware) · 5 years ago
- 406acdd ftrace: Add another check for match in register_ftrace_direct() by Steven Rostedt (VMware) · 5 years ago
- 1c7f9b6 ftrace: Fix accounting bug with direct->count in register_ftrace_direct() by Steven Rostedt (VMware) · 5 years ago
- 0567d68 ftrace: Add modify_ftrace_direct() by Steven Rostedt (VMware) · 5 years ago
- 80042c8 tracing: Use generic type for comparator function by Andy Shevchenko · 5 years ago
- da537f0 ftrace: Add information on number of page groups allocated by Steven Rostedt (VMware) · 5 years ago
- a3ad1a7 ftrace/x86: Add a counter to test function_graph with direct by Steven Rostedt (VMware) · 5 years ago
- 013bf0d ftrace: Add ftrace_find_direct_func() by Steven Rostedt (VMware) · 5 years ago
- 763e34e ftrace: Add register_ftrace_direct() by Steven Rostedt (VMware) · 5 years ago
- 7e16f58 ftrace: Separate out functionality from ftrace_location_range() by Steven Rostedt (VMware) · 5 years ago
- 714641c ftrace: Separate out the copying of a ftrace_hash from __ftrace_hash_move() by Steven Rostedt (VMware) · 5 years ago
- fbf6c73 ftrace: add ftrace_init_nop() by Mark Rutland · 5 years ago
- 7162431 ftrace: Introduce PERMANENT ftrace_ops flag by Miroslav Benes · 5 years ago
- 17911ff tracing: Add locked_down checks to the open calls of files created for tracefs by Steven Rostedt (VMware) · 5 years ago