Home
last modified time | relevance | path

Searched refs:K_ESC (Results 1 – 9 of 9) sorted by relevance

/linux/tools/perf/ui/tui/
H A Dutil.c42 case K_ESC: in popup_menu__run()
133 while (key != K_TIMER && key != K_ENTER && key != K_ESC) { in ui_browser__input_window()
258 return K_ESC; in __ui__warning()
H A Dsetup.c85 if (key != K_ESC) in ui__getch()
94 return K_ESC; in ui__getch()
/linux/tools/perf/ui/
H A Dkeysyms.h10 #define K_ESC 033 macro
H A Dkeysyms.c20 case K_ESC: name = "ESC"; break; in key_name()
/linux/tools/perf/ui/browsers/
H A Dheader.c66 case K_ESC: in list_menu__run()
H A Dmap.c96 case K_ESC: in map_browser__run()
H A Dhists.c3278 case K_ESC: in evsel__hists_browse()
3289 if (key == K_ESC && in evsel__hists_browse()
3578 case K_ESC: in perf_evsel_menu__run()
3584 case K_ESC: in perf_evsel_menu__run()
3746 case K_ESC: in block_hists_tui_browse()
H A Dannotate-data.c556 case K_ESC: in annotated_data_browser__run()
H A Dannotate.c1129 case K_ESC: in annotate_browser__run()