Home
last modified time | relevance | path

Searched refs:K_RIGHT (Results 1 – 10 of 10) sorted by relevance

/linux/tools/perf/ui/
H A Dkeysyms.h16 #define K_RIGHT SL_KEY_RIGHT macro
H A Dkeysyms.c26 case K_RIGHT: name = "Right"; break; in key_name()
H A Dbrowser.c422 (browser->columns && (key == K_LEFT || key == K_RIGHT)) || in ui_browser__run()
451 case K_RIGHT: in ui_browser__run()
/linux/tools/perf/ui/browsers/
H A Dheader.c50 case K_RIGHT: in list_menu__run()
H A Dannotate.c1059 case K_RIGHT: in annotate_browser__run()
H A Dhists.c3274 case K_RIGHT: in evsel__hists_browse()
3543 case K_RIGHT: in perf_evsel_menu__run()
/linux/tools/perf/
H A Dbuiltin-annotate.c404 int key = K_RIGHT; in print_annotate_item_stat()
475 case K_RIGHT: in hists__find_annotations()
520 case K_RIGHT: in hists__find_annotations()
/linux/tools/perf/ui/tui/
H A Dutil.c37 case K_RIGHT: in popup_menu__run()
/linux/drivers/accessibility/speakup/
H A Dmain.c1380 RA_NEXT_LINE = KVAL(K_RIGHT)+1,
2148 case KVAL(K_RIGHT): in speakup_key()
2201 (value == KVAL(K_RIGHT)); in speakup_key()
/linux/tools/perf/util/
H A Dhist.h792 #define K_RIGHT -2000
790 #define K_RIGHT global() macro