Home
last modified time | relevance | path

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

/linux-4.4.14/tools/perf/bench/
Dmem-functions.c27 static const char *function_str = "all"; variable
37 OPT_STRING('f', "function", &function_str, "all",
169 if (!strncmp(function_str, "all", 3)) { in bench_mem_common()
176 if (!strcmp(info->functions[i].name, function_str)) in bench_mem_common()
180 if (strcmp(function_str, "help") && strcmp(function_str, "h")) in bench_mem_common()
181 printf("Unknown function: %s\n", function_str); in bench_mem_common()