Home
last modified time | relevance | path

Searched refs:set_legend_width (Results 1 – 3 of 3) sorted by relevance

/external/blktrace/iowatcher/
Dplot.h162 void set_legend_width(int longest_str);
Dmain.c1696 set_legend_width(longest_label + longest_proc_name + 1 + strlen("writes")); in main()
1704 set_legend_width(longest_label + longest_proc_name + 1 + strlen("writes")); in main()
1706 set_legend_width(longest_label); in main()
1708 set_legend_width(0); in main()
Dplot.c1111 void set_legend_width(int longest_str) in set_legend_width() function