Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/
H A Dbuiltin-kmem.c1013 printf("%.105s\n", graph_dotted_line); in __print_slab_result()
1016 printf("%.105s\n", graph_dotted_line); in __print_slab_result()
1057 printf("%.105s\n", graph_dotted_line); in __print_slab_result()
1076 printf("\n%.105s\n", graph_dotted_line); in __print_page_alloc_result()
1080 printf("%.105s\n", graph_dotted_line); in __print_page_alloc_result()
1115 printf("%.105s\n", graph_dotted_line); in __print_page_alloc_result()
1124 printf("\n%.105s\n", graph_dotted_line); in __print_page_caller_result()
1127 printf("%.105s\n", graph_dotted_line); in __print_page_caller_result()
1157 printf("%.105s\n", graph_dotted_line); in __print_page_caller_result()
1221 printf("%.5s %.12s %.12s %.12s %.12s %.12s\n", graph_dotted_line, in print_page_summary()
[all …]
H A Dbuiltin-kwork.c1077 printf(" %.*s\n", len, graph_dotted_line); in print_separator()
1225 PRINT_TIMESTAMP_WIDTH, graph_dotted_line, in timehist_print_header()
1226 PRINT_TIMESTAMP_WIDTH, graph_dotted_line, in timehist_print_header()
1227 PRINT_TIMEHIST_CPU_WIDTH, graph_dotted_line, in timehist_print_header()
1228 PRINT_KWORK_NAME_WIDTH, graph_dotted_line, in timehist_print_header()
1229 PRINT_RUNTIME_WIDTH, graph_dotted_line, in timehist_print_header()
1230 PRINT_RUNTIME_WIDTH, graph_dotted_line); in timehist_print_header()
H A Dbuiltin-sched.c2021 printf("%.15s %.6s ", graph_dotted_line, graph_dotted_line); in timehist_header()
2024 printf(" %.*s ", ncpus, graph_dotted_line); in timehist_header()
2027 graph_dotted_line, graph_dotted_line, graph_dotted_line, in timehist_header()
2028 graph_dotted_line); in timehist_header()
2031 printf(" %.5s", graph_dotted_line); in timehist_header()
2842 printf(" %.16s %.8s %.50s\n", graph_dotted_line, graph_dotted_line, in timehist_print_idlehist_callchain()
2843 graph_dotted_line); in timehist_print_idlehist_callchain()
2890 printf("%.117s\n", graph_dotted_line); in timehist_print_summary()
H A Dbuiltin-top.c332 printf("%-*.*s\n", win_width, win_width, graph_dotted_line); in perf_top__print_sym_table()
/openbmc/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 Devsel.c1758 fprintf(stderr, "%.60s\n", graph_dotted_line); in display_attr()
1761 fprintf(stderr, "%.60s\n", graph_dotted_line); in display_attr()
H A Dannotate.c2575 graph_dotted_len, graph_dotted_len, graph_dotted_line); in symbol__annotate_printf()
/openbmc/linux/tools/perf/ui/stdio/
H A Dhist.c889 fprintf(fp, "%.10s end\n", graph_dotted_line); in hists__fprintf()