Home
last modified time | relevance | path

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

/linux-6.6.21/tools/perf/bench/
Dmem-functions.c32 static const char *function_str = "all"; variable
42 OPT_STRING('f', "function", &function_str, "all",
200 if (!strncmp(function_str, "all", 3)) { in bench_mem_common()
207 if (!strcmp(info->functions[i].name, function_str)) in bench_mem_common()
211 if (strcmp(function_str, "help") && strcmp(function_str, "h")) in bench_mem_common()
212 printf("Unknown function: %s\n", function_str); in bench_mem_common()