Home
last modified time | relevance | path

Searched refs:longest_proc_name (Results 1 – 2 of 2) sorted by relevance

/external/blktrace/iowatcher/
Dplot.c84 extern unsigned int longest_proc_name;
183 if (strlen(label) > longest_proc_name) in alloc_dot_data()
184 longest_proc_name = strlen(label); in alloc_dot_data()
Dmain.c67 unsigned int longest_proc_name = 0; variable
1696 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()