Home
last modified time | relevance | path

Searched refs:PERF_PMU_TYPE_TOOL (Results 1 – 4 of 4) sorted by relevance

/linux/tools/perf/util/
H A Dpmu.h61 PERF_PMU_TYPE_TOOL = 0xFFFFFFFE, enumerator
370 if (type == PERF_PMU_TYPE_TOOL) in perf_pmu__kind()
H A Dtool_pmu.c91 return pmu && pmu->type == PERF_PMU_TYPE_TOOL; in perf_pmu__is_tool()
573 if (perf_pmu__init(tool, PERF_PMU_TYPE_TOOL, "tool") != 0) { in tool_pmu__new()
H A Dpmu.c2370 case PERF_PMU_TYPE_TOOL: return true; in perf_pmu__is_software()
2740 if (attr->type != PERF_PMU_TYPE_TOOL) in perf_pmu__reads_only_on_cpu_idx0()
H A Devsel.c936 case PERF_PMU_TYPE_TOOL: in evsel__name()