Searched refs:svgfile (Results 1 - 3 of 3) sorted by relevance

/external/linux-tools-perf/util/
H A Dsvghelper.c35 static FILE *svgfile; variable
78 svgfile = fopen(filename, "w");
79 if (!svgfile) {
97 fprintf(svgfile, "<?xml version=\"1.0\" standalone=\"no\"?> \n");
98 fprintf(svgfile, "<svg width=\"%i\" height=\"%" PRIu64 "\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\">\n", svg_page_width, total_height);
100 fprintf(svgfile, "<defs>\n <style type=\"text/css\">\n <![CDATA[\n");
102 fprintf(svgfile, " rect { stroke-width: 1; }\n");
103 fprintf(svgfile, " rect.process { fill:rgb(180,180,180); fill-opacity:0.9; stroke-width:1; stroke:rgb( 0, 0, 0); } \n");
104 fprintf(svgfile, " rect.process2 { fill:rgb(180,180,180); fill-opacity:0.9; stroke-width:0; stroke:rgb( 0, 0, 0); } \n");
105 fprintf(svgfile, " rec
[all...]
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dpprof2202 my $svgfile = shift;
2204 open(SVG, $svgfile) || die "open temp svg: $!";
2207 unlink $svgfile;
2248 open(SVG, ">$svgfile") || die "open $svgfile: $!";
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dpprof2202 my $svgfile = shift;
2204 open(SVG, $svgfile) || die "open temp svg: $!";
2207 unlink $svgfile;
2248 open(SVG, ">$svgfile") || die "open $svgfile: $!";

Completed in 107 milliseconds