[PATCH 1/4] perf timechart: Fix rendering in Firefox

2014-07-10 Thread Jiri Olsa
From: Stanislav Fomichev Firefox doesn't correctly handle cases where we specify number in quotes and have some padding around the number, like the following: In this case, it doesn't draw the figure. This patch removes 'field width' component from fprintf strings to fix it. Signed-off-by: Stan

[PATCH 1/4] perf timechart: fix rendering in Firefox

2014-07-08 Thread Stanislav Fomichev
Firefox doesn't correctly handle cases where we specify number in quotes and have some padding around the number, like the following: In this case, it doesn't draw the figure. This patch removes 'field width' component from fprintf strings to fix it. Signed-off-by: Stanislav Fomichev --- tools/

[PATCH 1/4] perf timechart: fix rendering in Firefox

2014-06-26 Thread Stanislav Fomichev
Firefox doesn't correctly handle cases where we specify number in quotes and have some padding around the number, like the following: In this case, it doesn't draw the figure. This patch removes 'field width' component from fprintf strings to fix it. Signed-off-by: Stanislav Fomichev --- tools/

[PATCH 1/4] perf timechart: fix rendering in Firefox

2014-06-20 Thread Stanislav Fomichev
Firefox doesn't correctly handle cases where we specify number in quotes and have some padding around the number, like the following: In this case, it doesn't draw the figure. This patch removes 'field width' component from fprintf strings to fix it. Signed-off-by: Stanislav Fomichev --- tools/