[skip ci]kernel: Add support for ksu_devpts_hook handling in ksu tracepoints

This commit is contained in:
ShirkNeko
2025-08-15 10:32:23 +08:00
parent dbc662486b
commit 6b2bf23946
5 changed files with 84 additions and 1 deletions

View File

@@ -31,6 +31,10 @@ 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