Searched refs:current_entry (Results 1 – 7 of 7) sorted by relevance
| /tools/perf/ui/browsers/ |
| A D | header.c | 18 bool current_entry = ui_browser__is_current_entry(browser, row); in ui_browser__argv_write() local 26 ui_browser__set_color(browser, current_entry ? HE_COLORSET_SELECTED : in ui_browser__argv_write()
|
| A D | map.c | 29 bool current_entry = ui_browser__is_current_entry(browser, row); in map_browser__write() local 32 ui_browser__set_percent_color(browser, 0, current_entry); in map_browser__write()
|
| A D | hists.c | 1206 bool current_entry; member 1342 if (current_entry) { in hist_browser__show_entry() 1356 .current_entry = current_entry, in hist_browser__show_entry() 1422 .is_current_entry = current_entry, in hist_browser__show_entry() 1450 .current_entry = current_entry, in hist_browser__show_hierarchy_entry() 1455 if (current_entry) { in hist_browser__show_hierarchy_entry() 1471 if (current_entry && browser->b.navkeypressed) in hist_browser__show_hierarchy_entry() 1613 if (current_entry) { in hist_browser__show_no_entry() 1620 if (current_entry && browser->b.navkeypressed) in hist_browser__show_no_entry() 3498 if (!current_entry) in perf_evsel_menu__write() [all …]
|
| A D | annotate.c | 97 .current_entry = is_current_entry, in annotate_browser__write() 117 if (ops.current_entry) in annotate_browser__write()
|
| /tools/perf/ui/tui/ |
| A D | util.c | 19 bool current_entry = ui_browser__is_current_entry(browser, row); in ui_browser__argv_write() local 21 ui_browser__set_color(browser, current_entry ? HE_COLORSET_SELECTED : in ui_browser__argv_write()
|
| /tools/perf/util/ |
| A D | annotate.h | 192 bool first_line, current_entry, change_color; member
|
| A D | annotate.c | 1939 bool first_line, bool current_entry, bool change_color, int width, in __annotation_line__write() argument 1971 obj__set_percent_color(obj, percent, current_entry); in __annotation_line__write() 1982 obj__set_percent_color(obj, 0, current_entry); in __annotation_line__write() 2087 current_entry); in __annotation_line__write() 2121 __annotation_line__write(al, notes, wops->first_line, wops->current_entry, in annotation_line__write()
|
Completed in 22 milliseconds