tok_step          512 tools/perf/bench/numa.c 		char *tok, *tok_end, *tok_step, *tok_len, *tok_mul;
tok_step          534 tools/perf/bench/numa.c 		tok_step = strstr(tok, "#");
tok_step          535 tools/perf/bench/numa.c 		if (tok_step) {
tok_step          536 tools/perf/bench/numa.c 			step = atol(tok_step + 1);
tok_step          649 tools/perf/bench/numa.c 		char *tok, *tok_end, *tok_step, *tok_mul;
tok_step          670 tools/perf/bench/numa.c 		tok_step = strstr(tok, "#");
tok_step          671 tools/perf/bench/numa.c 		if (tok_step) {
tok_step          672 tools/perf/bench/numa.c 			step = atol(tok_step + 1);