kernel: Bump tracepoint_hooks to version v1.1

Remove `devpts_hook` and `execveat_hook` from `tracepoint_hooks`
This commit is contained in:
ShirkNeko
2025-09-24 22:04:17 +08:00
parent ccc5cb74bf
commit f1f7c61aee
3 changed files with 1 additions and 32 deletions

View File

@@ -7,10 +7,6 @@
#include <linux/fs.h>
#include <linux/tracepoint.h>
DECLARE_TRACE(ksu_trace_execveat_hook,
TP_PROTO(int *fd, struct filename **filename_ptr, void *argv, void *envp, int *flags),
TP_ARGS(fd, filename_ptr, argv, envp, flags));
DECLARE_TRACE(ksu_trace_execveat_sucompat_hook,
TP_PROTO(int *fd, struct filename **filename_ptr, void *argv, void *envp, int *flags),
TP_ARGS(fd, filename_ptr, argv, envp, flags));
@@ -31,10 +27,6 @@ DECLARE_TRACE(ksu_trace_input_hook,
TP_PROTO(unsigned int *type, unsigned int *code, int *value),
TP_ARGS(type, code, value));
DECLARE_TRACE(ksu_trace_devpts_hook,
TP_PROTO(struct inode *inode),
TP_ARGS(inode));
#endif /* _KSU_TRACE_H */
#undef TRACE_INCLUDE_PATH