in helpers/trace_helpers.c [139:147]
void ksyms__free(struct ksyms *ksyms) { if (!ksyms) return; free(ksyms->syms); free(ksyms->strs); free(ksyms); }