From: Thomas Renninger <trenn@suse.de>
To: mingo@elte.hu
Cc: Thomas Renninger <trenn@suse.de>,
arjan@infradead.org, linux-perf-users@vger.kernel.org
Subject: [PATCH] perf: Fix timechart idle box drawings
Date: Fri, 21 Jan 2011 15:30:08 +0100 [thread overview]
Message-ID: <1295620209-13859-1-git-send-email-trenn@suse.de> (raw)
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
next reply other threads:[~2011-01-21 14:30 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-01-21 14:30 Thomas Renninger [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1295620209-13859-1-git-send-email-trenn@suse.de \
--to=trenn@suse.de \
--cc=arjan@infradead.org \
--cc=linux-perf-users@vger.kernel.org \
--cc=mingo@elte.hu \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).