Searched refs:Yslot (Results 1 - 4 of 4) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/tools/perf/util/
H A Dsvghelper.h7 extern void svg_box(int Yslot, u64 start, u64 end, const char *type);
8 extern void svg_sample(int Yslot, int cpu, u64 start, u64 end);
9 extern void svg_waiting(int Yslot, u64 start, u64 end);
23 extern void svg_text(int Yslot, u64 start, const char *text);
H A Dsvghelper.c121 void svg_box(int Yslot, u64 start, u64 end, const char *type) argument
127 time2pixels(start), time2pixels(end)-time2pixels(start), Yslot * SLOT_MULT, SLOT_HEIGHT, type);
130 void svg_sample(int Yslot, int cpu, u64 start, u64 end) argument
137 time2pixels(start), time2pixels(end)-time2pixels(start), Yslot * SLOT_MULT, SLOT_HEIGHT);
148 time2pixels(start), Yslot * SLOT_MULT + SLOT_HEIGHT - 1, text_size, cpu + 1);
170 void svg_waiting(int Yslot, u64 start, u64 end) argument
193 fprintf(svgfile, "<g transform=\"translate(%4.8f,%4.8f)\">\n", time2pixels(start), Yslot * SLOT_MULT);
432 void svg_text(int Yslot, u64 start, const char *text) argument
438 time2pixels(start), Yslot * SLOT_MULT+SLOT_HEIGHT/2, text);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/tools/perf/util/
H A Dsvghelper.h7 extern void svg_box(int Yslot, u64 start, u64 end, const char *type);
8 extern void svg_sample(int Yslot, int cpu, u64 start, u64 end);
9 extern void svg_waiting(int Yslot, u64 start, u64 end);
23 extern void svg_text(int Yslot, u64 start, const char *text);
H A Dsvghelper.c121 void svg_box(int Yslot, u64 start, u64 end, const char *type) argument
127 time2pixels(start), time2pixels(end)-time2pixels(start), Yslot * SLOT_MULT, SLOT_HEIGHT, type);
130 void svg_sample(int Yslot, int cpu, u64 start, u64 end) argument
137 time2pixels(start), time2pixels(end)-time2pixels(start), Yslot * SLOT_MULT, SLOT_HEIGHT);
148 time2pixels(start), Yslot * SLOT_MULT + SLOT_HEIGHT - 1, text_size, cpu + 1);
170 void svg_waiting(int Yslot, u64 start, u64 end) argument
193 fprintf(svgfile, "<g transform=\"translate(%4.8f,%4.8f)\">\n", time2pixels(start), Yslot * SLOT_MULT);
432 void svg_text(int Yslot, u64 start, const char *text) argument
438 time2pixels(start), Yslot * SLOT_MULT+SLOT_HEIGHT/2, text);

Completed in 69 milliseconds