Commit 1351148
ftrace: Use within_module to check rec->ip within specified module.
within_module_core && within_module_init condition is same to
within module but it's more readable.
Use within_module instead of former condition to check rec->ip
within specified module area or not.
Link: https://lore.kernel.org/linux-trace-kernel/20230803205236.32201-1-ppbuk5246@gmail.com
Signed-off-by: Levi Yun <ppbuk5246@gmail.com>
Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org>1 parent 2933d3c commit 1351148
1 file changed
Lines changed: 2 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6779 | 6779 | | |
6780 | 6780 | | |
6781 | 6781 | | |
6782 | | - | |
6783 | | - | |
| 6782 | + | |
6784 | 6783 | | |
6785 | 6784 | | |
6786 | 6785 | | |
| |||
6852 | 6851 | | |
6853 | 6852 | | |
6854 | 6853 | | |
6855 | | - | |
6856 | | - | |
| 6854 | + | |
6857 | 6855 | | |
6858 | 6856 | | |
6859 | 6857 | | |
| |||
0 commit comments