linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] perf: Fix timechart idle box drawings
@ 2011-01-21 14:30 Thomas Renninger
  2011-01-21 14:30 ` [PATCH] perf: Fix time function double declaration with glibc Thomas Renninger
  2011-01-23  0:37 ` [PATCH] perf: Fix timechart idle box drawings Arnaldo Carvalho de Melo
  0 siblings, 2 replies; 3+ messages in thread
From: Thomas Renninger @ 2011-01-21 14:30 UTC (permalink / raw)
  To: mingo; +Cc: Thomas Renninger, arjan, linux-perf-users

Without this patch eye of gnome and firfox will draw the
boxes black.
Compare with the other box declartions, looks
like some typos slipped in which get fixed with this
patch.

Signed-off-by: Thomas Renninger <trenn@suse.de>
CC: arjan@infradead.org
CC: mingo@elte.hu
CC: linux-perf-users@vger.kernel.org
---
 tools/perf/util/svghelper.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/tools/perf/util/svghelper.c b/tools/perf/util/svghelper.c
index b3637db..8ee5d11 100644
--- a/tools/perf/util/svghelper.c
+++ b/tools/perf/util/svghelper.c
@@ -455,9 +455,9 @@ void svg_legenda(void)
 		return;
 
 	svg_legenda_box(0,	"Running", "sample");
-	svg_legenda_box(100,	"Idle","rect.c1");
-	svg_legenda_box(200,	"Deeper Idle", "rect.c3");
-	svg_legenda_box(350,	"Deepest Idle", "rect.c6");
+	svg_legenda_box(100,	"Idle","c1");
+	svg_legenda_box(200,	"Deeper Idle", "c3");
+	svg_legenda_box(350,	"Deepest Idle", "c6");
 	svg_legenda_box(550,	"Sleeping", "process2");
 	svg_legenda_box(650,	"Waiting for cpu", "waiting");
 	svg_legenda_box(800,	"Blocked on IO", "blocked");
-- 
1.7.3.4

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-01-23  0:37 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-21 14:30 [PATCH] perf: Fix timechart idle box drawings Thomas Renninger
2011-01-21 14:30 ` [PATCH] perf: Fix time function double declaration with glibc Thomas Renninger
2011-01-23  0:37 ` [PATCH] perf: Fix timechart idle box drawings Arnaldo Carvalho de Melo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).