markup             33 tools/perf/ui/gtk/annotate.c 	const char *markup;
markup             47 tools/perf/ui/gtk/annotate.c 	markup = perf_gtk__get_percent_color(percent);
markup             48 tools/perf/ui/gtk/annotate.c 	if (markup)
markup             49 tools/perf/ui/gtk/annotate.c 		ret += scnprintf(buf, size, "%s", markup);
markup             51 tools/perf/ui/gtk/annotate.c 	if (markup)
markup             74 tools/perf/ui/gtk/annotate.c 	const char *markup = "<span fgcolor='gray'>";
markup             82 tools/perf/ui/gtk/annotate.c 		markup = NULL;
markup             84 tools/perf/ui/gtk/annotate.c 	if (markup)
markup             85 tools/perf/ui/gtk/annotate.c 		ret += scnprintf(buf, size, "%s", markup);
markup             87 tools/perf/ui/gtk/annotate.c 	if (markup)
markup             22 tools/perf/ui/gtk/hists.c 	const char *markup;
markup             31 tools/perf/ui/gtk/hists.c 	markup = perf_gtk__get_percent_color(percent);
markup             32 tools/perf/ui/gtk/hists.c 	if (markup)
markup             33 tools/perf/ui/gtk/hists.c 		ret += scnprintf(buf, size, markup);
markup             37 tools/perf/ui/gtk/hists.c 	if (markup)