Symbol: probe_cache
drivers/platform/x86/intel/pmc/ssram_telemetry.c
111
static void pmc_ssram_publish_present(struct pmc_ssram_probe_cache *probe_cache,
drivers/platform/x86/intel/pmc/ssram_telemetry.c
121
pmc_ssram_telems[pmc_idx] = probe_cache->telems[pmc_idx];
drivers/platform/x86/intel/pmc/ssram_telemetry.c
175
struct pmc_ssram_probe_cache *probe_cache,
drivers/platform/x86/intel/pmc/ssram_telemetry.c
206
pmc_ssram_get_devid_pwrmbase(probe_cache, ssram, pmc_idx);
drivers/platform/x86/intel/pmc/ssram_telemetry.c
213
probe_cache->valid_mask |= BIT(pmc_idx);
drivers/platform/x86/intel/pmc/ssram_telemetry.c
219
struct pmc_ssram_probe_cache *probe_cache)
drivers/platform/x86/intel/pmc/ssram_telemetry.c
223
ret = pmc_ssram_telemetry_get_pmc_pci(pcidev, probe_cache, PMC_IDX_MAIN, 0);
drivers/platform/x86/intel/pmc/ssram_telemetry.c
233
pmc_ssram_telemetry_get_pmc_pci(pcidev, probe_cache, PMC_IDX_IOE,
drivers/platform/x86/intel/pmc/ssram_telemetry.c
236
pmc_ssram_telemetry_get_pmc_pci(pcidev, probe_cache, PMC_IDX_PCH,
drivers/platform/x86/intel/pmc/ssram_telemetry.c
243
struct pmc_ssram_probe_cache *probe_cache,
drivers/platform/x86/intel/pmc/ssram_telemetry.c
257
pmc_ssram_get_devid_pwrmbase(probe_cache, ssram, pmc_idx);
drivers/platform/x86/intel/pmc/ssram_telemetry.c
258
probe_cache->valid_mask |= BIT(pmc_idx);
drivers/platform/x86/intel/pmc/ssram_telemetry.c
264
struct pmc_ssram_probe_cache *probe_cache,
drivers/platform/x86/intel/pmc/ssram_telemetry.c
306
return pmc_ssram_telemetry_get_pmc_acpi(pcidev, probe_cache, index);
drivers/platform/x86/intel/pmc/ssram_telemetry.c
368
static void pmc_ssram_publish_telems(struct pmc_ssram_probe_cache *probe_cache, int ret)
drivers/platform/x86/intel/pmc/ssram_telemetry.c
374
pmc_ssram_publish_absent_mask(probe_cache->owned_mask);
drivers/platform/x86/intel/pmc/ssram_telemetry.c
379
for_each_set_bit(bit, &probe_cache->owned_mask, MAX_NUM_PMC) {
drivers/platform/x86/intel/pmc/ssram_telemetry.c
380
if (probe_cache->valid_mask & BIT(bit))
drivers/platform/x86/intel/pmc/ssram_telemetry.c
381
pmc_ssram_publish_present(probe_cache, bit);
drivers/platform/x86/intel/pmc/ssram_telemetry.c
389
struct pmc_ssram_probe_cache probe_cache = {};
drivers/platform/x86/intel/pmc/ssram_telemetry.c
405
probe_cache.owned_mask = SSRAM_PCI_PMC_MASK;
drivers/platform/x86/intel/pmc/ssram_telemetry.c
407
probe_cache.owned_mask = BIT(index);
drivers/platform/x86/intel/pmc/ssram_telemetry.c
411
pmc_ssram_mark_probing(probe_cache.owned_mask);
drivers/platform/x86/intel/pmc/ssram_telemetry.c
426
ret = pmc_ssram_telemetry_pci_init(pcidev, &probe_cache);
drivers/platform/x86/intel/pmc/ssram_telemetry.c
428
ret = pmc_ssram_telemetry_acpi_init(pcidev, &probe_cache, index);
drivers/platform/x86/intel/pmc/ssram_telemetry.c
433
drvdata->owned_mask = probe_cache.owned_mask;
drivers/platform/x86/intel/pmc/ssram_telemetry.c
438
pmc_ssram_publish_telems(&probe_cache, ret);
drivers/platform/x86/intel/pmc/ssram_telemetry.c
87
static void pmc_ssram_get_devid_pwrmbase(struct pmc_ssram_probe_cache *probe_cache,
drivers/platform/x86/intel/pmc/ssram_telemetry.c
96
probe_cache->telems[pmc_idx].base_addr = pwrm_base;
drivers/platform/x86/intel/pmc/ssram_telemetry.c
97
probe_cache->telems[pmc_idx].devid = devid;
tools/perf/builtin-probe.c
416
struct probe_cache *cache;
tools/perf/tests/sdt.c
62
struct probe_cache *cache = probe_cache__new(target, NULL);
tools/perf/util/build-id.c
559
struct probe_cache *cache;
tools/perf/util/print-events.c
70
struct probe_cache *pcache;
tools/perf/util/probe-event.c
2987
struct probe_cache *cache = NULL;
tools/perf/util/probe-event.c
3435
struct probe_cache *cache;
tools/perf/util/probe-event.c
3518
struct probe_cache *cache;
tools/perf/util/probe-file.c
1026
int probe_cache__filter_purge(struct probe_cache *pcache,
tools/perf/util/probe-file.c
1041
static int probe_cache__show_entries(struct probe_cache *pcache,
tools/perf/util/probe-file.c
1056
struct probe_cache *pcache;
tools/perf/util/probe-file.c
432
static int probe_cache__open(struct probe_cache *pcache, const char *target,
tools/perf/util/probe-file.c
492
static int probe_cache__load(struct probe_cache *pcache)
tools/perf/util/probe-file.c
551
static struct probe_cache *probe_cache__alloc(void)
tools/perf/util/probe-file.c
553
struct probe_cache *pcache = zalloc(sizeof(*pcache));
tools/perf/util/probe-file.c
562
void probe_cache__purge(struct probe_cache *pcache)
tools/perf/util/probe-file.c
572
void probe_cache__delete(struct probe_cache *pcache)
tools/perf/util/probe-file.c
583
struct probe_cache *probe_cache__new(const char *target, struct nsinfo *nsi)
tools/perf/util/probe-file.c
585
struct probe_cache *pcache = probe_cache__alloc();
tools/perf/util/probe-file.c
622
probe_cache__find(struct probe_cache *pcache, struct perf_probe_event *pev)
tools/perf/util/probe-file.c
655
probe_cache__find_by_name(struct probe_cache *pcache,
tools/perf/util/probe-file.c
672
int probe_cache__add_entry(struct probe_cache *pcache,
tools/perf/util/probe-file.c
889
int probe_cache__scan_sdt(struct probe_cache *pcache, const char *pathname)
tools/perf/util/probe-file.c
990
int probe_cache__commit(struct probe_cache *pcache)
tools/perf/util/probe-file.h
54
struct probe_cache *probe_cache__new(const char *target, struct nsinfo *nsi);
tools/perf/util/probe-file.h
55
int probe_cache__add_entry(struct probe_cache *pcache,
tools/perf/util/probe-file.h
58
int probe_cache__scan_sdt(struct probe_cache *pcache, const char *pathname);
tools/perf/util/probe-file.h
59
int probe_cache__commit(struct probe_cache *pcache);
tools/perf/util/probe-file.h
60
void probe_cache__purge(struct probe_cache *pcache);
tools/perf/util/probe-file.h
61
void probe_cache__delete(struct probe_cache *pcache);
tools/perf/util/probe-file.h
62
int probe_cache__filter_purge(struct probe_cache *pcache,
tools/perf/util/probe-file.h
64
struct probe_cache_entry *probe_cache__find(struct probe_cache *pcache,
tools/perf/util/probe-file.h
66
struct probe_cache_entry *probe_cache__find_by_name(struct probe_cache *pcache,
tools/perf/util/probe-file.h
76
static inline struct probe_cache *probe_cache__new(const char *tgt __maybe_unused, struct nsinfo *nsi __maybe_unused)