Lines Matching defs:width
1550 int width = symbol_conf.show_total_period ? 12 : 8;
1556 width *= evsel->core.nr_members;
1559 printf(" %*s:\n", width, " ");
1561 printf(" %*s: %-*d %s\n", width, " ", addr_fmt_width, al->line_nr, al->line);
2513 int width = symbol_conf.show_total_period ? 12 : 8;
2529 width *= evsel->core.nr_members;
2536 width, width, symbol_conf.show_total_period ? "Period" :
3069 bool first_line, bool current_entry, bool change_color, int width,
3173 obj__printf(obj, "%-*s", width - pcnt_width - cycles_width, " ");
3180 obj__printf(obj, "%-*s", width - printed - pcnt_width - cycles_width + 1, al->line);
3225 obj__printf(obj, "%-*s", width - pcnt_width - cycles_width - 3 - printed, bf);
3235 wops->change_color, wops->width, wops->obj,