Searched refs:print_entries (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.6/tools/perf/util/ |
D | top.h | 34 int print_entries, count_filter, delay_secs; member
|
/Linux-v6.6/tools/perf/ |
D | builtin-top.c | 97 top->print_entries = top->winsize.ws_row - HEADER_LINE_NR; in perf_top__update_print_entries() 352 hists__output_recalc_col_len(hists, top->print_entries - printed); in perf_top__print_sym_table() 354 hists__fprintf(hists, false, top->print_entries - printed, win_width, in perf_top__print_sym_table() 446 fprintf(stdout, "\t[e] display entries (lines). \t(%d)\n", top->print_entries); in perf_top__print_mapped_keys() 520 prompt_integer(&top->print_entries, "Enter display entries (lines)"); in perf_top__handle_keypress() 521 if (top->print_entries == 0) { in perf_top__handle_keypress() 1500 OPT_INTEGER('E', "entries", &top.print_entries, in cmd_top() 1800 if (top.print_entries == 0) { in cmd_top()
|
/Linux-v6.6/kernel/trace/ |
D | trace_events_hist.c | 5531 static int print_entries(struct seq_file *m, in print_entries() function 5593 n_entries = print_entries(m, hist_data); in hist_trigger_show()
|