Searched refs:markup (Results 1 - 4 of 4) sorted by relevance
/linux-4.1.27/tools/perf/ui/gtk/ |
H A D | annotate.c | 27 const char *markup; perf_gtk__get_percent() local 41 markup = perf_gtk__get_percent_color(percent); perf_gtk__get_percent() 42 if (markup) perf_gtk__get_percent() 43 ret += scnprintf(buf, size, "%s", markup); perf_gtk__get_percent() 45 if (markup) perf_gtk__get_percent() 68 const char *markup = "<span fgcolor='gray'>"; perf_gtk__get_line() local 76 markup = NULL; perf_gtk__get_line() 78 if (markup) perf_gtk__get_line() 79 ret += scnprintf(buf, size, "%s", markup); perf_gtk__get_line() 81 if (markup) perf_gtk__get_line() 113 -1, col_names[i], renderer, "markup", perf_gtk__annotate_symbol()
|
H A D | hists.c | 17 const char *markup; __percent_color_snprintf() local 26 markup = perf_gtk__get_percent_color(percent); __percent_color_snprintf() 27 if (markup) __percent_color_snprintf() 28 ret += scnprintf(buf, size, markup); __percent_color_snprintf() 32 if (markup) __percent_color_snprintf() 203 renderer, "markup", perf_hpp__for_each_format()
|
/linux-4.1.27/drivers/ata/ |
H A D | pata_marvell.c | 93 return 0; /* Our BUG macro needs the right markup */ marvell_cable_detect()
|
/linux-4.1.27/include/acpi/ |
H A D | actbl2.h | 1036 * June 12, 2009 markup.
|
Completed in 122 milliseconds