| .. | .. |
|---|
| 4 | 4 | |
|---|
| 5 | 5 | #include <linux/types.h> |
|---|
| 6 | 6 | |
|---|
| 7 | +struct perf_env; |
|---|
| 8 | + |
|---|
| 7 | 9 | void open_svg(const char *filename, int cpus, int rows, u64 start, u64 end); |
|---|
| 8 | 10 | void svg_ubox(int Yslot, u64 start, u64 end, double height, const char *type, int fd, int err, int merges); |
|---|
| 9 | 11 | void svg_lbox(int Yslot, u64 start, u64 end, double height, const char *type, int fd, int err, int merges); |
|---|
| .. | .. |
|---|
| 28 | 30 | void svg_interrupt(u64 start, int row, const char *backtrace); |
|---|
| 29 | 31 | void svg_text(int Yslot, u64 start, const char *text); |
|---|
| 30 | 32 | void svg_close(void); |
|---|
| 31 | | -int svg_build_topology_map(char *sib_core, int sib_core_nr, char *sib_thr, int sib_thr_nr); |
|---|
| 33 | +int svg_build_topology_map(struct perf_env *env); |
|---|
| 32 | 34 | |
|---|
| 33 | 35 | extern int svg_page_width; |
|---|
| 34 | 36 | extern u64 svg_highlight; |
|---|