Searched refs:open_svg (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/tools/perf/util/ |
A D | svghelper.h | 9 void open_svg(const char *filename, int cpus, int rows, u64 start, u64 end);
|
A D | svghelper.c | 85 void open_svg(const char *filename, int cpus, int rows, u64 start, u64 end) in open_svg() function
|
/linux-6.3-rc2/tools/perf/ |
A D | builtin-timechart.c | 1482 open_svg(filename, 0, count, tchart->first_time, tchart->last_time); in write_svg_file() 1489 open_svg(filename, tchart->numcpus, count, tchart->first_time, tchart->last_time); in write_svg_file()
|
Completed in 10 milliseconds