Searched refs:probe_cache (Results 1 – 7 of 7) sorted by relevance
| /linux-6.15/tools/perf/util/ |
| H A D | probe-file.h | 19 struct probe_cache { struct 54 struct probe_cache *probe_cache__new(const char *target, struct nsinfo *nsi); 55 int probe_cache__add_entry(struct probe_cache *pcache, 58 int probe_cache__scan_sdt(struct probe_cache *pcache, const char *pathname); 59 int probe_cache__commit(struct probe_cache *pcache); 60 void probe_cache__purge(struct probe_cache *pcache); 61 void probe_cache__delete(struct probe_cache *pcache); 62 int probe_cache__filter_purge(struct probe_cache *pcache, 64 struct probe_cache_entry *probe_cache__find(struct probe_cache *pcache, 66 struct probe_cache_entry *probe_cache__find_by_name(struct probe_cache *pcache, [all …]
|
| H A D | probe-file.c | 491 static int probe_cache__load(struct probe_cache *pcache) in probe_cache__load() 550 static struct probe_cache *probe_cache__alloc(void) in probe_cache__alloc() 552 struct probe_cache *pcache = zalloc(sizeof(*pcache)); in probe_cache__alloc() 561 void probe_cache__purge(struct probe_cache *pcache) in probe_cache__purge() 571 void probe_cache__delete(struct probe_cache *pcache) in probe_cache__delete() 584 struct probe_cache *pcache = probe_cache__alloc(); in probe_cache__new() 654 probe_cache__find_by_name(struct probe_cache *pcache, in probe_cache__find_by_name() 671 int probe_cache__add_entry(struct probe_cache *pcache, in probe_cache__add_entry() 989 int probe_cache__commit(struct probe_cache *pcache) in probe_cache__commit() 1025 int probe_cache__filter_purge(struct probe_cache *pcache, in probe_cache__filter_purge() [all …]
|
| H A D | print-events.c | 161 struct probe_cache *pcache; in print_sdt_events()
|
| H A D | build-id.c | 541 struct probe_cache *cache; in build_id_cache__add_sdt_cache()
|
| H A D | probe-event.c | 2983 struct probe_cache *cache = NULL; in __add_probe_trace_events() 3432 struct probe_cache *cache; in find_cached_events() 3515 struct probe_cache *cache; in find_probe_trace_events_from_cache()
|
| /linux-6.15/tools/perf/tests/ |
| H A D | sdt.c | 62 struct probe_cache *cache = probe_cache__new(target, NULL); in search_cached_probe()
|
| /linux-6.15/tools/perf/ |
| H A D | builtin-probe.c | 417 struct probe_cache *cache; in del_perf_probe_caches()
|