mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-23 23:32:14 +00:00
Merge branch 'perf-core-for-mingo' into perf/urgent
Conflicts: tools/perf/bench/numa.c Pull perf fixes from Jiri Olsa. Signed-off-by: Ingo Molnar <mingo@kernel.org>
This commit is contained in:
commit
fbdd17ec5c
8 changed files with 115 additions and 56 deletions
|
@ -1593,6 +1593,10 @@ static void init_params(struct params *p, const char *name, int argc, const char
|
|||
p->data_rand_walk = true;
|
||||
p->nr_loops = -1;
|
||||
p->init_random = true;
|
||||
p->mb_global_str = "1";
|
||||
p->nr_proc = 1;
|
||||
p->nr_threads = 1;
|
||||
p->nr_secs = 5;
|
||||
p->run_all = argc == 1;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue