From 46c45853f0fbf71fd153bcffacb1807363a1a857 Mon Sep 17 00:00:00 2001 From: Peter Kjellerstedt Date: Thu, 14 Nov 2013 15:11:16 +0000 Subject: pybootchartgui: Make "Show more" show all processes While "Show more" is enabled, all processes are shown, regardless of --mintime. This also has the added benefit of making the first shown bar start at its correct offset from the start time, rather than always starting at 0. (From OE-Core rev: 5f1b8730f90099c0f73a6b08599990ee71e831b5) Signed-off-by: Peter Kjellerstedt Signed-off-by: Richard Purdie --- scripts/pybootchartgui/pybootchartgui/main.py.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/pybootchartgui/pybootchartgui/main.py.in') diff --git a/scripts/pybootchartgui/pybootchartgui/main.py.in b/scripts/pybootchartgui/pybootchartgui/main.py.in index 39271865d6..1d70271f72 100644 --- a/scripts/pybootchartgui/pybootchartgui/main.py.in +++ b/scripts/pybootchartgui/pybootchartgui/main.py.in @@ -55,7 +55,7 @@ def _mk_options_parser(): # parser.add_option("--show-pid", action="store_true", dest="show_pid", default=False, # help="show process ids in the bootchart as 'processname [pid]'") parser.add_option("--show-all", action="store_true", dest="show_all", default=False, - help="show all process information in the bootchart as '/process/path/exe [pid] [args]'") + help="show all processes in the chart") # parser.add_option("--crop-after", dest="crop_after", metavar="PROCESS", default=None, # help="crop chart when idle after PROCESS is started") # parser.add_option("--annotate", action="append", dest="annotate", metavar="PROCESS", default=None, -- cgit v1.2.3-54-g00ecf