Home
last modified time | relevance | path

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

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