summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-record
diff options
context:
space:
mode:
authorArjan van de Ven <arjan@infradead.org>2008-10-04 13:42:27 -0700
committerIngo Molnar <mingo@elte.hu>2008-10-14 10:39:23 +0200
commit8a5d900cca57115326bc5b9e7f3bac980986c2c8 (patch)
tree611e10bab4f03beb61baac8f0868aad665e85c46 /tools/perf/scripts/python/bin/stackcollapse-record
parentc2931e05ec5965597cbfb79ad332d4a29aeceb23 (diff)
downloadkernel-8a5d900cca57115326bc5b9e7f3bac980986c2c8.tar.gz
tracing/fastboot: fix printk format typo in boot tracer
When printing nanoseconds, the right printk format string is %09 not %06... Signed-off-by: Arjan van de Ven <arjan@linux.intel.com> Acked-by: Frédéric Weisbecker <fweisbec@gmail.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-record')
0 files changed, 0 insertions, 0 deletions
ECLARE_TASKLET() with DECLARE_TASKLET_OLD()Kees Cook 2020-06-26kgdb: Avoid suspicious RCU usage warningDouglas Anderson 2020-06-17maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofaultChristoph Hellwig 2020-06-07Merge tag 'tty-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds 2020-06-04Merge tag 'riscv-for-linus-5.8-mw0' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds 2020-06-02kgdb: Don't call the deinit under spinlockDouglas Anderson 2020-05-18kgdb: Add kgdb_has_hit_break functionVincent Chen 2020-05-18kgdboc: Add kgdboc_earlycon to support early kgdb using boot consolesDouglas Anderson 2020-05-18kgdb: Prevent infinite recursive entries to the debuggerDouglas Anderson 2020-05-18kgdb: Delay "kgdbwait" to dbg_late_init() by defaultDouglas Anderson 2020-05-18kgdb: Disable WARN_CONSOLE_UNLOCKED for all kgdbDouglas Anderson 2020-05-15kdb: constify sysrq_key_opEmil Velikov 2020-05-07kgdb: Drop malformed kernel doc commentAndy Shevchenko 2019-10-24kdb: Avoid array subscript warnings on non-SMP buildsDaniel Thompson 2019-10-10kdb: Fix stack crawling on 'running' CPUs that aren't the masterDouglas Anderson 2019-09-25kgdb: don't use a notifier to enter kgdb at panic; call directlyDouglas Anderson 2019-09-03kgdb: fix comment regarding static functionNadav Amit