[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20190225125628.GK19795@krava>
Date: Mon, 25 Feb 2019 13:56:28 +0100
From: Jiri Olsa <jolsa@...hat.com>
To: Andi Kleen <andi@...stfloor.org>
Cc: acme@...nel.org, linux-perf-users@...r.kernel.org,
linux-kernel@...r.kernel.org, jolsa@...nel.org,
namhyung@...nel.org, eranian@...gle.com,
Andi Kleen <ak@...ux.intel.com>
Subject: Re: [PATCH 11/11] perf tools report: Implement browsing of
individual samples
On Sun, Feb 24, 2019 at 07:37:22AM -0800, Andi Kleen wrote:
SNIP
> static int
> do_switch_data(struct hist_browser *browser __maybe_unused,
> struct popup_action *act __maybe_unused)
> @@ -3115,6 +3150,18 @@ static int perf_evsel__hists_browse(struct perf_evsel *evsel, int nr_events,
> }
> nr_options += add_script_opt(browser, &actions[nr_options],
> &options[nr_options], NULL, NULL, evsel);
> + nr_options += add_res_sample_opt(browser, &actions[nr_options],
> + &options[nr_options],
> + hist_browser__selected_entry(browser)->res_samples,
> + evsel, A_NORMAL);
> + nr_options += add_res_sample_opt(browser, &actions[nr_options],
> + &options[nr_options],
> + hist_browser__selected_entry(browser)->res_samples,
> + evsel, A_ASM);
> + nr_options += add_res_sample_opt(browser, &actions[nr_options],
> + &options[nr_options],
> + hist_browser__selected_entry(browser)->res_samples,
> + evsel, A_SOURCE);
> nr_options += add_switch_opt(browser, &actions[nr_options],
> &options[nr_options]);
for some reason can't see those items in menu
jirka
Powered by blists - more mailing lists