Searched refs:pmu_path (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.6/tools/perf/arch/arm/util/ |
D | cs-etm.c | 588 char pmu_path[PATH_MAX]; in cs_etm_get_ro() local 593 snprintf(pmu_path, PATH_MAX, "cpu%d/%s", cpu, path); in cs_etm_get_ro() 595 scan = perf_pmu__scan_file(pmu, pmu_path, "%x", &val); in cs_etm_get_ro() 597 pr_err("%s: error reading: %s\n", __func__, pmu_path); in cs_etm_get_ro() 604 char pmu_path[PATH_MAX]; in cs_etm_get_ro_signed() local 609 snprintf(pmu_path, PATH_MAX, "cpu%d/%s", cpu, path); in cs_etm_get_ro_signed() 611 scan = perf_pmu__scan_file(pmu, pmu_path, "%d", &val); in cs_etm_get_ro_signed() 613 pr_err("%s: error reading: %s\n", __func__, pmu_path); in cs_etm_get_ro_signed() 620 char pmu_path[PATH_MAX]; in cs_etm_pmu_path_exists() local 623 snprintf(pmu_path, PATH_MAX, "cpu%d/%s", cpu, path); in cs_etm_pmu_path_exists() [all …]
|