Home
last modified time | relevance | path

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

/Linux-v6.6/tools/perf/
Dbuiltin-list.c458 const char *unit_name = NULL; in cmd_list() local
473 OPT_STRING(0, "unit", &unit_name, "PMU name", in cmd_list()
514 if (unit_name) in cmd_list()
515 default_ps.pmu_glob = strdup(unit_name); in cmd_list()