Searched defs:current_entry (Results 1 – 6 of 6) sorted by relevance
/tools/perf/ui/browsers/ |
D | header.c | 18 bool current_entry = ui_browser__is_current_entry(browser, row); in ui_browser__argv_write() local
|
D | map.c | 29 bool current_entry = ui_browser__is_current_entry(browser, row); in map_browser__write() local
|
D | hists.c | 1205 bool current_entry; member 1302 bool current_entry = ui_browser__is_current_entry(&browser->b, row); in hist_browser__show_entry() local 1409 bool current_entry = ui_browser__is_current_entry(&browser->b, row); in hist_browser__show_hierarchy_entry() local 1571 bool current_entry = ui_browser__is_current_entry(&browser->b, row); in hist_browser__show_no_entry() local 3409 bool current_entry = ui_browser__is_current_entry(browser, row); in perf_evsel_menu__write() local
|
/tools/perf/ui/tui/ |
D | util.c | 19 bool current_entry = ui_browser__is_current_entry(browser, row); in ui_browser__argv_write() local
|
/tools/perf/util/ |
D | annotate.h | 207 bool first_line, current_entry, change_color; member
|
D | annotate.c | 2932 bool first_line, bool current_entry, bool change_color, int width, in __annotation_line__write()
|