From 2b153a2359cabcef480da85d1e91a997191ea376 Mon Sep 17 00:00:00 2001 From: Liujie Xie Date: Thu, 3 Jun 2021 17:41:28 +0800 Subject: [PATCH] ANDROID: vendor_hooks: Export the tracepoints task_rename MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 (cherry picked from commit 016d3f7b6986d0ca0acef18c59a47cf6eaa4f562) (cherry picked from commit cfc14a391adb4d44d8186694b4884815bd85be6c) --- fs/exec.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fs/exec.c b/fs/exec.c index 22a2a8b319e7..3ce0c7480335 100644 --- a/fs/exec.c +++ b/fs/exec.c @@ -75,6 +75,8 @@ #include +EXPORT_TRACEPOINT_SYMBOL_GPL(task_rename); + static int bprm_creds_from_file(struct linux_binprm *bprm); int suid_dumpable = 0;