diff options
| -rw-r--r-- | tools/perf/bench/numa.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/perf/bench/numa.c b/tools/perf/bench/numa.c index d4c83c60b9b2..97d86d828190 100644 --- a/tools/perf/bench/numa.c +++ b/tools/perf/bench/numa.c | |||
| @@ -1593,6 +1593,7 @@ static void init_params(struct params *p, const char *name, int argc, const char | |||
| 1593 | p->data_rand_walk = true; | 1593 | p->data_rand_walk = true; |
| 1594 | p->nr_loops = -1; | 1594 | p->nr_loops = -1; |
| 1595 | p->init_random = true; | 1595 | p->init_random = true; |
| 1596 | p->run_all = argc == 1; | ||
| 1596 | } | 1597 | } |
| 1597 | 1598 | ||
| 1598 | static int run_bench_numa(const char *name, const char **argv) | 1599 | static int run_bench_numa(const char *name, const char **argv) |
