summaryrefslogtreecommitdiffstats
path: root/kernel/trace/ftrace.c
Commit message (Expand)AuthorAgeFilesLines
* ftrace: Fix possible warning on checking all pages used in ftrace_process_locs()Zheng Yejian2023-08-111-14/+31
* ftrace: Store the order of pages allocated in ftrace_pageLinus Torvalds2023-08-111-18/+17
* ftrace: Check if pages were allocated before calling free_pages()Steven Rostedt (VMware)2023-08-111-3/+6
* ftrace: Add information on number of page groups allocatedSteven Rostedt (VMware)2023-08-111-0/+14
* ftrace: Fix invalid address access in lookup_rec() when index is 0Chen Zhongjin2023-03-221-1/+2
* ftrace: Fix null pointer dereference in ftrace_add_mod()Xiu Jianfeng2022-11-251-0/+1
* ftrace: Optimize the allocation for mcount entriesWang Wensheng2022-11-251-1/+1
* ftrace: Fix the possible incorrect kernel messageWang Wensheng2022-11-251-1/+1
* ftrace: Properly unset FTRACE_HASH_FL_MODZheng Yejian2022-10-261-2/+6
* ftrace: Fix NULL pointer dereference in is_ftrace_trampoline when ftrace is deadYang Jihong2022-09-051-0/+10
* tracing: Have all levels of checks prevent recursionSteven Rostedt (VMware)2021-10-271-2/+2
* ftrace: Do not blindly read the ip address in ftrace_bug()Steven Rostedt (VMware)2021-06-161-1/+7
* ftrace: Handle commands when closing set_ftrace_filter fileSteven Rostedt (VMware)2021-05-221-1/+4
* fgraph: Initialize tracing_graph_pause at task creationSteven Rostedt (VMware)2021-02-131-2/+0
* ftrace: Fix updating FTRACE_FL_TRAMPNaveen N. Rao2020-12-111-1/+21
* ftrace: Move RCU is watching check after recursion checkSteven Rostedt (VMware)2020-10-071-4/+2
* tracing: Use trace_sched_process_free() instead of exit() for pid tracingSteven Rostedt (VMware)2020-08-211-2/+2
* ftrace: Setup correct FTRACE_FL_REGS flags for moduleChengming Zhou2020-08-211-4/+7
* ftrace: fpid_next() should increase position indexVasily Averin2020-02-241-2/+3
* ftrace: Protect ftrace_graph_hash with ftrace_syncSteven Rostedt (VMware)2020-02-111-2/+9
* tracing: Annotate ftrace_graph_notrace_hash pointer with __rcuAmol Grover2020-02-111-1/+1
* tracing: Annotate ftrace_graph_hash pointer with __rcuAmol Grover2020-02-111-1/+1
* ftrace: Avoid potential division by zero in function profilerWen Yang2020-01-091-3/+3
* ftrace: Get a reference counter for the trace_array on filter filesSteven Rostedt (VMware)2019-10-171-9/+18
* ftrace: Check for empty hash and comment the race with registering probesSteven Rostedt (VMware)2019-09-061-1/+9
* ftrace: Check for successful allocation of hashNaveen N. Rao2019-09-061-0/+5
* ftrace: Fix NULL pointer dereference in t_probe_next()Naveen N. Rao2019-09-061-0/+4
* ftrace: Enable trampoline when rec count returns back to oneCheng Jian2019-08-061-13/+15
* ftrace/x86: Remove possible deadlock between register_kprobe() and ftrace_run...Petr Mladek2019-07-101-9/+1
* ftrace: Fix NULL pointer dereference in free_ftrace_func_mapper()Wei Li2019-07-101-2/+5
* module: Fix livepatch/ftrace module text permissions raceJosh Poimboeuf2019-07-101-1/+9
* tracing: avoid build warning with HAVE_NOP_MCOUNTVasily Gorbik2019-07-101-3/+2
* kprobes: Mark ftrace mcount handler functions nokprobeMasami Hiramatsu2019-04-271-1/+5
* tracing: Fix memory leak of instance function hash filtersSteven Rostedt (VMware)2018-12-191-0/+1
* function_graph: Have profiler use curr_ret_stack and not depthSteven Rostedt (VMware)2018-12-051-2/+2
* function_graph: Use new curr_ret_depth to manage depth instead of curr_ret_stackSteven Rostedt (VMware)2018-12-051-0/+3
* tracing: Add SPDX License format tags to tracing filesSteven Rostedt (VMware)2018-08-161-0/+1
* tracing: Add -mcount-nop option supportVasily Gorbik2018-08-151-0/+2
* ftrace: Remove unused pointer ftrace_swapper_pidColin Ian King2018-08-101-2/+0
* ftrace: Use true and false for boolean values in ops_references_rec()Gustavo A. R. Silva2018-08-011-5/+5
* tracing: Remove orphaned function ftrace_nr_registered_ops()Masami Hiramatsu2018-07-261-24/+0
* tracing: Remove orphaned function using_ftrace_ops_list_func().Masami Hiramatsu2018-07-261-5/+0
* ftrace: Nuke clear_ftrace_functionYisheng Xie2018-07-031-12/+1
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-1/+1
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-12/+14
* ftrace: Have set_graph_* files have normal file modesChen LinX2018-05-031-2/+2
* ftrace: Drop a VLA in module_exists()Salvatore Mesoraca2018-04-061-4/+3
* ftrace: Remove incorrect setting of glob search fieldSteven Rostedt (VMware)2018-02-081-1/+0
* tracing: Make sure the parsed string always terminates with '\0'Changbin Du2018-01-231-2/+0
* ftrace, orc, x86: Handle ftrace dynamically allocated trampolinesSteven Rostedt (VMware)2018-01-231-12/+17