Home
last modified time | relevance | path

Searched refs:markup (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/linux-5.10/tools/perf/ui/gtk/
H A Dannotate.c33 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 Dhists.c22 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 Dannotate.c33 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 Dhists.c22 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 Dget_feat.pl559 with features in ReST markup language. The output
626 file using ReStructured Text markup.
H A Dget_abi.pl403 # level order for each markup.
999 B<rest> - output the ABI in ReST markup language
/kernel/linux/linux-5.10/scripts/
H A Dget_abi.pl375 # level order for each markup.
542 B<rest> - output the ABI in ReST markup language

Completed in 8 milliseconds