Home
last modified time | relevance | path

Searched refs:probe_cache (Results 1 – 7 of 7) sorted by relevance

/linux-5.19.10/tools/perf/util/
Dprobe-file.h19 struct probe_cache { struct
55 struct probe_cache *probe_cache__new(const char *target, struct nsinfo *nsi);
56 int probe_cache__add_entry(struct probe_cache *pcache,
59 int probe_cache__scan_sdt(struct probe_cache *pcache, const char *pathname);
60 int probe_cache__commit(struct probe_cache *pcache);
61 void probe_cache__purge(struct probe_cache *pcache);
62 void probe_cache__delete(struct probe_cache *pcache);
63 int probe_cache__filter_purge(struct probe_cache *pcache,
65 struct probe_cache_entry *probe_cache__find(struct probe_cache *pcache,
67 struct probe_cache_entry *probe_cache__find_by_name(struct probe_cache *pcache,
[all …]
Dprobe-file.c450 static int probe_cache__open(struct probe_cache *pcache, const char *target, in probe_cache__open()
510 static int probe_cache__load(struct probe_cache *pcache) in probe_cache__load()
569 static struct probe_cache *probe_cache__alloc(void) in probe_cache__alloc()
571 struct probe_cache *pcache = zalloc(sizeof(*pcache)); in probe_cache__alloc()
580 void probe_cache__purge(struct probe_cache *pcache) in probe_cache__purge()
590 void probe_cache__delete(struct probe_cache *pcache) in probe_cache__delete()
601 struct probe_cache *probe_cache__new(const char *target, struct nsinfo *nsi) in probe_cache__new()
603 struct probe_cache *pcache = probe_cache__alloc(); in probe_cache__new()
640 probe_cache__find(struct probe_cache *pcache, struct perf_probe_event *pev) in probe_cache__find()
673 probe_cache__find_by_name(struct probe_cache *pcache, in probe_cache__find_by_name()
[all …]
Dbuild-id.c610 struct probe_cache *cache; in build_id_cache__add_sdt_cache()
Dprobe-event.c2883 struct probe_cache *cache = NULL; in __add_probe_trace_events()
3332 struct probe_cache *cache; in find_cached_events()
3415 struct probe_cache *cache; in find_probe_trace_events_from_cache()
Dparse-events.c2874 struct probe_cache *pcache; in print_sdt_events()
/linux-5.19.10/tools/perf/tests/
Dsdt.c62 struct probe_cache *cache = probe_cache__new(target, NULL); in search_cached_probe()
/linux-5.19.10/tools/perf/
Dbuiltin-probe.c400 struct probe_cache *cache; in del_perf_probe_caches()