Searched refs:dots (Results 1 - 5 of 5) sorted by relevance

/linux-master/tools/perf/util/
H A Dstring2.h12 extern const char *dots;
H A Dstring.c13 const char *dots = variable
/linux-master/fs/adfs/
H A Ddir.c202 unsigned int dots, i; local
213 for (i = dots = 0; i < obj->name_len; i++)
216 dots++;
219 if (obj->name_len <= 2 && dots == obj->name_len)
/linux-master/arch/x86/platform/uv/
H A Duv_nmi.c728 const char *dots = " ................................. "; local
737 pr_info("UV:%sNMI process trace for CPU %d\n", dots, cpu);
/linux-master/tools/perf/ui/stdio/
H A Dhist.c682 /* preserve max indent depth for initial dots */
683 print_hierarchy_indent(sep, indent, dots, fp);
696 fprintf(fp, "%.*s", width, dots);
721 fprintf(fp, "%s%-.*s", sep ?: " ", header_width, dots);

Completed in 266 milliseconds