Searched hist:"29 e8077ae2beea6a85ad2d0bae9c550bd5d05ed9" (Results 1 – 2 of 2) sorted by relevance
/linux/include/linux/ |
H A D | kprobes.h | diff 29e8077ae2beea6a85ad2d0bae9c550bd5d05ed9 Tue Sep 14 16:40:16 CEST 2021 Masami Hiramatsu <mhiramat@kernel.org> kprobes: Use bool type for functions which returns boolean value
Use the 'bool' type instead of 'int' for the functions which returns a boolean value, because this makes clear that those functions don't return any error code.
Link: https://lkml.kernel.org/r/163163041649.489837.17311187321419747536.stgit@devnote2
Signed-off-by: Masami Hiramatsu <mhiramat@kernel.org> Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
|
/linux/kernel/trace/ |
H A D | trace_kprobe.c | diff 29e8077ae2beea6a85ad2d0bae9c550bd5d05ed9 Tue Sep 14 16:40:16 CEST 2021 Masami Hiramatsu <mhiramat@kernel.org> kprobes: Use bool type for functions which returns boolean value
Use the 'bool' type instead of 'int' for the functions which returns a boolean value, because this makes clear that those functions don't return any error code.
Link: https://lkml.kernel.org/r/163163041649.489837.17311187321419747536.stgit@devnote2
Signed-off-by: Masami Hiramatsu <mhiramat@kernel.org> Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
|