Searched refs:probe_cache (Results 1 – 7 of 7) sorted by relevance
/linux/tools/perf/util/ |
A D | probe-file.h | 19 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 …]
|
A D | probe-file.c | 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() 603 struct probe_cache *pcache = probe_cache__alloc(); in probe_cache__new() 673 probe_cache__find_by_name(struct probe_cache *pcache, in probe_cache__find_by_name() 690 int probe_cache__add_entry(struct probe_cache *pcache, in probe_cache__add_entry() 1008 int probe_cache__commit(struct probe_cache *pcache) in probe_cache__commit() 1044 int probe_cache__filter_purge(struct probe_cache *pcache, in probe_cache__filter_purge() [all …]
|
A D | build-id.c | 610 struct probe_cache *cache; in build_id_cache__add_sdt_cache()
|
A D | probe-event.c | 2881 struct probe_cache *cache = NULL; in __add_probe_trace_events() 3327 struct probe_cache *cache; in find_cached_events() 3410 struct probe_cache *cache; in find_probe_trace_events_from_cache()
|
A D | parse-events.c | 2795 struct probe_cache *pcache; in print_sdt_events()
|
/linux/tools/perf/tests/ |
A D | sdt.c | 62 struct probe_cache *cache = probe_cache__new(target, NULL); in search_cached_probe()
|
/linux/tools/perf/ |
A D | builtin-probe.c | 400 struct probe_cache *cache; in del_perf_probe_caches()
|
Completed in 21 milliseconds