summaryrefslogtreecommitdiff
path: root/kernel/trace/ftrace.c
AgeCommit message (Expand)AuthorFilesLines
2025-08-28ftrace: Also allocate and copy hash for reading of filter filesSteven Rostedt1-9/+10
2025-06-27ftrace: Fix UAF when lookup kallsym after ftrace disabledYe Bin1-3/+7
2025-05-02ftrace: Add cond_resched() to ftrace_graph_set_hash()zhoumin1-0/+1
2025-03-13ftrace: Avoid potential division by zero in function_stat_show()Nikolay Kuratov1-15/+12
2025-01-09ftrace: use preempt_enable/disable notrace macros to avoid double faultKoichiro Den1-2/+2
2024-12-14ftrace: Fix regression with module command in stack_trace_filterguoweikang1-0/+3
2024-11-17ftrace: Fix possible use-after-free issue in ftrace_location()Zheng Yejian1-9/+21
2023-08-11ftrace: Fix possible warning on checking all pages used in ftrace_process_locs()Zheng Yejian1-14/+31
2023-08-11ftrace: Store the order of pages allocated in ftrace_pageLinus Torvalds1-18/+17
2023-08-11ftrace: Check if pages were allocated before calling free_pages()Steven Rostedt (VMware)1-3/+6
2023-08-11ftrace: Add information on number of page groups allocatedSteven Rostedt (VMware)1-0/+14
2023-03-22ftrace: Fix invalid address access in lookup_rec() when index is 0Chen Zhongjin1-1/+2
2022-11-25ftrace: Fix null pointer dereference in ftrace_add_mod()Xiu Jianfeng1-0/+1
2022-11-25ftrace: Optimize the allocation for mcount entriesWang Wensheng1-1/+1
2022-11-25ftrace: Fix the possible incorrect kernel messageWang Wensheng1-1/+1
2022-10-26ftrace: Properly unset FTRACE_HASH_FL_MODZheng Yejian1-2/+6
2022-09-05ftrace: Fix NULL pointer dereference in is_ftrace_trampoline when ftrace is deadYang Jihong1-0/+10
2022-02-23ftrace: add ftrace_init_nop()Mark Rutland1-3/+3
2021-10-27tracing: Have all levels of checks prevent recursionSteven Rostedt (VMware)1-2/+2
2021-06-16ftrace: Do not blindly read the ip address in ftrace_bug()Steven Rostedt (VMware)1-1/+7
2021-05-11ftrace: Handle commands when closing set_ftrace_filter fileSteven Rostedt (VMware)1-1/+4
2020-12-11ftrace: Fix updating FTRACE_FL_TRAMPNaveen N. Rao1-1/+21
2020-10-07ftrace: Move RCU is watching check after recursion checkSteven Rostedt (VMware)1-4/+2
2020-08-21tracing: Use trace_sched_process_free() instead of exit() for pid tracingSteven Rostedt (VMware)1-2/+2
2020-08-21ftrace: Setup correct FTRACE_FL_REGS flags for moduleChengming Zhou1-4/+7
2020-02-24ftrace: fpid_next() should increase position indexVasily Averin1-2/+3
2020-02-11ftrace: Protect ftrace_graph_hash with ftrace_syncSteven Rostedt (VMware)1-2/+9
2020-02-11tracing: Annotate ftrace_graph_notrace_hash pointer with __rcuAmol Grover1-1/+1
2020-02-11tracing: Annotate ftrace_graph_hash pointer with __rcuAmol Grover1-1/+1
2020-01-09ftrace: Avoid potential division by zero in function profilerWen Yang1-3/+3
2019-10-12tracing: Add locked_down checks to the open calls of files created for tracefsSteven Rostedt (VMware)1-1/+22
2019-10-12tracing: Add tracing_check_open_get_tr()Steven Rostedt (VMware)1-3/+4
2019-10-12ftrace: Get a reference counter for the trace_array on filter filesSteven Rostedt (VMware)1-9/+18
2019-09-20Merge tag 'trace-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds1-5/+1
2019-09-17ftrace: Simplify ftrace hash lookup code in clear_func_from_hash()Changbin Du1-5/+1
2019-09-16Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2019-08-30ftrace: Check for successful allocation of hashNaveen N. Rao1-0/+5
2019-08-30ftrace: Check for empty hash and comment the race with registering probesSteven Rostedt (VMware)1-1/+9
2019-08-30ftrace: Fix NULL pointer dereference in t_probe_next()Naveen N. Rao1-0/+4
2019-07-31tracing: Use CONFIG_PREEMPTIONThomas Gleixner1-1/+1
2019-07-18Merge tag 'trace-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds1-23/+25
2019-06-28ftrace/x86: Remove possible deadlock between register_kprobe() and ftrace_run...Petr Mladek1-9/+1
2019-06-14ftrace: Fix NULL pointer dereference in free_ftrace_func_mapper()Wei Li1-2/+5
2019-06-14module: Fix livepatch/ftrace module text permissions raceJosh Poimboeuf1-1/+9
2019-06-14tracing: avoid build warning with HAVE_NOP_MCOUNTVasily Gorbik1-3/+2
2019-05-25ftrace: Enable trampoline when rec count returns back to oneCheng Jian1-13/+15
2019-05-25ftrace: Make enable and update parameters bool when applicableSteven Rostedt (VMware)1-10/+10
2019-05-15Merge tag 'trace-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds1-5/+4
2019-05-08tracing: Eliminate const char[] auto variablesRasmus Villemoes1-1/+1
2019-04-19kprobes: Mark ftrace mcount handler functions nokprobeMasami Hiramatsu1-1/+5