Searched refs:perf_pmu__scan_file (Results 1 – 8 of 8) sorted by relevance
/Linux-v6.6/tools/perf/arch/arm/util/ |
D | cs-etm.c | 99 err = perf_pmu__scan_file(cs_etm_pmu, path, "%x", &val); in cs_etm_validate_context_id() 166 err = perf_pmu__scan_file(cs_etm_pmu, path, "%x", &val); in cs_etm_validate_timestamp() 266 ret = perf_pmu__scan_file(pmu, path, "%x", &hash); in cs_etm_set_sink_attr() 577 scan = perf_pmu__scan_file(cs_etm_pmu, path, "%x", &val); in cs_etm_is_etmv4() 595 scan = perf_pmu__scan_file(pmu, pmu_path, "%x", &val); in cs_etm_get_ro() 611 scan = perf_pmu__scan_file(pmu, pmu_path, "%d", &val); in cs_etm_get_ro_signed()
|
/Linux-v6.6/tools/perf/util/ |
D | pmu.h | 228 int perf_pmu__scan_file(struct perf_pmu *pmu, const char *name, const char *fmt, ...) __scanf(3, 4);
|
D | python.c | 101 int perf_pmu__scan_file(struct perf_pmu *pmu, const char *name, const char *fmt, ...) in perf_pmu__scan_file() function
|
D | pmu.c | 1774 int perf_pmu__scan_file(struct perf_pmu *pmu, const char *name, const char *fmt, in perf_pmu__scan_file() function
|
D | parse-events.c | 2376 perf_pmu__scan_file(pmu, "nr_addr_filters", in set_filter()
|
D | auxtrace.c | 2794 perf_pmu__scan_file(pmu, "nr_addr_filters", "%d", &nr_addr_filters); in evsel__nr_addr_filter()
|
/Linux-v6.6/tools/perf/arch/x86/util/ |
D | intel-pt.c | 146 if (perf_pmu__scan_file(intel_pt_pmu, "caps/topa_multiple_entries", in intel_pt_psb_period() 354 if (perf_pmu__scan_file(intel_pt_pmu, "max_nonturbo_ratio", in intel_pt_info_fill() 357 if (perf_pmu__scan_file(intel_pt_pmu, "caps/event_trace", in intel_pt_info_fill()
|
/Linux-v6.6/tools/perf/arch/arm64/util/ |
D | arm-spe.c | 513 if (perf_pmu__scan_file(arm_spe_pmu, "caps/min_interval", "%llu", in arm_spe_pmu_default_config()
|