commit | de1342a03317330b5d8fc5b0625ae1b8c027fcb7 | [log] [tgz] |
---|---|---|
author | Maciej Żenczykowski <maze@google.com> | Fri Jun 09 05:45:57 2023 +0000 |
committer | Maciej Żenczykowski <maze@google.com> | Fri Jun 09 05:58:57 2023 +0000 |
tree | 801e0fe6e50737f2502e560d2d47d929e3590ec0 | |
parent | 7e343d58ceaa44821afe2cc9b8cdd9c3dad1fd2e [diff] |
bpf_progs: disable BTF on <=U && user builds This is to cut down bpfloader boot time. Potential savings might be on the order of 30+% (300ms). Loading BTF requires fork-execing the btfloader, and currently BTF is only used to facilitate debugging. Bug: 286369326 Test: TreeHugger Signed-off-by: Maciej Żenczykowski <maze@google.com> Change-Id: Ifa5f0052135b9dc826b18ca4622784615ed9c3c8