diff options
| author | Jani Nikula <jani.nikula@intel.com> | 2025-10-14 10:37:11 +0300 |
|---|---|---|
| committer | Jani Nikula <jani.nikula@intel.com> | 2025-10-14 10:37:11 +0300 |
| commit | 2acee98fcc61052d63fab4539fcb6ee677555645 (patch) | |
| tree | 7809a2a2d02620d825a70123947246508bd90078 /scripts/gdb/linux | |
| parent | a051ef9f12f5b15857b54d6d68f1f525959c7ad9 (diff) | |
| parent | 3a8660878839faadb4f1a6dd72c3179c1df56787 (diff) | |
| download | linux-2acee98fcc61052d63fab4539fcb6ee677555645.tar.xz | |
Merge drm/drm-next into drm-intel-next
Sync to v6.18-rc1.
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Diffstat (limited to 'scripts/gdb/linux')
| -rw-r--r-- | scripts/gdb/linux/timerlist.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/gdb/linux/timerlist.py b/scripts/gdb/linux/timerlist.py index 98445671fe83..ccc24d30de80 100644 --- a/scripts/gdb/linux/timerlist.py +++ b/scripts/gdb/linux/timerlist.py @@ -56,8 +56,6 @@ def print_base(base): text += " .index: {}\n".format(base['index']) text += " .resolution: {} nsecs\n".format(constants.LX_hrtimer_resolution) - - text += " .get_time: {}\n".format(base['get_time']) if constants.LX_CONFIG_HIGH_RES_TIMERS: text += " .offset: {} nsecs\n".format(base['offset']) text += "active timers:\n" |
