]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
Merge branch 'perf/urgent' into perf/core, to resolve a conflict
authorIngo Molnar <mingo@kernel.org>
Wed, 16 Sep 2015 07:19:56 +0000 (09:19 +0200)
committerIngo Molnar <mingo@kernel.org>
Wed, 16 Sep 2015 07:19:56 +0000 (09:19 +0200)
Conflicts:
tools/perf/ui/browsers/hists.c

Signed-off-by: Ingo Molnar <mingo@kernel.org>
1  2 
tools/perf/ui/browsers/hists.c
tools/perf/util/evlist.c
tools/perf/util/evsel.c
tools/perf/util/evsel.h
tools/perf/util/header.c
tools/perf/util/parse-events.c

index 380e9080991e9294db31b5aeec77ad728144bdde,c04c60d4863ce71a08014c396aa7342c8af2fa16..e1f28f4cdc8e27b149a8c5f575d9c2759393d4a3
@@@ -2017,10 -1968,9 +2017,11 @@@ skip_annotation
                                          &options[nr_options], dso);
                nr_options += add_map_opt(browser, &actions[nr_options],
                                          &options[nr_options],
-                                         browser->selection->map);
+                                         browser->selection ?
+                                               browser->selection->map : NULL);
 -
 +              nr_options += add_socket_opt(browser, &actions[nr_options],
 +                                           &options[nr_options],
 +                                           socked_id);
                /* perf script support */
                if (browser->he_selection) {
                        nr_options += add_script_opt(browser,
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge