aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace/ftrace.c
AgeCommit message (Expand)Author
2023-08-11ftrace: Fix possible warning on checking all pages used in ftrace_process_locs()Zheng Yejian
2023-08-11ftrace: Store the order of pages allocated in ftrace_pageLinus Torvalds
2023-08-11ftrace: Check if pages were allocated before calling free_pages()Steven Rostedt (VMware)
2023-08-11ftrace: Add information on number of page groups allocatedSteven Rostedt (VMware)
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-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
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-22ftrace: Handle commands when closing set_ftrace_filter fileSteven Rostedt (VMware)
2021-02-13fgraph: Initialize tracing_graph_pause at task creationSteven Rostedt (VMware)
2020-12-11ftrace: Fix updating FTRACE_FL_TRAMPNaveen N. Rao
2020-10-07ftrace: Move RCU is watching check after recursion checkSteven Rostedt (VMware)
2020-08-21tracing: Use trace_sched_process_free() instead of exit() for pid tracingSteven Rostedt (VMware)
2020-08-21ftrace: Setup correct FTRACE_FL_REGS flags for moduleChengming Zhou
2020-02-24ftrace: fpid_next() should increase position indexVasily Averin
2020-02-11ftrace: Protect ftrace_graph_hash with ftrace_syncSteven Rostedt (VMware)
2020-02-11tracing: Annotate ftrace_graph_notrace_hash pointer with __rcuAmol Grover
2020-02-11tracing: Annotate ftrace_graph_hash pointer with __rcuAmol Grover
2020-01-09ftrace: Avoid potential division by zero in function profilerWen Yang
2019-10-17ftrace: Get a reference counter for the trace_array on filter filesSteven Rostedt (VMware)
2019-09-06ftrace: Check for empty hash and comment the race with registering probesSteven Rostedt (VMware)
2019-09-06ftrace: Check for successful allocation of hashNaveen N. Rao
2019-09-06ftrace: Fix NULL pointer dereference in t_probe_next()Naveen N. Rao
2019-08-06ftrace: Enable trampoline when rec count returns back to oneCheng Jian
2019-07-10ftrace/x86: Remove possible deadlock between register_kprobe() and ftrace_run...Petr Mladek
2019-07-10ftrace: Fix NULL pointer dereference in free_ftrace_func_mapper()Wei Li
2019-07-10module: Fix livepatch/ftrace module text permissions raceJosh Poimboeuf
2019-07-10tracing: avoid build warning with HAVE_NOP_MCOUNTVasily Gorbik
2019-04-27kprobes: Mark ftrace mcount handler functions nokprobeMasami Hiramatsu
2018-12-19tracing: Fix memory leak of instance function hash filtersSteven Rostedt (VMware)
2018-12-05function_graph: Have profiler use curr_ret_stack and not depthSteven Rostedt (VMware)
2018-12-05function_graph: Use new curr_ret_depth to manage depth instead of curr_ret_stackSteven Rostedt (VMware)
2018-08-16tracing: Add SPDX License format tags to tracing filesSteven Rostedt (VMware)
2018-08-15tracing: Add -mcount-nop option supportVasily Gorbik
2018-08-10ftrace: Remove unused pointer ftrace_swapper_pidColin Ian King
2018-08-01ftrace: Use true and false for boolean values in ops_references_rec()Gustavo A. R. Silva
2018-07-26tracing: Remove orphaned function ftrace_nr_registered_ops()Masami Hiramatsu
2018-07-26tracing: Remove orphaned function using_ftrace_ops_list_func().Masami Hiramatsu
2018-07-03ftrace: Nuke clear_ftrace_functionYisheng Xie
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-05-03ftrace: Have set_graph_* files have normal file modesChen LinX
2018-04-06ftrace: Drop a VLA in module_exists()Salvatore Mesoraca
2018-02-08ftrace: Remove incorrect setting of glob search fieldSteven Rostedt (VMware)
2018-01-23tracing: Make sure the parsed string always terminates with '\0'Changbin Du
2018-01-23ftrace, orc, x86: Handle ftrace dynamically allocated trampolinesSteven Rostedt (VMware)