Searched refs:warn_lost_event (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/tools/perf/ui/browsers/ |
H A D | hists.h | 35 bool warn_lost_event, int key);
|
H A D | hists.c | 670 static int hist_browser__handle_hotkey(struct hist_browser *browser, bool warn_lost_event, char *ti… in hist_browser__handle_hotkey() argument 689 if (warn_lost_event && in hist_browser__handle_hotkey() 744 bool warn_lost_event, int key) in hist_browser__run() argument 758 if (key && hist_browser__handle_hotkey(browser, warn_lost_event, title, sizeof(title), key)) in hist_browser__run() 764 if (hist_browser__handle_hotkey(browser, warn_lost_event, title, sizeof(title), key)) in hist_browser__run() 2943 struct perf_env *env, bool warn_lost_event) in evsel__hists_browse() argument 3032 key = hist_browser__run(browser, helpline, warn_lost_event, key); in evsel__hists_browse() 3455 bool warn_lost_event) in perf_evsel_menu__run() argument 3477 warn_lost_event) { in perf_evsel_menu__run() 3497 warn_lost_event); in perf_evsel_menu__run() [all …]
|
/openbmc/linux/tools/perf/util/ |
H A D | hist.h | 481 float min_pcnt, struct perf_env *env, bool warn_lost_event); 499 bool warn_lost_event __maybe_unused) in evlist__tui_browse_hists()
|