Merge branch 'perf-core-for-mingo' into perf/urgent
authorIngo Molnar <mingo@kernel.org>
Mon, 14 Apr 2014 14:45:39 +0000 (16:45 +0200)
committerIngo Molnar <mingo@kernel.org>
Mon, 14 Apr 2014 14:45:39 +0000 (16:45 +0200)
Conflicts:
tools/perf/bench/numa.c

Pull perf fixes from Jiri Olsa.

Signed-off-by: Ingo Molnar <mingo@kernel.org>
1  2 
MAINTAINERS
tools/perf/bench/numa.c

diff --cc MAINTAINERS
Simple merge
@@@ -1593,7 -1593,10 +1593,11 @@@ static void init_params(struct params *
        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;
  }
  
  static int run_bench_numa(const char *name, const char **argv)