← Back to team overview

linaro-pm-wg team mailing list archive

[Bug 1307896] [NEW] Output Format of PowerDebug is messed up on Samsung Arndale Board

 

Public bug reported:

This issue reproduces with powerdebug 0.7.1 (latest code from git).
While displaying information about "Regulators" output becomes really
messy (zig zag) on Samsung Arndale Board (Exynos 5250, Cortex A-15). It
looks like the output field size "11" for printing regulator name is not
enough.

asprintf(&buf, "%-11s %-11s %-11s %-11s %-11s %-11s %-11s %-12s", ...)

Some regularots have longer names. Hence proposing to increase this
limit to a higher value, i.e. 25.

** Affects: linaro-powerdebug
     Importance: Undecided
         Status: New


** Tags: output powerdebug regulator

-- 
You received this bug notification because you are a member of Linaro
Powerdebug Commits, which is subscribed to Linaro PMWG Powerdebug.
Matching subscriptions: powerdebug commits
https://bugs.launchpad.net/bugs/1307896

Title:
  Output Format of PowerDebug is messed up on Samsung Arndale Board

Status in Powerdebug - a tool to help ARM developers:
  New

Bug description:
  This issue reproduces with powerdebug 0.7.1 (latest code from git).
  While displaying information about "Regulators" output becomes really
  messy (zig zag) on Samsung Arndale Board (Exynos 5250, Cortex A-15).
  It looks like the output field size "11" for printing regulator name
  is not enough.

  asprintf(&buf, "%-11s %-11s %-11s %-11s %-11s %-11s %-11s %-12s", ...)

  Some regularots have longer names. Hence proposing to increase this
  limit to a higher value, i.e. 25.

To manage notifications about this bug go to:
https://bugs.launchpad.net/linaro-powerdebug/+bug/1307896/+subscriptions


Follow ups

References