Home
last modified time | relevance | path

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

/linux/tools/perf/bench/
H A Dmem-functions.c37 static const char *function_str = "all"; variable
54 OPT_STRING('f', "function", &function_str, "all",
288 if (!strncmp(function_str, "all", 3)) { in bench_mem_common()
295 if (!strcmp(info->functions[i].name, function_str)) in bench_mem_common()
299 if (strcmp(function_str, "help") && strcmp(function_str, "h")) in bench_mem_common()
300 printf("Unknown function: %s\n", function_str); in bench_mem_common()