profile.py: Remove unused kernel_ret_ip
authorMarkus Dreseler <markus@dreseler.de>
Tue, 20 Jul 2021 11:49:58 +0000 (13:49 +0200)
committeryonghong-song <ys114321@gmail.com>
Tue, 20 Jul 2021 19:31:47 +0000 (12:31 -0700)
commitd8176d2df9951975a1fd47bbf021daf3f435c70c
tree8a04149f0f39a961e3f0c53ac8bd604f0f476b48
parent332e2eac1864877be38cb5b7e473c8335b910cb5
profile.py: Remove unused kernel_ret_ip

With 7157e6ec, `DO_KERNEL_RIP` was removed. That was the only user of the `kernel_ret_ip` field. I believe we can now remove that field.
tools/profile.py