aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorPreeti U Murthy <[email protected]>2015-04-28 14:15:20 +0530
committerThomas Gleixner <[email protected]>2015-05-05 10:35:58 +0200
commit1ef09cd713c90781b683a0b4e0a874803c172b1d (patch)
tree0e757c0c85429267b3961aa1f75be537fc517659 /tools/perf/scripts/python/bin
parent298dbd1c5cd66f0ac85981b83b7d519a5d88d1b8 (diff)
tick-broadcast: Fix the printing of broadcast masks
Today the number of bits of the broadcast masks that is output into /proc/timer_list is sizeof(unsigned long). This means that on machines with a larger number of CPUs, the bitmasks of CPUs beyond this range do not appear. Fix this by using bitmap printing through "%*pb" instead, so as to output the broadcast masks for the range of nr_cpu_ids into /proc/timer_list. Signed-off-by: Preeti U Murthy <[email protected]> Cc: [email protected] Cc: [email protected] Cc: [email protected] Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Thomas Gleixner <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions