| /tools/perf/util/ |
| A D | values.c | 202 int width; in perf_read_values__display_pretty() local 205 if (width > pidwidth) in perf_read_values__display_pretty() 206 pidwidth = width; in perf_read_values__display_pretty() 208 if (width > tidwidth) in perf_read_values__display_pretty() 209 tidwidth = width; in perf_read_values__display_pretty() 247 if (width > pidwidth) in perf_read_values__display_raw() 248 pidwidth = width; in perf_read_values__display_raw() 250 if (width > tidwidth) in perf_read_values__display_raw() 251 tidwidth = width; in perf_read_values__display_raw() 256 namewidth = width; in perf_read_values__display_raw() [all …]
|
| A D | sort.c | 121 width = max(7U, width) - 8; in hist_entry__thread_snprintf() 123 width, width, comm ?: ""); in hist_entry__thread_snprintf() 170 width = max(7U, width) - 8; in hist_entry__tgid_snprintf() 305 return repsep_snprintf(bf, size, "%-*.*s", width, width, dso_name); in _hist_entry__dso_snprintf() 740 return repsep_snprintf(bf, size, "%-*.*s", width, width, str); in hist_entry__callchain_branch_predicted_snprintf() 770 return repsep_snprintf(bf, size, "%-*.*s", width, width, str); in hist_entry__callchain_branch_abort_snprintf() 803 return repsep_snprintf(bf, size, "%-*.*s", width, width, str); in hist_entry__callchain_branch_cycles_snprintf() 900 return repsep_snprintf(bf, size, "%-*.*s", width, width, in hist_entry__parent_snprintf() 1279 return repsep_snprintf(bf, size, "%-*.*s", width, width, "N/A"); in hist_entry__sym_from_snprintf() 1497 return repsep_snprintf(bf, size, "%-*.*s", width, width, out); in hist_entry__mispredict_snprintf() [all …]
|
| A D | block-info.c | 18 int width; member 22 .width = 15, 26 .width = 14, 30 .width = 11, 34 .width = 10, 38 .width = 70, 42 .width = 20, 46 .width = 30, 196 return block_fmt->width; in block_column_width() 204 width - 1, pct); in color_pct() [all …]
|
| A D | svghelper.c | 385 double width; in svg_process() local 405 if (width > 6) in svg_process() 406 width = 6; in svg_process() 408 width = round_text_size(width); in svg_process() 410 if (width > MIN_TEXT_SIZE) in svg_process() 412 width, name); in svg_process() 419 double width; in svg_cstate() local 438 if (width > 6) in svg_cstate() 439 width = 6; in svg_cstate() 441 width = round_text_size(width); in svg_cstate() [all …]
|
| /tools/perf/ |
| A D | builtin-c2c.c | 414 int width; member 440 width = MIN(width, SYMBOL_WIDTH); in symbol_width() 442 return width; in symbol_width() 1381 .width = 4, 1389 .width = 6, 1407 .width = 4, 1423 .width = 7, 1431 .width = 7, 1439 .width = 7, 1447 .width = 7, [all …]
|
| /tools/perf/ui/gtk/ |
| A D | browser.c | 22 int width; in perf_gtk__resize_window() local 30 width = rect.width * 3 / 4; in perf_gtk__resize_window() 33 gtk_window_resize(GTK_WINDOW(window), width, height); in perf_gtk__resize_window()
|
| /tools/testing/selftests/ftrace/test.d/kprobe/ |
| A D | kprobe_args_type.tc | 26 for width in 64 32 16 8; do 28 gen_event $width > kprobe_events 39 check_types $ARGS $width
|
| /tools/perf/tests/ |
| A D | builtin-test.c | 353 int result, int width, int running) in print_test_result() argument 356 int subw = width > 2 ? width - 2 : width; in print_test_result() 389 int width) in finish_test() argument 451 width, running); in finish_test() 561 static int width = 0; in __cmd_test() local 567 if (width < len) in __cmd_test() 568 width = len; in __cmd_test() 572 if (width < len) in __cmd_test() 573 width = len; in __cmd_test() 635 pr_info("%3d: %-*s:", curr_suite + 1, width, in __cmd_test() [all …]
|
| /tools/perf/ui/browsers/ |
| A D | map.c | 30 int width; in map_browser__write() local 37 width = browser->width - ((mb->addrlen * 2) + 4); in map_browser__write() 38 if (width > 0) in map_browser__write() 39 ui_browser__write_nstring(browser, sym->name, width); in map_browser__write()
|
| /tools/testing/selftests/gpio/ |
| A D | gpio-mockup.sh | 290 local width= 301 width=$1 ; shift 303 if [ "$random" -a $width -gt 2 ]; then 304 test_line $gc $((RANDOM % ($width - 2) + 1)) 306 test_line $gc $(($width - 1)) 307 test_no_line $gc $width
|
| /tools/mm/ |
| A D | slabinfo-gnuplot.sh | 27 width=1500 76 if [ $((width / lines)) -gt $min_slab_name_size ]; then 84 set terminal png enhanced size $width,$height large 126 set terminal png enhanced size $width,$height large 191 width=${array[0]}
|
| /tools/testing/selftests/kvm/lib/loongarch/ |
| A D | processor.c | 232 int width; in loongarch_vcpu_setup() local 255 width = vm->page_shift - 3; in loongarch_vcpu_setup() 260 val = (vm->page_shift + width * 2) << 20 | (width << 25); in loongarch_vcpu_setup() 264 val |= (vm->page_shift + width) << 10 | (width << 15); in loongarch_vcpu_setup() 266 val |= vm->page_shift | width << 5; in loongarch_vcpu_setup() 275 val = (vm->page_shift + width * (vm->pgtable_levels - 1)) | width << 6; in loongarch_vcpu_setup()
|
| /tools/perf/ui/stdio/ |
| A D | hist.c | 626 int width; in print_hierarchy_indent() local 633 return fprintf(fp, "%-*.*s", width, width, line); in print_hierarchy_indent() 642 unsigned width = 0; in hists__fprintf_hierarchy_headers() local 712 width = fmt->width(fmt, hpp, hists); in hists__fprintf_hierarchy_headers() 713 fprintf(fp, "%.*s", width, dots); in hists__fprintf_hierarchy_headers() 729 width += fmt->width(fmt, hpp, hists); in hists__fprintf_hierarchy_headers() 732 if (width > header_width) in hists__fprintf_hierarchy_headers() 733 header_width = width; in hists__fprintf_hierarchy_headers() 776 unsigned int width; in hists__fprintf_standard_headers() local 807 width = fmt->width(fmt, hpp, hists); in hists__fprintf_standard_headers() [all …]
|
| /tools/power/acpi/os_specific/service_layers/ |
| A D | osunixxf.c | 1013 u32 pci_register, u64 *value, u32 width) in acpi_os_read_pci_configuration() argument 1037 u32 pci_register, u64 value, u32 width) in acpi_os_write_pci_configuration() argument 1057 acpi_status acpi_os_read_port(acpi_io_address address, u32 *value, u32 width) in acpi_os_read_port() argument 1060 switch (width) { in acpi_os_read_port() 1098 acpi_status acpi_os_write_port(acpi_io_address address, u32 value, u32 width) in acpi_os_write_port() argument 1120 acpi_os_read_memory(acpi_physical_address address, u64 *value, u32 width) in acpi_os_read_memory() argument 1123 switch (width) { in acpi_os_read_memory() 1154 acpi_os_write_memory(acpi_physical_address address, u64 value, u32 width) in acpi_os_write_memory() argument
|
| /tools/testing/selftests/powerpc/alignment/ |
| A D | alignment_handler.c | 146 void preload_data(void *dst, int offset, int width) in preload_data() argument 153 for (i = 0 ; i < width ; i++) in preload_data() 223 int offset, width, fd, rc, r; in do_test() local 266 width = 16; /* vsx == 16 bytes */ in do_test() 270 preload_data(ci0, offset, width); in do_test() 271 preload_data(mem0, offset, width); // FIXME: remove?? in do_test() 276 test_memcmp(mem0, ci0, width, offset, test_name); in do_test() 278 r |= test_memcpy(ci1, ci0, width, offset, test_func); in do_test() 279 r |= test_memcpy(mem1, mem0, width, offset, test_func); in do_test() 286 r |= test_memcmp(mem1, ci1, width, offset, test_name); in do_test()
|
| /tools/net/sunrpc/xdrgen/templates/C/struct/maxsize/ |
| A D | struct.j2 | 3 ({{ width }})
|
| /tools/net/sunrpc/xdrgen/templates/C/typedef/maxsize/ |
| A D | basic.j2 | 3 ({{ width }})
|
| A D | fixed_length_opaque.j2 | 2 #define {{ '{:<31}'.format(macro) }} ({{ width }})
|
| A D | string.j2 | 2 #define {{ '{:<31}'.format(macro) }} ({{ width }})
|
| A D | variable_length_array.j2 | 2 #define {{ '{:<31}'.format(macro) }} ({{ width }})
|
| A D | variable_length_opaque.j2 | 2 #define {{ '{:<31}'.format(macro) }} ({{ width }})
|
| /tools/net/sunrpc/xdrgen/templates/C/enum/maxsize/ |
| A D | enum.j2 | 2 #define {{ '{:<31}'.format(macro) }} ({{ width }})
|
| /tools/net/sunrpc/xdrgen/templates/C/pointer/maxsize/ |
| A D | pointer.j2 | 3 ({{ width }})
|
| /tools/net/sunrpc/xdrgen/templates/C/union/maxsize/ |
| A D | union.j2 | 3 ({{ width }})
|
| /tools/firewire/ |
| A D | nosy-dump.c | 316 int width; /* Width of field, 0 means use data_length. */ member 644 get_bits(struct link_packet *packet, int offset, int width) in get_bits() argument 650 shift = 32 - (offset & 31) - width; in get_bits() 651 mask = width == 32 ? ~0 : (1 << width) - 1; in get_bits() 710 bits = get_bits(packet, offset, f->width); in decode_link_packet() 712 } else if (f->width == 0) { in decode_link_packet() 720 if ((offset & ~31) != ((offset + f->width - 1) & ~31)) { in decode_link_packet() 723 low_width = f->width - high_width; in decode_link_packet() 729 bits = get_bits(packet, offset, f->width); in decode_link_packet() 732 printf("%s=0x%0*llx", f->name, (f->width + 3) / 4, bits); in decode_link_packet()
|