brintos

brintos / linux-shallow public Read only

0
0
Text · 2.4 KiB · a5498ec Raw
94 lines · plain
1#2# Dev S1 (Standby) test - includes src calls / kernel threads3#4# This is the configuration file for sleepgraph. It contains5# all the tool arguments so that they don't have to be given on the6# command line. It also includes advanced settings for functions7# and kprobes. It is run like this8#9#    sudo ./sleepgraph.py -config config/standby-dev.cfg10#11 12[Settings]13 14# ---- General Options ----15 16# Verbosity17# print verbose messages (default: false)18verbose: false19 20# Suspend Mode21# e.g. standby, mem, freeze, disk (default: mem)22mode: standby23 24# Output Directory Format25# output folder for html, ftrace, and dmesg. Use {date} and {time} for current values26output-dir: standby-{hostname}-{date}-{time}-dev27 28# Automatic Wakeup29# Use rtcwake to autoresume after X seconds, or off to disable (default: 15)30rtcwake: 1531 32# Add Logs33# add the dmesg and ftrace log to the html output (default: false)34addlogs: false35 36# Suspend/Resume Gap37# insert a small visible gap between suspend and resume on the timeline (default: false)38srgap: false39 40# ---- Advanced Options ----41 42# Command to execute in lieu of standby (default: "")43# command: echo standby > /sys/power/state44 45# Display user processes46# graph user processes and cpu usage in the timeline (default: false)47proc: false48 49# Display function calls50# graph source functions in the timeline (default: false)51dev: true52 53# Back to Back Suspend/Resume54# Run two suspend/resumes back to back (default: false)55x2: false56 57# Back to Back Suspend Delay58# Time delay between the two test runs in ms (default: 0 ms)59x2delay: 060 61# Pre Suspend Delay62# Include an N ms delay before (1st) suspend (default: 0 ms)63predelay: 064 65# Post Resume Delay66# Include an N ms delay after (last) resume (default: 0 ms)67postdelay: 068 69# Minimum Device Length70# graph only devices longer than min in the timeline (default: 0.001 ms)71mindev: 172 73# ---- Debug Options ----74 75# Callgraph76# gather detailed ftrace callgraph data on all timeline events (default: false)77callgraph: false78 79# Expand Callgraph80# pre-expand the callgraph data in the html output (default: disabled)81expandcg: false82 83# Minimum Callgraph Length84# provide callgraph data for blocks longer than min (default: 0.001 ms)85mincg: 186 87# Timestamp Precision88# Number of significant digits in timestamps (0:S, [3:ms], 6:us)89timeprec: 390 91# Device Filter92# show only devs whose name/driver includes one of these strings93# devicefilter: _cpu_up,_cpu_down,i915,usb94