Searched refs:markup (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/ui/gtk/ |
H A D | annotate.c | 33 const char *markup; in perf_gtk__get_percent() local 47 markup = perf_gtk__get_percent_color(percent); in perf_gtk__get_percent() 48 if (markup) in perf_gtk__get_percent() 49 ret += scnprintf(buf, size, "%s", markup); in perf_gtk__get_percent() 51 if (markup) in perf_gtk__get_percent() 74 const char *markup = "<span fgcolor='gray'>"; in perf_gtk__get_line() local 82 markup = NULL; in perf_gtk__get_line() 84 if (markup) in perf_gtk__get_line() 85 ret += scnprintf(buf, size, "%s", markup); in perf_gtk__get_line() 87 if (markup) in perf_gtk__get_line() [all...] |
H A D | hists.c | 22 const char *markup; in __percent_color_snprintf() local 31 markup = perf_gtk__get_percent_color(percent); in __percent_color_snprintf() 32 if (markup) in __percent_color_snprintf() 33 ret += scnprintf(buf, size, markup); in __percent_color_snprintf() 37 if (markup) in __percent_color_snprintf() 338 renderer, "markup", in perf_gtk__show_hists() 537 renderer, "markup", in perf_gtk__show_hierarchy() 565 renderer, "markup", in perf_gtk__show_hierarchy()
|
/kernel/linux/linux-6.6/tools/perf/ui/gtk/ |
H A D | annotate.c | 33 const char *markup; in perf_gtk__get_percent() local 47 markup = perf_gtk__get_percent_color(percent); in perf_gtk__get_percent() 48 if (markup) in perf_gtk__get_percent() 49 ret += scnprintf(buf, size, "%s", markup); in perf_gtk__get_percent() 51 if (markup) in perf_gtk__get_percent() 74 const char *markup = "<span fgcolor='gray'>"; in perf_gtk__get_line() local 82 markup = NULL; in perf_gtk__get_line() 84 if (markup) in perf_gtk__get_line() 85 ret += scnprintf(buf, size, "%s", markup); in perf_gtk__get_line() 87 if (markup) in perf_gtk__get_line() [all...] |
H A D | hists.c | 22 const char *markup; in __percent_color_snprintf() local 31 markup = perf_gtk__get_percent_color(percent); in __percent_color_snprintf() 32 if (markup) in __percent_color_snprintf() 33 ret += scnprintf(buf, size, markup); in __percent_color_snprintf() 37 if (markup) in __percent_color_snprintf() 338 renderer, "markup", in perf_gtk__show_hists() 537 renderer, "markup", in perf_gtk__show_hierarchy() 565 renderer, "markup", in perf_gtk__show_hierarchy()
|
/kernel/linux/linux-6.6/scripts/ |
H A D | get_feat.pl | 559 with features in ReST markup language. The output 626 file using ReStructured Text markup.
|
H A D | get_abi.pl | 403 # level order for each markup. 999 B<rest> - output the ABI in ReST markup language
|
/kernel/linux/linux-5.10/scripts/ |
H A D | get_abi.pl | 375 # level order for each markup. 542 B<rest> - output the ABI in ReST markup language
|
Completed in 8 milliseconds