Home | History | Annotate | Download | only in tests

Lines Matching defs:curr

123 static bool perf_test__matches(int curr, int argc, const char *argv[])
135 if (nr == curr + 1)
140 if (strstr(tests[curr].desc, argv[i]))
162 int curr = i++, err;
164 if (!perf_test__matches(curr, argc, argv))
167 pr_info("%2d: %-*s:", i, width, tests[curr].desc);
175 err = tests[curr].func();
176 pr_debug("---- end ----\n%s:", tests[curr].desc);
200 int curr = i++;
202 if (argc > 1 && !strstr(tests[curr].desc, argv[1]))
205 pr_info("%2d: %s\n", i, tests[curr].desc);