Searched refs:open_svg (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | svghelper.h | 9 void open_svg(const char *filename, int cpus, int rows, u64 start, u64 end);
|
H A D | svghelper.c | 85 void open_svg(const char *filename, int cpus, int rows, u64 start, u64 end) in open_svg() function
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | svghelper.h | 9 void open_svg(const char *filename, int cpus, int rows, u64 start, u64 end);
|
H A D | svghelper.c | 85 void open_svg(const char *filename, int cpus, int rows, u64 start, u64 end) in open_svg() function
|
/kernel/linux/linux-5.10/tools/perf/ |
H A D | builtin-timechart.c | 1476 open_svg(filename, 0, count, tchart->first_time, tchart->last_time); in write_svg_file() 1483 open_svg(filename, tchart->numcpus, count, tchart->first_time, tchart->last_time); in write_svg_file()
|
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-timechart.c | 1485 open_svg(filename, 0, count, tchart->first_time, tchart->last_time); in write_svg_file() 1492 open_svg(filename, tchart->numcpus, count, tchart->first_time, tchart->last_time); in write_svg_file()
|
Completed in 9 milliseconds