Searched defs:delay_secs (Results 1 - 6 of 6) sorted by relevance
/linux-4.1.27/tools/perf/ui/tui/ |
H A D | setup.c | 52 int ui__getch(int delay_secs) ui__getch() argument
|
H A D | util.c | 72 ui_browser__input_window(const char *title, const char *text, char *input, const char *exit_msg, int delay_secs) ui_browser__input_window() argument 164 ui__question_window(const char *title, const char *text, const char *exit_msg, int delay_secs) ui__question_window() argument
|
/linux-4.1.27/tools/perf/util/ |
H A D | top.h | 26 int print_entries, count_filter, delay_secs; member in struct:perf_top
|
/linux-4.1.27/tools/perf/ui/ |
H A D | browser.c | 355 int ui_browser__run(struct ui_browser *browser, int delay_secs) ui_browser__run() argument
|
/linux-4.1.27/tools/perf/ui/browsers/ |
H A D | annotate.c | 614 static bool annotate_browser__search(struct annotate_browser *browser, int delay_secs) annotate_browser__search() argument 671 int delay_secs = hbt ? hbt->refresh : 0; annotate_browser__run() local 602 annotate_browser__search_window(struct annotate_browser *browser, int delay_secs) annotate_browser__search_window() argument 622 annotate_browser__continue_search(struct annotate_browser *browser, int delay_secs) annotate_browser__continue_search() argument 631 annotate_browser__search_reverse(struct annotate_browser *browser, int delay_secs) annotate_browser__search_reverse() argument 641 annotate_browser__continue_search_reverse(struct annotate_browser *browser, int delay_secs) annotate_browser__continue_search_reverse() argument
|
H A D | hists.c | 414 int delay_secs = hbt ? hbt->refresh : 0; hist_browser__run() local 1432 int delay_secs = hbt ? hbt->refresh : 0; perf_evsel__hists_browse() local 1884 int delay_secs = hbt ? hbt->refresh : 0; perf_evsel_menu__run() local
|
Completed in 214 milliseconds