probe_cache
struct probe_cache *cache;
struct probe_cache *cache = probe_cache__new(target, NULL);
struct probe_cache *cache;
struct probe_cache *pcache;
struct probe_cache *cache = NULL;
struct probe_cache *cache;
struct probe_cache *cache;
int probe_cache__filter_purge(struct probe_cache *pcache,
static int probe_cache__show_entries(struct probe_cache *pcache,
struct probe_cache *pcache;
static int probe_cache__open(struct probe_cache *pcache, const char *target,
static int probe_cache__load(struct probe_cache *pcache)
static struct probe_cache *probe_cache__alloc(void)
struct probe_cache *pcache = zalloc(sizeof(*pcache));
void probe_cache__purge(struct probe_cache *pcache)
void probe_cache__delete(struct probe_cache *pcache)
struct probe_cache *probe_cache__new(const char *target, struct nsinfo *nsi)
struct probe_cache *pcache = probe_cache__alloc();
probe_cache__find(struct probe_cache *pcache, struct perf_probe_event *pev)
probe_cache__find_by_name(struct probe_cache *pcache,
int probe_cache__add_entry(struct probe_cache *pcache,
int probe_cache__scan_sdt(struct probe_cache *pcache, const char *pathname)
int probe_cache__commit(struct probe_cache *pcache)
struct probe_cache *probe_cache__new(const char *target, struct nsinfo *nsi);
int probe_cache__add_entry(struct probe_cache *pcache,
int probe_cache__scan_sdt(struct probe_cache *pcache, const char *pathname);
int probe_cache__commit(struct probe_cache *pcache);
void probe_cache__purge(struct probe_cache *pcache);
void probe_cache__delete(struct probe_cache *pcache);
int probe_cache__filter_purge(struct probe_cache *pcache,
struct probe_cache_entry *probe_cache__find(struct probe_cache *pcache,
struct probe_cache_entry *probe_cache__find_by_name(struct probe_cache *pcache,
static inline struct probe_cache *probe_cache__new(const char *tgt __maybe_unused, struct nsinfo *nsi __maybe_unused)