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

/linux-master/tools/perf/util/
H A 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 *pcach
[all...]
H A Dprobe-file.c450 static int probe_cache__open(struct probe_cache *pcache, const char *target,
510 static int probe_cache__load(struct probe_cache *pcache)
569 static struct probe_cache *probe_cache__alloc(void)
571 struct probe_cache *pcache = zalloc(sizeof(*pcache));
580 void probe_cache__purge(struct probe_cache *pcache)
590 void probe_cache__delete(struct probe_cache *pcache)
601 struct probe_cache *probe_cache__new(const char *target, struct nsinfo *nsi)
603 struct probe_cache *pcache = probe_cache__alloc();
640 probe_cache__find(struct probe_cache *pcache, struct perf_probe_event *pev)
673 probe_cache__find_by_name(struct probe_cache *pcach
[all...]
H A Dprint-events.c159 struct probe_cache *pcache;
H A Dbuild-id.c601 struct probe_cache *cache;
H A Dprobe-event.c2916 struct probe_cache *cache = NULL;
3365 struct probe_cache *cache;
3448 struct probe_cache *cache;
/linux-master/tools/perf/tests/
H A Dsdt.c62 struct probe_cache *cache = probe_cache__new(target, NULL);
/linux-master/tools/perf/
H A Dbuiltin-probe.c417 struct probe_cache *cache;

Completed in 175 milliseconds