Searched refs:style (Results 1 – 8 of 8) sorted by relevance
/tools/perf/util/ |
D | svghelper.c | 174 const char *style; in svg_waiting() local 180 style = "waiting"; in svg_waiting() 183 style = "WAITING"; in svg_waiting() 196 time2pixels(end)-time2pixels(start), SLOT_HEIGHT, style); in svg_waiting() 285 char style[128]; in svg_cstate() local 293 sprintf(style, "c%i", type); in svg_cstate() 296 style, in svg_cstate() 442 static void svg_legenda_box(int X, const char *text, const char *style) in svg_legenda_box() argument 448 X, boxsize, boxsize, style); in svg_legenda_box()
|
/tools/perf/Documentation/ |
D | perf-bench.txt | 21 Specify format style. 25 Default style. This is mainly for human reading. 27 % perf bench sched pipe # with no style specified 35 This simple style is friendly for automated
|
D | perf-annotate.txt | 88 --disassembler-style=:: Set disassembler style for objdump.
|
D | perf-top.txt | 134 --disassembler-style=:: Set disassembler style for objdump.
|
D | perf-report.txt | 139 Pretty printing style. key: normal, raw 176 --disassembler-style=:: Set disassembler style for objdump.
|
D | perf-stat.txt | 83 print counts using a CSV-style output to make it easy to import directly into
|
/tools/scripts/ |
D | Makefile.include | 31 EXTRA_WARNINGS += -Wold-style-definition
|
/tools/perf/ |
D | builtin-report.c | 467 bool style = !strcmp(rep->pretty_printing_style, "raw"); in perf_evlist__tty_browse_hists() local 469 style); in perf_evlist__tty_browse_hists()
|