probe_cache 393 tools/perf/builtin-probe.c struct probe_cache *cache; probe_cache 62 tools/perf/tests/sdt.c struct probe_cache *cache = probe_cache__new(target, NULL); probe_cache 594 tools/perf/util/build-id.c struct probe_cache *cache; probe_cache 2369 tools/perf/util/parse-events.c struct probe_cache *pcache; probe_cache 2762 tools/perf/util/probe-event.c struct probe_cache *cache = NULL; probe_cache 3176 tools/perf/util/probe-event.c struct probe_cache *cache; probe_cache 3259 tools/perf/util/probe-event.c struct probe_cache *cache; probe_cache 410 tools/perf/util/probe-file.c static int probe_cache__open(struct probe_cache *pcache, const char *target, probe_cache 470 tools/perf/util/probe-file.c static int probe_cache__load(struct probe_cache *pcache) probe_cache 525 tools/perf/util/probe-file.c static struct probe_cache *probe_cache__alloc(void) probe_cache 527 tools/perf/util/probe-file.c struct probe_cache *pcache = zalloc(sizeof(*pcache)); probe_cache 536 tools/perf/util/probe-file.c void probe_cache__purge(struct probe_cache *pcache) probe_cache 546 tools/perf/util/probe-file.c void probe_cache__delete(struct probe_cache *pcache) probe_cache 557 tools/perf/util/probe-file.c struct probe_cache *probe_cache__new(const char *target, struct nsinfo *nsi) probe_cache 559 tools/perf/util/probe-file.c struct probe_cache *pcache = probe_cache__alloc(); probe_cache 596 tools/perf/util/probe-file.c probe_cache__find(struct probe_cache *pcache, struct perf_probe_event *pev) probe_cache 629 tools/perf/util/probe-file.c probe_cache__find_by_name(struct probe_cache *pcache, probe_cache 646 tools/perf/util/probe-file.c int probe_cache__add_entry(struct probe_cache *pcache, probe_cache 817 tools/perf/util/probe-file.c int probe_cache__scan_sdt(struct probe_cache *pcache, const char *pathname) probe_cache 912 tools/perf/util/probe-file.c int probe_cache__commit(struct probe_cache *pcache) probe_cache 948 tools/perf/util/probe-file.c int probe_cache__filter_purge(struct probe_cache *pcache, probe_cache 963 tools/perf/util/probe-file.c static int probe_cache__show_entries(struct probe_cache *pcache, probe_cache 978 tools/perf/util/probe-file.c struct probe_cache *pcache; probe_cache 55 tools/perf/util/probe-file.h struct probe_cache *probe_cache__new(const char *target, struct nsinfo *nsi); probe_cache 56 tools/perf/util/probe-file.h int probe_cache__add_entry(struct probe_cache *pcache, probe_cache 59 tools/perf/util/probe-file.h int probe_cache__scan_sdt(struct probe_cache *pcache, const char *pathname); probe_cache 60 tools/perf/util/probe-file.h int probe_cache__commit(struct probe_cache *pcache); probe_cache 61 tools/perf/util/probe-file.h void probe_cache__purge(struct probe_cache *pcache); probe_cache 62 tools/perf/util/probe-file.h void probe_cache__delete(struct probe_cache *pcache); probe_cache 63 tools/perf/util/probe-file.h int probe_cache__filter_purge(struct probe_cache *pcache, probe_cache 65 tools/perf/util/probe-file.h struct probe_cache_entry *probe_cache__find(struct probe_cache *pcache, probe_cache 67 tools/perf/util/probe-file.h struct probe_cache_entry *probe_cache__find_by_name(struct probe_cache *pcache, probe_cache 75 tools/perf/util/probe-file.h static inline struct probe_cache *probe_cache__new(const char *tgt __maybe_unused, struct nsinfo *nsi __maybe_unused)