Home
last modified time | relevance | path

Searched refs:style (Results 1 – 8 of 8) sorted by relevance

/tools/perf/util/
Dsvghelper.c174 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/
Dperf-bench.txt21 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
Dperf-annotate.txt88 --disassembler-style=:: Set disassembler style for objdump.
Dperf-top.txt134 --disassembler-style=:: Set disassembler style for objdump.
Dperf-report.txt139 Pretty printing style. key: normal, raw
176 --disassembler-style=:: Set disassembler style for objdump.
Dperf-stat.txt83 print counts using a CSV-style output to make it easy to import directly into
/tools/scripts/
DMakefile.include31 EXTRA_WARNINGS += -Wold-style-definition
/tools/perf/
Dbuiltin-report.c467 bool style = !strcmp(rep->pretty_printing_style, "raw"); in perf_evlist__tty_browse_hists() local
469 style); in perf_evlist__tty_browse_hists()