Home
last modified time | relevance | path

Searched defs:width (Results 1 – 12 of 12) sorted by relevance

/tools/perf/util/
Dsort.c62 size_t size, unsigned int width) in hist_entry__thread_snprintf()
96 size_t size, unsigned int width) in hist_entry__comm_snprintf()
156 size_t size, unsigned int width) in _hist_entry__dso_snprintf()
168 size_t size, unsigned int width) in hist_entry__dso_snprintf()
259 size_t size, unsigned int width) in hist_entry__parent_snprintf()
281 size_t size, unsigned int width) in hist_entry__cpu_snprintf()
301 size_t size, unsigned int width) in hist_entry__dso_from_snprintf()
322 size_t size, unsigned int width) in hist_entry__dso_to_snprintf()
404 size_t size, unsigned int width){ in hist_entry__mispredict_snprintf()
Dvalues.c145 int width; in perf_read_values__display_pretty() local
179 int width, pidwidth, tidwidth, namewidth, rawwidth, countwidth; in perf_read_values__display_raw() local
Dsvghelper.c260 double width; in svg_process() local
284 double width; in svg_cstate() local
Dhist.c1023 unsigned int width; in hists__fprintf() local
/tools/perf/util/ui/browsers/
Dmap.c15 static int ui_entry__read(const char *title, char *bf, size_t size, int width) in ui_entry__read()
59 int width; in map_browser__write() local
Dhists.c397 int first_row = row, width, offset = level * LEVEL_OFFSET_STEP; in hist_browser__show_callchain_node_rb_tree() local
491 width = self->b.width - offset; in hist_browser__show_callchain_node() local
562 int width = self->b.width - 6; /* The percentage */ in hist_browser__show_entry() local
Dannotate.c54 int width = self->width; in annotate_browser__write() local
/tools/perf/util/ui/
Dbrowser.h17 u16 y, x, width, height; member
Dbrowser.c301 int width = browser->width; in __ui_browser__refresh() local
/tools/perf/util/gtk/
Dbrowser.c35 int width; in perf_gtk_resize_window() local
/tools/firewire/
Ddecode-fcp.c50 int width; /* Width of field, 0 means use data_length. */ member
Dnosy-dump.c325 int width; /* Width of field, 0 means use data_length. */ member
653 get_bits(struct link_packet *packet, int offset, int width) in get_bits()