scripts/gdb: timerlist: convert int chunks to str
authorAmjad Ouled-Ameur <aouledameur@baylibre.com>
Thu, 6 Apr 2023 22:12:17 +0000 (15:12 -0700)
committerAndrew Morton <akpm@linux-foundation.org>
Tue, 18 Apr 2023 23:39:34 +0000 (16:39 -0700)
commit29692fc92c5b6a2c7cfe6f588ef68272e3343647
tree2faaf36e6deb02badcce5227525e6d566bb14cd8
parentb0969d7687a7aaa82dcf2d1f245ef699387886da
scripts/gdb: timerlist: convert int chunks to str

join() expects strings but integers are given.

Convert chunks list to strings before passing it to join()

Link: https://lkml.kernel.org/r/20230406221217.1585486-4-f.fainelli@gmail.com
Signed-off-by: Amjad Ouled-Ameur <aouledameur@baylibre.com>
Signed-by: Florian Fainelli <f.fainelli@gmail.com>
Tested-by: Florian Fainelli <f.fainelli@gmail.com>
Cc: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
scripts/gdb/linux/timerlist.py