index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
trace
/
ftrace.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-05-27
ftrace: Fix typo in comment
Julia Lawall
1
-1
/
+1
2022-05-27
ftrace: Remove return value of ftrace_arch_modify_*()
Li kunyu
1
-12
/
+4
2022-05-27
ftrace: Deal with error return code of the ftrace_process_locs() function
Yuntao Wang
1
-4
/
+13
2022-05-27
tracing: Use trace_create_file() to simplify creation of tracefs entries
Yuntao Wang
1
-6
/
+3
2022-04-28
tracing: Remove check of list iterator against head past the loop body
Jakob Koschel
1
-8
/
+12
2022-03-27
Merge tag 'x86_core_for_5.18_rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-8
/
+40
2022-03-24
Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
1
-9
/
+49
2022-03-23
Merge tag 'trace-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...
Linus Torvalds
1
-0
/
+2
2022-03-22
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
1
-9
/
+49
2022-03-18
ftrace: Add ftrace_set_filter_ips function
Jiri Olsa
1
-9
/
+49
2022-03-15
x86/ibt,ftrace: Search for __fentry__ location
Peter Zijlstra
1
-8
/
+40
2022-03-15
Merge tag 'v5.17-rc8' into sched/core, to pick up fixes
Ingo Molnar
1
-3
/
+2
2022-03-11
tracing: Add snapshot at end of kernel boot up
Steven Rostedt (Google)
1
-0
/
+2
2022-03-09
ftrace: Fix some W=1 warnings in kernel doc comments
Jiapeng Chong
1
-2
/
+2
2022-03-01
sched/tracing: Don't re-read p->state when emitting sched_switch event
Valentin Schneider
1
-1
/
+3
2022-02-25
ftrace: Remove unused ftrace_startup_enable() stub
Nathan Chancellor
1
-1
/
+0
2022-01-23
Merge tag 'trace-v5.17-3' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...
Linus Torvalds
1
-2
/
+2
2022-01-23
ftrace: Fix assuming build time sort works for s390
Steven Rostedt (Google)
1
-2
/
+2
2022-01-16
Merge tag 'trace-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...
Linus Torvalds
1
-2
/
+32
2022-01-14
ftrace: Add test to make sure compiled time sorts work
Steven Rostedt (VMware)
1
-0
/
+23
2022-01-14
scripts: ftrace - move the sort-processing in ftrace_init
Yinan Liu
1
-2
/
+9
2021-12-08
ftrace: Add cleanup to unregister_ftrace_direct_multi
Jiri Olsa
1
-0
/
+4
2021-12-08
ftrace: Use direct_ops hash in unregister_ftrace_direct
Jiri Olsa
1
-1
/
+3
2021-11-11
Merge tag 'trace-v5.16-3' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...
Linus Torvalds
1
-1
/
+2
2021-11-10
ftrace/direct: Fix lockup in modify_ftrace_direct_multi
Jiri Olsa
1
-1
/
+2
2021-11-09
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-1
/
+1
2021-11-09
sections: move and rename core_kernel_data() to is_kernel_core_data()
Kefeng Wang
1
-1
/
+1
2021-11-02
Merge tag 'trace-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...
Linus Torvalds
1
-65
/
+283
2021-10-29
ftrace: Fix kernel-doc formatting issues
Steven Rostedt (VMware)
1
-8
/
+10
2021-10-27
ftrace: disable preemption when recursion locked
王贇
1
-10
/
+5
2021-10-26
ftrace: Make ftrace_profile_pages_init static
chongjiapeng
1
-1
/
+1
2021-10-21
ftrace/direct: Do not disable when switching direct callers
Steven Rostedt (VMware)
1
-14
/
+20
2021-10-21
ftrace: Add multi direct modify interface
Jiri Olsa
1
-0
/
+62
2021-10-21
ftrace: Add multi direct register/unregister interface
Jiri Olsa
1
-0
/
+142
2021-10-21
ftrace: Add ftrace_add_rec_direct function
Jiri Olsa
1
-27
/
+37
2021-10-20
tracing: Use linker magic instead of recasting ftrace_ops_list_func()
Steven Rostedt (VMware)
1
-13
/
+10
2021-10-19
tracing: Have all levels of checks prevent recursion
Steven Rostedt (VMware)
1
-2
/
+2
2021-10-09
ftrace: Cleanup ftrace_dyn_arch_init()
Weizhao Ouyang
1
-0
/
+5
2021-10-09
tracing: Disable "other" permission bits in the tracefs files
Steven Rostedt (VMware)
1
-11
/
+12
2021-10-06
tracing: Place trace_pid_list logic into abstract functions
Steven Rostedt (VMware)
1
-3
/
+3
2021-08-03
ftrace: Introduce ftrace_need_init_nop()
Ilya Leoshkevich
1
-2
/
+2
2021-07-23
ftrace: Remove redundant initialization of variable ret
Colin Ian King
1
-1
/
+1
2021-07-23
ftrace: Avoid synchronize_rcu_tasks_rude() call when not necessary
Nicolas Saenz Julienne
1
-1
/
+2
2021-07-08
ftrace: Use list_move instead of list_del/list_add
Baokun Li
1
-2
/
+1
2021-06-08
ftrace: Do not blindly read the ip address in ftrace_bug()
Steven Rostedt (VMware)
1
-1
/
+7
2021-05-06
Merge tag 'trace-v5.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...
Linus Torvalds
1
-1
/
+4
2021-05-05
ftrace: Handle commands when closing set_ftrace_filter file
Steven Rostedt (VMware)
1
-1
/
+4
2021-05-03
Merge tag 'trace-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...
Linus Torvalds
1
-30
/
+23
2021-04-01
ftrace: Simplify the calculation of page number for ftrace_page->records some...
Steven Rostedt (VMware)
1
-8
/
+2
2021-04-01
ftrace: Store the order of pages allocated in ftrace_page
Linus Torvalds
1
-18
/
+17
[next]