Home
last modified time | relevance | path

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

/Linux-v6.1/tools/perf/
Dbuiltin-list.c24 static const char *hybrid_type; variable
43 OPT_STRING(0, "cputype", &hybrid_type, "hybrid cpu type", in cmd_list()
65 if (hybrid_type) { in cmd_list()
66 pmu_name = perf_pmu__hybrid_type_to_pmu(hybrid_type); in cmd_list()