/kernel/linux/linux-5.10/tools/perf/ |
H A D | builtin-kmem.c | 991 printf("%.105s\n", graph_dotted_line); in __print_slab_result() 994 printf("%.105s\n", graph_dotted_line); in __print_slab_result() 1035 printf("%.105s\n", graph_dotted_line); in __print_slab_result() 1054 printf("\n%.105s\n", graph_dotted_line); in __print_page_alloc_result() 1058 printf("%.105s\n", graph_dotted_line); in __print_page_alloc_result() 1093 printf("%.105s\n", graph_dotted_line); in __print_page_alloc_result() 1102 printf("\n%.105s\n", graph_dotted_line); in __print_page_caller_result() 1105 printf("%.105s\n", graph_dotted_line); in __print_page_caller_result() 1135 printf("%.105s\n", graph_dotted_line); in __print_page_caller_result() 1199 printf("%.5s %.12s %.12s %.12s %.12s %.12s\n", graph_dotted_line, in print_page_summary() [all...] |
H A D | builtin-sched.c | 1974 printf("%.15s %.6s ", graph_dotted_line, graph_dotted_line); in timehist_header() 1977 printf(" %.*s ", ncpus, graph_dotted_line); in timehist_header() 1980 graph_dotted_line, graph_dotted_line, graph_dotted_line, in timehist_header() 1981 graph_dotted_line); in timehist_header() 1984 printf(" %.5s", graph_dotted_line); in timehist_header() 2798 printf(" %.16s %.8s %.50s\n", graph_dotted_line, graph_dotted_line, in timehist_print_idlehist_callchain() [all...] |
H A D | builtin-top.c | 328 printf("%-*.*s\n", win_width, win_width, graph_dotted_line); in perf_top__print_sym_table()
|
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-kmem.c | 1013 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 D | builtin-kwork.c | 1077 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 D | builtin-sched.c | 2021 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() 2839 printf(" %.16s %.8s %.50s\n", graph_dotted_line, graph_dotted_line, in timehist_print_idlehist_callchain() [all...] |
H A D | builtin-top.c | 332 printf("%-*.*s\n", win_width, win_width, graph_dotted_line); in perf_top__print_sym_table()
|
/kernel/linux/linux-5.10/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 | evsel.c | 1658 fprintf(stderr, "%.60s\n", graph_dotted_line); in display_attr() 1661 fprintf(stderr, "%.60s\n", graph_dotted_line); in display_attr()
|
H A D | annotate.c | 2412 graph_dotted_len, graph_dotted_len, graph_dotted_line); in symbol__annotate_printf()
|
/kernel/linux/linux-6.6/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 | evsel.c | 1758 fprintf(stderr, "%.60s\n", graph_dotted_line); in display_attr() 1761 fprintf(stderr, "%.60s\n", graph_dotted_line); in display_attr()
|
H A D | annotate.c | 2542 graph_dotted_len, graph_dotted_len, graph_dotted_line); in symbol__annotate_printf()
|
/kernel/linux/linux-5.10/tools/perf/ui/stdio/ |
H A D | hist.c | 889 fprintf(fp, "%.10s end\n", graph_dotted_line); in hists__fprintf()
|
/kernel/linux/linux-6.6/tools/perf/ui/stdio/ |
H A D | hist.c | 889 fprintf(fp, "%.10s end\n", graph_dotted_line); in hists__fprintf()
|