Searched refs:svgfile (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | svghelper.c | 41 static FILE *svgfile; variable 89 svgfile = fopen(filename, "w"); in open_svg() 90 if (!svgfile) { in open_svg() 108 fprintf(svgfile, "<?xml version=\"1.0\" standalone=\"no\"?> \n"); in open_svg() 109 fprintf(svgfile, "<!DOCTYPE svg SYSTEM \"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd\">\n"); in open_svg() 110 fprintf(svgfile, "<svg width=\"%i\" height=\"%" PRIu64 "\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\">\n", svg_page_width, total_height); in open_svg() 112 fprintf(svgfile, "<defs>\n <style type=\"text/css\">\n <![CDATA[\n"); in open_svg() 114 fprintf(svgfile, " rect { stroke-width: 1; }\n"); in open_svg() 115 fprintf(svgfile, " rect.process { fill:rgb(180,180,180); fill-opacity:0.9; stroke-width:1; stroke:rgb( 0, 0, 0); } \n"); in open_svg() 116 fprintf(svgfile, " rec in open_svg() [all...] |
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | svghelper.c | 41 static FILE *svgfile; variable 89 svgfile = fopen(filename, "w"); in open_svg() 90 if (!svgfile) { in open_svg() 108 fprintf(svgfile, "<?xml version=\"1.0\" standalone=\"no\"?> \n"); in open_svg() 109 fprintf(svgfile, "<!DOCTYPE svg SYSTEM \"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd\">\n"); in open_svg() 110 fprintf(svgfile, "<svg width=\"%i\" height=\"%" PRIu64 "\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\">\n", svg_page_width, total_height); in open_svg() 112 fprintf(svgfile, "<defs>\n <style type=\"text/css\">\n <![CDATA[\n"); in open_svg() 114 fprintf(svgfile, " rect { stroke-width: 1; }\n"); in open_svg() 115 fprintf(svgfile, " rect.process { fill:rgb(180,180,180); fill-opacity:0.9; stroke-width:1; stroke:rgb( 0, 0, 0); } \n"); in open_svg() 116 fprintf(svgfile, " rec in open_svg() [all...] |
Completed in 2 milliseconds