mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
perf evlist: Use the right prefix for 'struct evlist' 'toggle' methods
perf_evlist__ is for 'struct perf_evlist' methods, in tools/lib/perf/, go on completing this split. Cc: Adrian Hunter <adrian.hunter@intel.com> Cc: Ian Rogers <irogers@google.com> Cc: Jiri Olsa <jolsa@kernel.org> Cc: Namhyung Kim <namhyung@kernel.org> Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
This commit is contained in:
parent
53f5e9084d
commit
ade9d208d6
5 changed files with 13 additions and 14 deletions
|
@ -3264,7 +3264,7 @@ do_hotkey: // key came straight from options ui__popup_menu()
|
|||
if (!is_report_browser(hbt)) {
|
||||
struct perf_top *top = hbt->arg;
|
||||
|
||||
perf_evlist__toggle_enable(top->evlist);
|
||||
evlist__toggle_enable(top->evlist);
|
||||
/*
|
||||
* No need to refresh, resort/decay histogram
|
||||
* entries if we are not collecting samples:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue