Add BPFStackTable::free_symcache() to free the symbol cache for an PID (#3371)
This is useful when BPFStackTable is used by a long running program to limit the memory usage, by removing the cached symbols of an exited process.
Please register or sign in to comment