summaryrefslogtreecommitdiff
path: root/kernel/trace/ftrace.c
AgeCommit message (Expand)AuthorFilesLines
2022-05-27ftrace: Fix typo in commentJulia Lawall1-1/+1
2022-05-27ftrace: Remove return value of ftrace_arch_modify_*()Li kunyu1-12/+4
2022-05-27ftrace: Deal with error return code of the ftrace_process_locs() functionYuntao Wang1-4/+13
2022-05-27tracing: Use trace_create_file() to simplify creation of tracefs entriesYuntao Wang1-6/+3
2022-04-28tracing: Remove check of list iterator against head past the loop bodyJakob Koschel1-8/+12
2022-03-27Merge tag 'x86_core_for_5.18_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-8/+40
2022-03-24Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-9/+49
2022-03-23Merge tag 'trace-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds1-0/+2
2022-03-22Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-9/+49
2022-03-18ftrace: Add ftrace_set_filter_ips functionJiri Olsa1-9/+49
2022-03-15x86/ibt,ftrace: Search for __fentry__ locationPeter Zijlstra1-8/+40
2022-03-15Merge tag 'v5.17-rc8' into sched/core, to pick up fixesIngo Molnar1-3/+2
2022-03-11tracing: Add snapshot at end of kernel boot upSteven Rostedt (Google)1-0/+2
2022-03-09ftrace: Fix some W=1 warnings in kernel doc commentsJiapeng Chong1-2/+2
2022-03-01sched/tracing: Don't re-read p->state when emitting sched_switch eventValentin Schneider1-1/+3
2022-02-25ftrace: Remove unused ftrace_startup_enable() stubNathan Chancellor1-1/+0
2022-01-23Merge tag 'trace-v5.17-3' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds1-2/+2
2022-01-23ftrace: Fix assuming build time sort works for s390Steven Rostedt (Google)1-2/+2
2022-01-16Merge tag 'trace-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds1-2/+32
2022-01-14ftrace: Add test to make sure compiled time sorts workSteven Rostedt (VMware)1-0/+23
2022-01-14scripts: ftrace - move the sort-processing in ftrace_initYinan Liu1-2/+9
2021-12-08ftrace: Add cleanup to unregister_ftrace_direct_multiJiri Olsa1-0/+4
2021-12-08ftrace: Use direct_ops hash in unregister_ftrace_directJiri Olsa1-1/+3
2021-11-11Merge tag 'trace-v5.16-3' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds1-1/+2
2021-11-10ftrace/direct: Fix lockup in modify_ftrace_direct_multiJiri Olsa1-1/+2
2021-11-09Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2021-11-09sections: move and rename core_kernel_data() to is_kernel_core_data()Kefeng Wang1-1/+1
2021-11-02Merge tag 'trace-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds1-65/+283
2021-10-29ftrace: Fix kernel-doc formatting issuesSteven Rostedt (VMware)1-8/+10
2021-10-27ftrace: disable preemption when recursion locked王贇1-10/+5
2021-10-26ftrace: Make ftrace_profile_pages_init staticchongjiapeng1-1/+1
2021-10-21ftrace/direct: Do not disable when switching direct callersSteven Rostedt (VMware)1-14/+20
2021-10-21ftrace: Add multi direct modify interfaceJiri Olsa1-0/+62
2021-10-21ftrace: Add multi direct register/unregister interfaceJiri Olsa1-0/+142
2021-10-21ftrace: Add ftrace_add_rec_direct functionJiri Olsa1-27/+37
2021-10-20tracing: Use linker magic instead of recasting ftrace_ops_list_func()Steven Rostedt (VMware)1-13/+10
2021-10-19tracing: Have all levels of checks prevent recursionSteven Rostedt (VMware)1-2/+2
2021-10-09ftrace: Cleanup ftrace_dyn_arch_init()Weizhao Ouyang1-0/+5
2021-10-09tracing: Disable "other" permission bits in the tracefs filesSteven Rostedt (VMware)1-11/+12
2021-10-06tracing: Place trace_pid_list logic into abstract functionsSteven Rostedt (VMware)1-3/+3
2021-08-03ftrace: Introduce ftrace_need_init_nop()Ilya Leoshkevich1-2/+2
2021-07-23ftrace: Remove redundant initialization of variable retColin Ian King1-1/+1
2021-07-23ftrace: Avoid synchronize_rcu_tasks_rude() call when not necessaryNicolas Saenz Julienne1-1/+2
2021-07-08ftrace: Use list_move instead of list_del/list_addBaokun Li1-2/+1
2021-06-08ftrace: Do not blindly read the ip address in ftrace_bug()Steven Rostedt (VMware)1-1/+7
2021-05-06Merge tag 'trace-v5.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds1-1/+4
2021-05-05ftrace: Handle commands when closing set_ftrace_filter fileSteven Rostedt (VMware)1-1/+4
2021-05-03Merge tag 'trace-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds1-30/+23
2021-04-01ftrace: Simplify the calculation of page number for ftrace_page->records some...Steven Rostedt (VMware)1-8/+2
2021-04-01ftrace: Store the order of pages allocated in ftrace_pageLinus Torvalds1-18/+17