runtime_ns         65 tools/perf/bench/numa.c 	u64			runtime_ns;
runtime_ns       1260 tools/perf/bench/numa.c 	td->runtime_ns = diff.tv_sec * NSEC_PER_SEC;
runtime_ns       1261 tools/perf/bench/numa.c 	td->runtime_ns += diff.tv_usec * NSEC_PER_USEC;
runtime_ns       1262 tools/perf/bench/numa.c 	secs = td->runtime_ns / NSEC_PER_SEC;
runtime_ns       1576 tools/perf/bench/numa.c 		u64 thread_runtime_ns = g->threads[t].runtime_ns;