Files
linux/fs
Manish Varma 956a0d3998 ANDROID: fs: Add vendor hooks for ep_create_wakeup_source & timerfd_create
timerfd doesn't create any wakelocks, but eventpoll can.  When it does,
it names them after the underlying file descriptor, and since all
timerfd file descriptors are named "[timerfd]" (which saves memory on
systems like desktops with potentially many timerfd instances), all
wakesources created as a result of using the eventpoll-on-timerfd idiom
are called... "[timerfd]".

However, it becomes impossible to tell which "[timerfd]" wakesource is
affliated with which process and hence troubleshooting is difficult.

Adding vendor hooks to allow vendor to assign appropriate names to
timerfd descriptors and eventoll wakesource.

Bug: 155142106

Signed-off-by: Manish Varma <varmam@google.com>
Change-Id: I330a42ab48bed4b26d5eb2f636925c66061165ec
(cherry picked from commit 0ff110fbb3)
2023-12-13 15:54:47 -08:00
..
2023-11-02 07:05:54 +00:00
2023-11-02 07:05:54 +00:00
2023-09-19 12:27:58 +02:00
2022-05-09 16:21:45 -04:00
2022-09-24 07:00:00 +02:00
2023-09-13 19:35:46 +00:00
2023-09-18 09:57:37 +00:00
2022-05-09 16:21:46 -04:00
2023-05-11 23:03:05 +09:00
2023-09-13 09:43:05 +02:00
2022-09-11 20:26:07 -07:00
2023-09-02 19:41:42 +00:00
2023-09-23 11:11:10 +02:00
2022-09-24 07:00:00 +02:00
2022-08-20 11:34:33 -04:00
2023-08-30 16:11:10 +02:00
2023-06-28 10:19:08 +00:00
2023-06-28 10:19:08 +00:00
2023-09-13 19:32:45 +00:00
2023-01-04 11:29:01 +01:00
2022-06-28 13:58:05 -04:00
2023-09-13 19:32:45 +00:00