summaryrefslogtreecommitdiffstats
path: root/kernel/trace/ftrace.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'x86_core_for_5.18_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-03-271-8/+40
|\
| * x86/ibt,ftrace: Search for __fentry__ locationPeter Zijlstra2022-03-151-8/+40
* | Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2022-03-241-9/+49
|\ \
| * \ Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-03-221-9/+49
| |\ \ | | |/ | |/|
| | * ftrace: Add ftrace_set_filter_ips functionJiri Olsa2022-03-171-9/+49
* | | Merge tag 'trace-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2022-03-231-0/+2
|\ \ \
| * | | tracing: Add snapshot at end of kernel boot upSteven Rostedt (Google)2022-03-111-0/+2
* | | | Merge tag 'v5.17-rc8' into sched/core, to pick up fixesIngo Molnar2022-03-151-3/+2
|\ \ \ \ | | |/ / | |/| |
| * | | ftrace: Fix some W=1 warnings in kernel doc commentsJiapeng Chong2022-03-091-2/+2
| | |/ | |/|
| * | ftrace: Remove unused ftrace_startup_enable() stubNathan Chancellor2022-02-251-1/+0
| |/
* / sched/tracing: Don't re-read p->state when emitting sched_switch eventValentin Schneider2022-03-011-1/+3
|/
* Merge tag 'trace-v5.17-3' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds2022-01-231-2/+2
|\
| * ftrace: Fix assuming build time sort works for s390Steven Rostedt (Google)2022-01-231-2/+2
* | Merge tag 'trace-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2022-01-161-2/+32
|\|
| * ftrace: Add test to make sure compiled time sorts workSteven Rostedt (VMware)2022-01-131-0/+23
| * scripts: ftrace - move the sort-processing in ftrace_initYinan Liu2022-01-131-2/+9
* | ftrace: Add cleanup to unregister_ftrace_direct_multiJiri Olsa2021-12-081-0/+4
* | ftrace: Use direct_ops hash in unregister_ftrace_directJiri Olsa2021-12-081-1/+3
|/
* Merge tag 'trace-v5.16-3' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds2021-11-111-1/+2
|\
| * ftrace/direct: Fix lockup in modify_ftrace_direct_multiJiri Olsa2021-11-101-1/+2
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-11-091-1/+1
|\ \
| * | sections: move and rename core_kernel_data() to is_kernel_core_data()Kefeng Wang2021-11-091-1/+1
* | | Merge tag 'trace-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2021-11-011-65/+283
|\ \ \ | |/ / |/| / | |/
| * ftrace: disable preemption when recursion locked王贇2021-10-271-10/+5
| * ftrace: Make ftrace_profile_pages_init staticchongjiapeng2021-10-251-1/+1
| * ftrace/direct: Do not disable when switching direct callersSteven Rostedt (VMware)2021-10-211-14/+20
| * ftrace: Add multi direct modify interfaceJiri Olsa2021-10-211-0/+62
| * ftrace: Add multi direct register/unregister interfaceJiri Olsa2021-10-211-0/+142
| * ftrace: Add ftrace_add_rec_direct functionJiri Olsa2021-10-211-27/+37
| * tracing: Use linker magic instead of recasting ftrace_ops_list_func()Steven Rostedt (VMware)2021-10-191-13/+10
| * ftrace: Cleanup ftrace_dyn_arch_init()Weizhao Ouyang2021-10-081-0/+5
| * tracing: Disable "other" permission bits in the tracefs filesSteven Rostedt (VMware)2021-10-081-11/+12
| * tracing: Place trace_pid_list logic into abstract functionsSteven Rostedt (VMware)2021-10-051-3/+3
* | 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
|/