Linux Kernel
3.7.1
|
#include "types.h"
Go to the source code of this file.
Functions | |
void | open_svg (const char *filename, int cpus, int rows, u64 start, u64 end) |
void | svg_box (int Yslot, u64 start, u64 end, const char *type) |
void | svg_sample (int Yslot, int cpu, u64 start, u64 end) |
void | svg_waiting (int Yslot, u64 start, u64 end) |
void | svg_cpu_box (int cpu, u64 max_frequency, u64 turbo_frequency) |
void | svg_process (int cpu, u64 start, u64 end, const char *type, const char *name) |
void | svg_cstate (int cpu, u64 start, u64 end, int type) |
void | svg_pstate (int cpu, u64 start, u64 end, u64 freq) |
void | svg_time_grid (void) |
void | svg_legenda (void) |
void | svg_wakeline (u64 start, int row1, int row2) |
void | svg_partial_wakeline (u64 start, int row1, char *desc1, int row2, char *desc2) |
void | svg_interrupt (u64 start, int row) |
void | svg_text (int Yslot, u64 start, const char *text) |
void | svg_close (void) |
Variables | |
int | svg_page_width |
Definition at line 74 of file svghelper.c.
Definition at line 122 of file svghelper.c.
Definition at line 494 of file svghelper.c.
Definition at line 236 of file svghelper.c.
Definition at line 282 of file svghelper.c.
Definition at line 422 of file svghelper.c.
Definition at line 453 of file svghelper.c.
Definition at line 353 of file svghelper.c.
Definition at line 258 of file svghelper.c.
Definition at line 335 of file svghelper.c.
Definition at line 131 of file svghelper.c.
Definition at line 433 of file svghelper.c.
Definition at line 467 of file svghelper.c.
int svg_page_width |
Definition at line 30 of file svghelper.c.