debuginfo_cache 490 tools/perf/util/probe-event.c static struct debuginfo *debuginfo_cache; debuginfo_cache 508 tools/perf/util/probe-event.c debuginfo__delete(debuginfo_cache); debuginfo_cache 509 tools/perf/util/probe-event.c debuginfo_cache = NULL; debuginfo_cache 513 tools/perf/util/probe-event.c debuginfo_cache = open_debuginfo(module, NULL, silent); debuginfo_cache 514 tools/perf/util/probe-event.c if (!debuginfo_cache) debuginfo_cache 517 tools/perf/util/probe-event.c return debuginfo_cache; debuginfo_cache 522 tools/perf/util/probe-event.c debuginfo__delete(debuginfo_cache); debuginfo_cache 523 tools/perf/util/probe-event.c debuginfo_cache = NULL;