• Sandipan Das's avatar
    Make 'tools/wakeuptime' use stack maps · 2c2d46f0
    Sandipan Das authored
    This modifies 'tools/wakeuptime' to use the stack maps feature.
    Rather than using manual, depth-limited stack walking with some
    architecture-specific code, using stack maps makes the script
    usable across different architectures. This also adds command
    line arguments to let the user to set the minimum and maximum
    amount of time in microseconds over which traces are stored.
    Signed-off-by: default avatarSandipan Das <sandipan@linux.vnet.ibm.com>
    2c2d46f0
wakeuptime.py 6.6 KB