Home
last modified time | relevance | path

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

/linux-6.12.1/tools/perf/
Dbuiltin-kmem.c1004 printf("%.105s\n", graph_dotted_line); in __print_slab_result()
1007 printf("%.105s\n", graph_dotted_line); in __print_slab_result()
1048 printf("%.105s\n", graph_dotted_line); in __print_slab_result()
1067 printf("\n%.105s\n", graph_dotted_line); in __print_page_alloc_result()
1071 printf("%.105s\n", graph_dotted_line); in __print_page_alloc_result()
1106 printf("%.105s\n", graph_dotted_line); in __print_page_alloc_result()
1115 printf("\n%.105s\n", graph_dotted_line); in __print_page_caller_result()
1118 printf("%.105s\n", graph_dotted_line); in __print_page_caller_result()
1148 printf("%.105s\n", graph_dotted_line); in __print_page_caller_result()
1212 printf("%.5s %.12s %.12s %.12s %.12s %.12s\n", graph_dotted_line, in print_page_summary()
[all …]
Dbuiltin-sched.c2125 printf("%.15s %.6s ", graph_dotted_line, graph_dotted_line); in timehist_header()
2128 printf(" %.*s ", ncpus, graph_dotted_line); in timehist_header()
2132 comm_width, graph_dotted_line, MAX_PRIO_STR_LEN, graph_dotted_line, in timehist_header()
2133 graph_dotted_line, graph_dotted_line, graph_dotted_line); in timehist_header()
2136 graph_dotted_line, graph_dotted_line, graph_dotted_line, in timehist_header()
2137 graph_dotted_line); in timehist_header()
2141 printf(" %.5s", graph_dotted_line); in timehist_header()
2993 printf(" %.16s %.8s %.50s\n", graph_dotted_line, graph_dotted_line, in timehist_print_idlehist_callchain()
2994 graph_dotted_line); in timehist_print_idlehist_callchain()
3041 printf("%.117s\n", graph_dotted_line); in timehist_print_summary()
Dbuiltin-kwork.c1343 printf(" %.*s\n", len, graph_dotted_line); in print_separator()
1491 PRINT_TIMESTAMP_WIDTH, graph_dotted_line, in timehist_print_header()
1492 PRINT_TIMESTAMP_WIDTH, graph_dotted_line, in timehist_print_header()
1493 PRINT_TIMEHIST_CPU_WIDTH, graph_dotted_line, in timehist_print_header()
1494 PRINT_KWORK_NAME_WIDTH, graph_dotted_line, in timehist_print_header()
1495 PRINT_RUNTIME_WIDTH, graph_dotted_line, in timehist_print_header()
1496 PRINT_RUNTIME_WIDTH, graph_dotted_line); in timehist_print_header()
Dbuiltin-top.c332 printf("%-*.*s\n", win_width, win_width, graph_dotted_line); in perf_top__print_sym_table()
/linux-6.12.1/tools/perf/util/
Dstring2.h11 extern const char *graph_dotted_line;
Dstring.c9 const char *graph_dotted_line = variable
Devsel.c2008 fprintf(stderr, "%.60s\n", graph_dotted_line); in display_attr()
2011 fprintf(stderr, "%.60s\n", graph_dotted_line); in display_attr()
Dannotate.c1217 graph_dotted_len, graph_dotted_len, graph_dotted_line); in symbol__annotate_printf()
/linux-6.12.1/tools/perf/ui/stdio/
Dhist.c889 fprintf(fp, "%.10s end\n", graph_dotted_line); in hists__fprintf()