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 21:50:53 +08:00
parent 868b1e655f
commit 90611232ed
3 changed files with 0 additions and 36 deletions

View File

@@ -7,11 +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),
@@ -35,8 +30,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 */