ANDROID: vendor_hooks: Export the tracepoints task_rename

Export the tracepoint task_rename to identify specific new task,
to customize task's util for power and performance, or optimize
task schedule parameters.

Bug: 189985971

Change-Id: I3bb71eae316e3096d361e7b47012ba46ea4be509
Signed-off-by: Liujie Xie <xieliujie@oppo.com>
(cherry picked from commit 016d3f7b69)
(cherry picked from commit cfc14a391adb4d44d8186694b4884815bd85be6c)
This commit is contained in:
Liujie Xie
2021-06-03 17:41:28 +08:00
parent c0fd3ab764
commit 2b153a2359

View File

@@ -75,6 +75,8 @@
#include <trace/events/sched.h>
EXPORT_TRACEPOINT_SYMBOL_GPL(task_rename);
static int bprm_creds_from_file(struct linux_binprm *bprm);
int suid_dumpable = 0;