/linux/tools/perf/ui/ |
H A D | browser.c | 13 #include "browser.h" 20 static int ui_browser__percent_color(struct ui_browser *browser, in ui_browser__percent_color() argument 23 if (current && (!browser->use_navkeypressed || browser->navkeypressed)) in ui_browser__percent_color() 32 int ui_browser__set_color(struct ui_browser *browser, int color) in ui_browser__set_color() argument 34 int ret = browser->current_color; in ui_browser__set_color() 35 browser->current_color = color; in ui_browser__set_color() 40 void ui_browser__set_percent_color(struct ui_browser *browser, in ui_browser__set_percent_color() argument 43 int color = ui_browser__percent_color(browser, percent, current); in ui_browser__set_percent_color() 44 ui_browser__set_color(browser, colo in ui_browser__set_percent_color() 47 ui_browser__gotorc_title(struct ui_browser * browser,int y,int x) ui_browser__gotorc_title() argument 52 ui_browser__gotorc(struct ui_browser * browser,int y,int x) ui_browser__gotorc() argument 78 ui_browser__list_head_filter_entries(struct ui_browser * browser,struct list_head * pos) ui_browser__list_head_filter_entries() argument 91 ui_browser__list_head_filter_prev_entries(struct ui_browser * browser,struct list_head * pos) ui_browser__list_head_filter_prev_entries() argument 103 ui_browser__list_head_seek(struct ui_browser * browser,off_t offset,int whence) ui_browser__list_head_seek() argument 138 ui_browser__rb_tree_seek(struct ui_browser * browser,off_t offset,int whence) ui_browser__rb_tree_seek() argument 168 ui_browser__rb_tree_refresh(struct ui_browser * browser) ui_browser__rb_tree_refresh() argument 189 ui_browser__is_current_entry(struct ui_browser * browser,unsigned row) ui_browser__is_current_entry() argument 194 ui_browser__refresh_dimensions(struct ui_browser * browser) ui_browser__refresh_dimensions() argument 203 ui_browser__handle_resize(struct ui_browser * browser) ui_browser__handle_resize() argument 210 ui_browser__warning(struct ui_browser * browser,int timeout,const char * format,...) ui_browser__warning() argument 236 ui_browser__help_window(struct ui_browser * browser,const char * text) ui_browser__help_window() argument 246 ui_browser__dialog_yesno(struct ui_browser * browser,const char * text) ui_browser__dialog_yesno() argument 256 ui_browser__reset_index(struct ui_browser * browser) ui_browser__reset_index() argument 262 __ui_browser__show_title(struct ui_browser * browser,const char * title) __ui_browser__show_title() argument 269 ui_browser__show_title(struct ui_browser * browser,const char * title) ui_browser__show_title() argument 276 ui_browser__show(struct ui_browser * browser,const char * title,const char * helpline,...) ui_browser__show() argument 302 ui_browser__hide(struct ui_browser * browser) ui_browser__hide() argument 310 ui_browser__scrollbar_set(struct ui_browser * browser) ui_browser__scrollbar_set() argument 332 __ui_browser__refresh(struct ui_browser * browser) __ui_browser__refresh() argument 353 ui_browser__refresh(struct ui_browser * browser) ui_browser__refresh() argument 368 ui_browser__update_nr_entries(struct ui_browser * browser,u32 nr_entries) ui_browser__update_nr_entries() argument 386 ui_browser__run(struct ui_browser * browser,int delay_secs) ui_browser__run() argument 498 ui_browser__list_head_refresh(struct ui_browser * browser) ui_browser__list_head_refresh() argument 608 ui_browser__argv_seek(struct ui_browser * browser,off_t offset,int whence) ui_browser__argv_seek() argument 627 ui_browser__argv_refresh(struct ui_browser * browser) ui_browser__argv_refresh() argument 653 __ui_browser__vline(struct ui_browser * browser,unsigned int column,u16 start,u16 end) __ui_browser__vline() argument 670 __ui_browser__line_arrow_up(struct ui_browser * browser,unsigned int column,u64 start,u64 end) __ui_browser__line_arrow_up() argument 710 __ui_browser__line_arrow_down(struct ui_browser * browser,unsigned int column,u64 start,u64 end) __ui_browser__line_arrow_down() argument 750 __ui_browser__line_arrow(struct ui_browser * browser,unsigned int column,u64 start,u64 end) __ui_browser__line_arrow() argument 759 ui_browser__mark_fused(struct ui_browser * browser,unsigned int column,unsigned int row,int diff,bool arrow_down) ui_browser__mark_fused() argument [all...] |
H A D | browser.h | 27 void (*refresh_dimensions)(struct ui_browser *browser); 28 unsigned int (*refresh)(struct ui_browser *browser); 29 void (*write)(struct ui_browser *browser, void *entry, int row); 30 void (*seek)(struct ui_browser *browser, off_t offset, int whence); 31 bool (*filter)(struct ui_browser *browser, void *entry); 37 int ui_browser__set_color(struct ui_browser *browser, int color); 38 void ui_browser__set_percent_color(struct ui_browser *browser, 40 bool ui_browser__is_current_entry(struct ui_browser *browser, unsigned row); 41 void ui_browser__refresh_dimensions(struct ui_browser *browser); 42 void ui_browser__reset_index(struct ui_browser *browser); [all...] |
H A D | Build | 10 perf-ui-$(CONFIG_SLANG) += browser.o
|
/linux/tools/perf/ui/browsers/ |
H A D | annotate.c | 2 #include "../browser.h" 34 static inline struct annotation *browser__annotation(struct ui_browser *browser) in browser__annotation() argument 36 struct map_symbol *ms = browser->priv; in browser__annotation() 40 static bool disasm_line__filter(struct ui_browser *browser __maybe_unused, void *entry) in disasm_line__filter() 46 static int ui_browser__jumps_percent_color(struct ui_browser *browser, int nr, bool current) in ui_browser__jumps_percent_color() argument 48 struct annotation *notes = browser__annotation(browser); in ui_browser__jumps_percent_color() 50 if (current && (!browser->use_navkeypressed || browser->navkeypressed)) in ui_browser__jumps_percent_color() 59 static int ui_browser__set_jumps_percent_color(void *browser, int nr, bool current) in ui_browser__set_jumps_percent_color() argument 61 int color = ui_browser__jumps_percent_color(browser, n in ui_browser__set_jumps_percent_color() 65 annotate_browser__set_color(void * browser,int color) annotate_browser__set_color() argument 70 annotate_browser__write_graph(void * browser,int graph) annotate_browser__write_graph() argument 75 annotate_browser__set_percent_color(void * browser,double percent,bool current) annotate_browser__set_percent_color() argument 80 annotate_browser__printf(void * browser,const char * fmt,...) annotate_browser__printf() argument 89 annotate_browser__write(struct ui_browser * browser,void * entry,int row) annotate_browser__write() argument 149 annotate_browser__draw_current_jump(struct ui_browser * browser) annotate_browser__draw_current_jump() argument 220 annotate_browser__refresh(struct ui_browser * browser) annotate_browser__refresh() argument 248 disasm_rb_tree__insert(struct annotate_browser * browser,struct annotation_line * al) disasm_rb_tree__insert() argument 269 annotate_browser__set_top(struct annotate_browser * browser,struct annotation_line * pos,u32 idx) annotate_browser__set_top() argument 292 annotate_browser__set_rb_top(struct annotate_browser * browser,struct rb_node * nd) annotate_browser__set_rb_top() argument 304 annotate_browser__calc_percent(struct annotate_browser * browser,struct evsel * evsel) annotate_browser__calc_percent() argument 349 annotate_browser__find_next_asm_line(struct annotate_browser * browser,struct annotation_line * al) annotate_browser__find_next_asm_line() argument 371 annotate_browser__toggle_source(struct annotate_browser * browser) annotate_browser__toggle_source() argument 414 annotate_browser__show_full_location(struct ui_browser * browser) annotate_browser__show_full_location() argument 431 ui_browser__init_asm_mode(struct ui_browser * browser) ui_browser__init_asm_mode() argument 455 annotate_browser__callq(struct annotate_browser * browser,struct evsel * evsel,struct hist_browser_timer * hbt) annotate_browser__callq() argument 490 annotate_browser__find_offset(struct annotate_browser * browser,s64 offset,s64 * idx) annotate_browser__find_offset() argument 507 annotate_browser__jump(struct annotate_browser * browser,struct evsel * evsel,struct hist_browser_timer * hbt) annotate_browser__jump() argument 536 annotate_browser__find_string(struct annotate_browser * browser,char * s,s64 * idx) annotate_browser__find_string() argument 556 __annotate_browser__search(struct annotate_browser * browser) __annotate_browser__search() argument 573 annotate_browser__find_string_reverse(struct annotate_browser * browser,char * s,s64 * idx) annotate_browser__find_string_reverse() argument 593 __annotate_browser__search_reverse(struct annotate_browser * browser) __annotate_browser__search_reverse() argument 609 annotate_browser__search_window(struct annotate_browser * browser,int delay_secs) annotate_browser__search_window() argument 621 annotate_browser__search(struct annotate_browser * browser,int delay_secs) annotate_browser__search() argument 629 annotate_browser__continue_search(struct annotate_browser * browser,int delay_secs) annotate_browser__continue_search() argument 638 annotate_browser__search_reverse(struct annotate_browser * browser,int delay_secs) annotate_browser__search_reverse() argument 648 annotate_browser__continue_search_reverse(struct annotate_browser * browser,int delay_secs) annotate_browser__continue_search_reverse() argument 657 annotate_browser__show(struct ui_browser * browser,char * title,const char * help) annotate_browser__show() argument 707 annotate_browser__run(struct annotate_browser * browser,struct evsel * evsel,struct hist_browser_timer * hbt) annotate_browser__run() argument 965 struct annotate_browser browser = { symbol__tui_annotate() local [all...] |
H A D | hists.c | 51 static int hists_browser__scnprintf_title(struct hist_browser *browser, char *bf, size_t size); 62 static int hist_browser__get_folding(struct hist_browser *browser) in hist_browser__get_folding() argument 65 struct hists *hists = browser->hists; in hist_browser__get_folding() 69 (nd = hists__filter_entries(nd, browser->min_pcnt)) != NULL; in hist_browser__get_folding() 82 struct ui_browser *browser = &hb->b; in hist_browser__set_title_space() local 86 browser->extra_title_lines = hb->show_headers ? hpp_list->nr_header_lines : 0; in hist_browser__set_title_space() 106 struct ui_browser *browser = &hb->b; in hist_browser__update_rows() local 112 browser->rows += browser->extra_title_lines; in hist_browser__update_rows() 113 browser->extra_title_lines = 0; in hist_browser__update_rows() 117 browser->extra_title_lines = hpp_list->nr_header_lines; in hist_browser__update_rows() [all …]
|
H A D | map.c | 12 #include "../browser.h" 25 static void map_browser__write(struct ui_browser *browser, void *nd, int row) in map_browser__write() argument 28 struct map_browser *mb = container_of(browser, struct map_browser, b); in map_browser__write() 29 bool current_entry = ui_browser__is_current_entry(browser, row); in map_browser__write() 32 ui_browser__set_percent_color(browser, 0, current_entry); in map_browser__write() 33 ui_browser__printf(browser, "%*" PRIx64 " %*" PRIx64 " %c ", in map_browser__write() 37 width = browser->width - ((mb->addrlen * 2) + 4); in map_browser__write() 39 ui_browser__write_nstring(browser, sym->name, width); in map_browser__write() 43 static u32 *symbol__browser_index(struct symbol *browser) in symbol__browser_index() argument 45 return ((void *)browser) in symbol__browser_index() 48 map_browser__search(struct map_browser * browser) map_browser__search() argument 75 map_browser__run(struct map_browser * browser) map_browser__run() argument [all...] |
H A D | annotate-data.c | 76 static int add_child_entries(struct annotated_data_browser *browser, in add_child_entries() argument 90 entry->hists = calloc(browser->nr_events, sizeof(*entry->hists)); in add_child_entries() 108 parent_list = &browser->entries; in add_child_entries() 113 int nr = add_child_entries(browser, entry, adt, pos, evsel, in add_child_entries() 142 static u32 count_visible_entries(struct annotated_data_browser *browser) in count_visible_entries() argument 147 list_for_each_entry(entry, &browser->entries, node) in count_visible_entries() 153 static int annotated_data_browser__collect_entries(struct annotated_data_browser *browser) in annotated_data_browser__collect_entries() argument 155 struct hist_entry *he = browser->b.priv; in annotated_data_browser__collect_entries() 159 INIT_LIST_HEAD(&browser->entries); in annotated_data_browser__collect_entries() 161 add_child_entries(browser, /*parent=*/NULL, adt, &adt->self, evsel, in annotated_data_browser__collect_entries() [all …]
|
H A D | header.c | 12 static void ui_browser__argv_write(struct ui_browser *browser, in ui_browser__argv_write() argument 18 bool current_entry = ui_browser__is_current_entry(browser, row); in ui_browser__argv_write() 19 unsigned long offset = (unsigned long)browser->priv; in ui_browser__argv_write() 26 ui_browser__set_color(browser, current_entry ? HE_COLORSET_SELECTED : in ui_browser__argv_write() 29 ui_browser__write_nstring(browser, str, browser->width); in ui_browser__argv_write()
|
H A D | hists.h | 28 int (*title)(struct hist_browser *browser, 33 void hist_browser__delete(struct hist_browser *browser); 34 int hist_browser__run(struct hist_browser *browser, const char *help, 36 void hist_browser__init(struct hist_browser *browser,
|
/linux/Documentation/translations/zh_CN/scheduler/ |
H A D | sched-design-CFS.rst | 194 # mkdir browser # 创建 "browser" 任务组 196 # #配置multimedia组,令其获得browser组两倍CPU带宽 199 # echo 1024 > browser/cpu.shares 201 # firefox & # 启动firefox并把它移到 "browser" 组 202 # echo <firefox_pid> > browser/tasks
|
/linux/tools/perf/ui/tui/ |
H A D | util.c | 15 static void ui_browser__argv_write(struct ui_browser *browser, in ui_browser__argv_write() argument 19 bool current_entry = ui_browser__is_current_entry(browser, row); in ui_browser__argv_write() 21 ui_browser__set_color(browser, current_entry ? HE_COLORSET_SELECTED : in ui_browser__argv_write() 23 ui_browser__write_nstring(browser, *arg, browser->width); in ui_browser__argv_write()
|
/linux/tools/perf/ |
H A D | builtin-c2c.c | 2567 perf_c2c_cacheline_browser__title(struct hist_browser *browser, in perf_c2c_cacheline_browser__title() argument 2574 cl_browser = container_of(browser, struct c2c_cacheline_browser, hb); in perf_c2c_cacheline_browser__title() 2587 struct c2c_cacheline_browser *browser; in c2c_cacheline_browser__new() local 2589 browser = zalloc(sizeof(*browser)); in c2c_cacheline_browser__new() 2590 if (browser) { in c2c_cacheline_browser__new() 2591 hist_browser__init(&browser->hb, hists); in c2c_cacheline_browser__new() 2592 browser->hb.c2c_filter = true; in c2c_cacheline_browser__new() 2593 browser->hb.title = perf_c2c_cacheline_browser__title; in c2c_cacheline_browser__new() 2594 browser->he = he; in c2c_cacheline_browser__new() 2597 return browser; in c2c_cacheline_browser__new() [all …]
|
/linux/tools/perf/Documentation/ |
H A D | perf.txt | 63 in browser mode 67 and perf report without browser)
|
/linux/Documentation/scheduler/ |
H A D | sched-design-CFS.rst | 244 # mkdir browser # create "browser" group of tasks 247 # #that of browser group 250 # echo 1024 > browser/cpu.shares 252 # firefox & # Launch firefox and move it to "browser" group 253 # echo <firefox_pid> > browser/tasks
|
/linux/tools/perf/ui/gtk/ |
H A D | Build | 3 gtk-y += browser.o
|
/linux/Documentation/translations/sp_SP/scheduler/ |
H A D | sched-design-CFS.rst | 265 # mkdir browser # crear un grupo de tareas "browser" 268 # #que el grupo browser 271 # echo 1024 > browser/cpu.shares 273 # firefox & # Lanzar firefox y moverlo al grupo "browser" 274 # echo <firefox_pid> > browser/tasks
|
/linux/Documentation/userspace-api/ |
H A D | mseal.rst | 131 - Chrome browser: protect some security sensitive data structures. 181 CFI [4]. Chrome browser in ChromeOS will be the first user of this API.
|
H A D | check_exec.rst | 20 However, a JavaScript engine running in a web browser should already be
|
/linux/Documentation/RCU/ |
H A D | rcu.rst | 92 …Or point your browser at (https://docs.google.com/document/d/1X0lThx8OK0ZgLMqVoXiR4ZrGURHrXK6NyLRb…
|
/linux/Documentation/hwmon/ |
H A D | w83627hf.rst | 66 [1] http://www.lm-sensors.org/browser/lm-sensors/trunk/doc/vid
|
/linux/Documentation/rust/ |
H A D | general-information.rst | 47 To read the docs locally in your web browser, run e.g.::
|
/linux/Documentation/userspace-api/media/rc/ |
H A D | rc-tables.rst | 673 - Open the default browser
|
/linux/drivers/accessibility/speakup/ |
H A D | Kconfig | 12 point your browser at <http://www.linux-speakup.org/>.
|
/linux/Documentation/admin-guide/cgroup-v1/ |
H A D | cgroups.rst | 145 and depending on who is launching the browser he can:: 150 a separate cgroup for every browser launched and associate it with 155 access temporarily to a student's browser (since it is night and the user
|
/linux/Documentation/fb/ |
H A D | framebuffer.rst | 328 Point your web browser to http://sourceforge.net/projects/linux-fbdev/ for
|