Home
last modified time | relevance | path

Searched refs:print_entries (Results 1 – 7 of 7) sorted by relevance

/linux-4.1.27/tools/perf/
Dbuiltin-top.c77 top->print_entries = top->winsize.ws_row - HEADER_LINE_NR; in perf_top__update_print_entries()
237 0, top->sym_pcnt_filter, top->print_entries, 4); in perf_top__show_details()
289 hists__output_recalc_col_len(hists, top->print_entries - printed); in perf_top__print_sym_table()
291 hists__fprintf(hists, false, top->print_entries - printed, win_width, in perf_top__print_sym_table()
383 fprintf(stdout, "\t[e] display entries (lines). \t(%d)\n", top->print_entries); in perf_top__print_mapped_keys()
457 prompt_integer(&top->print_entries, "Enter display entries (lines)"); in perf_top__handle_keypress()
458 if (top->print_entries == 0) { in perf_top__handle_keypress()
1107 OPT_INTEGER('E', "entries", &top.print_entries, in cmd_top()
1258 if (top.print_entries == 0) { in cmd_top()
/linux-4.1.27/tools/perf/util/
Dtop.h26 int print_entries, count_filter, delay_secs; member
/linux-4.1.27/tools/perf/ui/stdio/
Dhist.c400 goto print_entries; in hists__fprintf()
422 goto print_entries; in hists__fprintf()
452 print_entries: in hists__fprintf()
/linux-4.1.27/arch/x86/kernel/
Dx86_init.c149 .print_entries = native_io_apic_print_entries,
/linux-4.1.27/arch/x86/include/asm/
Dx86_init.h198 void (*print_entries)(unsigned int apic, unsigned int nr_entries); member
/linux-4.1.27/drivers/iommu/
Dintel_irq_remapping.c710 x86_io_apic_ops.print_entries = intel_ir_io_apic_print_entries; in intel_enable_irq_remapping()
/linux-4.1.27/arch/x86/kernel/apic/
Dio_apic.c1455 x86_io_apic_ops.print_entries(ioapic_idx, reg_01.bits.entries); in print_IO_APIC()