Searched refs:graph_dotted_line (Results 1 – 9 of 9) sorted by relevance
/linux/tools/perf/ |
H A D | builtin-kmem.c | 1006 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 D | builtin-sched.c | 2146 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 D | builtin-kwork.c | 1345 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 D | builtin-top.c | 333 printf("%-*.*s\n", win_width, win_width, graph_dotted_line); in perf_top__print_sym_table()
|
/linux/tools/perf/util/ |
H A D | string2.h | 11 extern const char *graph_dotted_line;
|
H A D | string.c | 9 const char *graph_dotted_line = variable
|
H A D | annotate.c | 1264 graph_dotted_len, graph_dotted_len, graph_dotted_line); in hist_entry__annotate_printf()
|
/linux/tools/perf/ui/ |
H A D | hist.c | 453 left, graph_dotted_line, fmt->name, right, graph_dotted_line); in hpp__header_mem_stat_fn()
|
/linux/tools/perf/ui/stdio/ |
H A D | hist.c | 906 fprintf(fp, "%.10s end\n", graph_dotted_line); in hists__fprintf()
|