show_delta (75bf465f0bc33e9b776a46d6a1b9b990f5fb7c37) | show_delta (c25ce589dca10d64dde139ae093abc258a32869c) |
---|---|
1#!/usr/bin/python | 1#!/usr/bin/env python |
2# SPDX-License-Identifier: GPL-2.0-only 3# 4# show_deltas: Read list of printk messages instrumented with 5# time data, and format with time deltas. 6# 7# Also, you can show the times relative to a fixed point. 8# 9# Copyright 2003 Sony Corporation --- 119 unchanged lines hidden --- | 2# SPDX-License-Identifier: GPL-2.0-only 3# 4# show_deltas: Read list of printk messages instrumented with 5# time data, and format with time deltas. 6# 7# Also, you can show the times relative to a fixed point. 8# 9# Copyright 2003 Sony Corporation --- 119 unchanged lines hidden --- |