Searched refs:function_str (Results 1 – 1 of 1) sorted by relevance
| /linux/tools/perf/bench/ |
| H A D | mem-functions.c | 39 static const char *function_str = "all"; 57 OPT_STRING('f', "function", &function_str, "all", 299 if (!strncmp(function_str, "all", 3)) { in bench_mem_common() 306 if (!strcmp(info->functions[i].name, function_str)) in bench_mem_common() 310 if (strcmp(function_str, "help") && strcmp(function_str, "h")) in bench_mem_common() 311 printf("Unknown function: %s\n", function_str); in bench_mem_common() 37 static const char *function_str = "all"; global() variable
|