Searched refs:pmu_name_len (Results 1 - 2 of 2) sorted by relevance

/linux-master/tools/perf/util/
H A Dpmus.c304 int pmu_name_len = pmu_name_len_no_suffix(pmu->name ?: "", /*num=*/NULL); local
306 if (last_pmu_name_len == pmu_name_len &&
307 !strncmp(last_pmu_name, pmu->name ?: "", pmu_name_len))
316 int pmu_name_len = pmu_name_len_no_suffix(pmu->name ?: "", /*num=*/NULL); local
318 if (last_pmu_name_len == pmu_name_len &&
319 !strncmp(last_pmu_name, pmu->name ?: "", pmu_name_len))
H A Dpmu.c1659 int pmu_name_len = skip_duplicate_pmus local
1662 int used = snprintf(buf, len, "%.*s/%s", pmu_name_len, pmu->name, alias->name);

Completed in 167 milliseconds