Known issues preventing enabling caching for stapbpf: - cached module name is very long, current trace_printk() output method must include it in string literals, rapidly exhausting stack space -- depends on PR22330 - current caching code assumes C compilation (e.g. tries to copy nonexistent C file)
note that this is needed to speedup tracepoint querying for pr23866 (since it involves C code generation even with the BPF backend)