Home
last modified time | relevance | path

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

/linux/tools/power/x86/turbostat/
H A Dturbostat.c10984 static const char direct_path_prefix[] = "path="; in parse_add_command_pmt() local
11071 if (strncmp(add_command, direct_path_prefix, strlen(direct_path_prefix)) == 0) { in parse_add_command_pmt()
11072 direct_path = add_command + strlen(direct_path_prefix); in parse_add_command_pmt()