Home
last modified time | relevance | path

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

/linux/tools/perf/
H A Dbuiltin-kmem.c1006 printf("%.105s\n", graph_dotted_line); in __print_slab_result()
1009 printf("%.105s\n", graph_dotted_line); in __print_slab_result()
1050 printf("%.105s\n", graph_dotted_line); in __print_slab_result()
1069 printf("\n%.105s\n", graph_dotted_line); in __print_page_alloc_result()
1073 printf("%.105s\n", graph_dotted_line); in __print_page_alloc_result()
1108 printf("%.105s\n", graph_dotted_line); in __print_page_alloc_result()
1117 printf("\n%.105s\n", graph_dotted_line); in __print_page_caller_result()
1120 printf("%.105s\n", graph_dotted_line); in __print_page_caller_result()
1150 printf("%.105s\n", graph_dotted_line); in __print_page_caller_result()
1214 printf("%.5s %.12s %.12s %.12s %.12s %.12s\n", graph_dotted_line, in print_page_summary()
[all...]
H A Dbuiltin-sched.c2146 printf("%.15s %.6s ", graph_dotted_line, graph_dotted_line); in timehist_header()
2149 printf(" %.*s ", ncpus, graph_dotted_line); in timehist_header()
2151 printf(" %.*s", comm_width, graph_dotted_line); in timehist_header()
2154 printf(" %.*s", MAX_PRIO_STR_LEN, graph_dotted_line); in timehist_header()
2156 printf(" %.9s %.9s %.9s", graph_dotted_line, graph_dotted_line, graph_dotted_line); in timehist_header()
2159 printf(" %.9s", graph_dotted_line); in timehist_header()
2162 printf(" %.5s", graph_dotted_line); in timehist_header()
[all...]
H A Dbuiltin-kwork.c1345 printf(" %.*s\n", len, graph_dotted_line); in print_separator()
1493 PRINT_TIMESTAMP_WIDTH, graph_dotted_line, in timehist_print_header()
1494 PRINT_TIMESTAMP_WIDTH, graph_dotted_line, in timehist_print_header()
1495 PRINT_TIMEHIST_CPU_WIDTH, graph_dotted_line, in timehist_print_header()
1496 PRINT_KWORK_NAME_WIDTH, graph_dotted_line, in timehist_print_header()
1497 PRINT_RUNTIME_WIDTH, graph_dotted_line, in timehist_print_header()
1498 PRINT_RUNTIME_WIDTH, graph_dotted_line); in timehist_print_header()
H A Dbuiltin-top.c333 printf("%-*.*s\n", win_width, win_width, graph_dotted_line); in perf_top__print_sym_table()
/linux/tools/perf/util/
H A Dstring2.h11 extern const char *graph_dotted_line;
H A Dstring.c9 const char *graph_dotted_line = variable
H A Dannotate.c1264 graph_dotted_len, graph_dotted_len, graph_dotted_line); in hist_entry__annotate_printf()
/linux/tools/perf/ui/
H A Dhist.c453 left, graph_dotted_line, fmt->name, right, graph_dotted_line); in hpp__header_mem_stat_fn()
/linux/tools/perf/ui/stdio/
H A Dhist.c906 fprintf(fp, "%.10s end\n", graph_dotted_line); in hists__fprintf()