mirror of
https://github.com/torvalds/linux.git
synced 2026-06-08 14:42:37 +02:00
ANDROID: vendor_hooks: Export the tracepoints task_rename
Export the tracepoint task_rename and let module probe it. Bug: 189985971 Change-Id: I3bb71eae316e3096d361e7b47012ba46ea4be509 Signed-off-by: Liujie Xie <xieliujie@oppo.com>
This commit is contained in:
parent
f2d87eb3a0
commit
016d3f7b69
|
|
@ -75,6 +75,8 @@
|
||||||
#include <trace/events/sched.h>
|
#include <trace/events/sched.h>
|
||||||
#include <trace/hooks/sched.h>
|
#include <trace/hooks/sched.h>
|
||||||
|
|
||||||
|
EXPORT_TRACEPOINT_SYMBOL_GPL(task_rename);
|
||||||
|
|
||||||
static int bprm_creds_from_file(struct linux_binprm *bprm);
|
static int bprm_creds_from_file(struct linux_binprm *bprm);
|
||||||
|
|
||||||
int suid_dumpable = 0;
|
int suid_dumpable = 0;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user