Home
last modified time | relevance | path

Searched refs:graph_dotted_line (Results 1 – 7 of 7) sorted by relevance

/external/linux-tools-perf/src/tools/perf/util/
Dctype.c36 const char *graph_dotted_line = variable
Dutil.h78 extern const char *graph_dotted_line;
Devsel.c962 ret += fprintf(fp, "%.60s\n", graph_dotted_line); in perf_event_attr__fprintf()
997 ret += fprintf(fp, "%.60s\n", graph_dotted_line); in perf_event_attr__fprintf()
Dannotate.c1248 width+namelen, width+namelen, graph_dotted_line); in symbol__annotate_printf()
/external/linux-tools-perf/src/tools/perf/
Dbuiltin-kmem.c347 printf("%.102s\n", graph_dotted_line); in __print_result()
350 printf("%.102s\n", graph_dotted_line); in __print_result()
391 printf("%.102s\n", graph_dotted_line); in __print_result()
Dbuiltin-top.c273 printf("%-*.*s\n", win_width, win_width, graph_dotted_line); in perf_top__print_sym_table()
/external/linux-tools-perf/src/tools/perf/ui/stdio/
Dhist.c509 fprintf(fp, "%.10s end\n", graph_dotted_line); in hists__fprintf()