Home
last modified time | relevance | path

Searched refs:K_ENTER (Results 1 – 8 of 8) sorted by relevance

/linux/tools/perf/ui/tui/
H A Dutil.c38 case K_ENTER: in popup_menu__run()
133 while (key != K_TIMER && key != K_ENTER && key != K_ESC) { in ui_browser__input_window()
155 key = K_ENTER; in ui_browser__input_window()
/linux/tools/perf/ui/
H A Dkeysyms.h9 #define K_ENTER '\r' macro
H A Dbrowser.c253 return key == K_ENTER || toupper(key) == 'Y'; in ui_browser__dialog_yesno()
/linux/tools/perf/ui/browsers/
H A Dmap.c55 if (err != K_ENTER) in map_browser__search()
H A Dscripts.c312 if (key != K_ENTER) {
H A Dannotate.c614 delay_secs * 2) != K_ENTER || in annotate_browser__search_window()
866 case K_ENTER: in annotate_browser__run()
H A Dhists.c3182 delay_secs * 2) == K_ENTER) { in evsel__hists_browse()
3221 delay_secs * 2) == K_ENTER) { in evsel__hists_browse()
3241 case K_ENTER: in evsel__hists_browse()
3515 case K_ENTER: in perf_evsel_menu__run()
3721 case K_ENTER: in block_hists_tui_browse()
/linux/include/uapi/linux/
H A Dkeyboard.h308 #define K_ENTER K(KT_SPEC,1) macro