summaryrefslogtreecommitdiffstats
path: root/kernel/trace/ftrace.c
Commit message (Expand)AuthorAgeFilesLines
* ftrace: Fix issue that 'direct->addr' not restored in modify_ftrace_direct()Zheng Yejian2023-04-131-6/+9
* 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-261-0/+1
* ftrace: Optimize the allocation for mcount entriesWang Wensheng2022-11-261-1/+1
* ftrace: Fix the possible incorrect kernel messageWang Wensheng2022-11-261-1/+1
* ftrace: Fix use-after-free for dynamic ftrace_opsLi Huafei2022-11-101-13/+3
* 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: Place trace_pid_list logic into abstract functionsSteven Rostedt (VMware)2022-07-291-3/+3
* ftrace: Clean up hash direct_functions on register failuresSong Liu2022-06-091-3/+2
* tracing: Disable "other" permission bits in the tracefs filesSteven Rostedt (VMware)2021-11-181-11/+12
* ftrace: Fix kernel-doc formatting issuesSteven Rostedt (VMware)2021-10-291-8/+10
* tracing: Have all levels of checks prevent recursionSteven Rostedt (VMware)2021-10-181-2/+2
* ftrace: Introduce ftrace_need_init_nop()Ilya Leoshkevich2021-08-031-2/+2
* ftrace: Remove redundant initialization of variable retColin Ian King2021-07-231-1/+1
* ftrace: Avoid synchronize_rcu_tasks_rude() call when not necessaryNicolas Saenz Julienne2021-07-231-1/+2
* ftrace: Use list_move instead of list_del/list_addBaokun Li2021-07-081-2/+1
* ftrace: Do not blindly read the ip address in ftrace_bug()Steven Rostedt (VMware)2021-06-081-1/+7
* Merge tag 'trace-v5.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds2021-05-061-1/+4
|\
| * ftrace: Handle commands when closing set_ftrace_filter fileSteven Rostedt (VMware)2021-05-051-1/+4
* | Merge tag 'trace-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2021-05-031-30/+23
|\|
| * ftrace: Simplify the calculation of page number for ftrace_page->records some...Steven Rostedt (VMware)2021-04-011-8/+2
| * ftrace: Store the order of pages allocated in ftrace_pageLinus Torvalds2021-04-011-18/+17
| * Merge branch 'trace/ftrace/urgent' into HEADSteven Rostedt (VMware)2021-04-011-3/+6
| |\
| * | tracing: Fix various typos in commentsIngo Molnar2021-03-231-4/+4
* | | Merge tag 'trace-v5.12-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-03-311-3/+6
|\ \ \ | | |/ | |/|
| * | ftrace: Check if pages were allocated before calling free_pages()Steven Rostedt (VMware)2021-03-301-3/+6
| |/
* / ftrace: Fix modify_ftrace_direct.Alexei Starovoitov2021-03-171-5/+38
|/
* Merge tag 'trace-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2020-12-171-29/+28
|\
| * ftrace: Have the callbacks receive a struct ftrace_regs instead of pt_regsSteven Rostedt (VMware)2020-11-131-12/+15
| * ftrace: Remove unused varible 'ret'Alex Shi2020-11-101-4/+2
| * ftrace: Add recording of functions that caused recursionSteven Rostedt (VMware)2020-11-061-2/+2
| * ftrace: Reverse what the RECURSION flag means in the ftrace_opsSteven Rostedt (VMware)2020-11-061-11/+9
* | ftrace: Fix updating FTRACE_FL_TRAMPNaveen N. Rao2020-11-301-1/+21
|/
* Merge tag 'trace-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2020-10-151-11/+13
|\
| * ftrace: Format variable declarations of ftrace_allocate_recordsSteven Rostedt (VMware)2020-10-081-1/+2
| * ftrace: Simplify the calculation of page number for ftrace_page->recordsWei Yang2020-10-081-3/+4
| * ftrace: Simplify the hash calculationSteven Rostedt (VMware)2020-10-081-4/+3
| * ftrace: Use fls() to get the bits for dup_hash()Wei Yang2020-10-081-2/+3
| * ftrace: Fix some typos in commentQiujun Huang2020-10-021-5/+5
| * tracing: Delete repeated words in commentsRandy Dunlap2020-09-211-1/+1
* | ftrace: Move RCU is watching check after recursion checkSteven Rostedt (VMware)2020-09-291-4/+2
|/
* ftrace: Let ftrace_enable_sysctl take a kernel pointer bufferTobias Klauser2020-09-181-2/+1
* ftrace: Fix missing synchronize_rcu() removing trampoline from kallsymsAdrian Hunter2020-09-181-0/+1
* ftrace: Free the trampoline when ftrace_startup() failsMiroslav Benes2020-09-181-0/+2
* Merge tag 'trace-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2020-08-071-9/+25
|\
| * tracing: Use trace_sched_process_free() instead of exit() for pid tracingSteven Rostedt (VMware)2020-08-041-2/+2
| * ftrace: Fix ftrace_trace_task return valueJosef Bacik2020-08-031-3/+0
| * ftrace: Do not let direct or IPMODIFY ftrace_ops be added to module and set t...Chengming Zhou2020-07-301-0/+8
| * ftrace: Setup correct FTRACE_FL_REGS flags for moduleChengming Zhou2020-07-301-4/+7