From: Markus Dreseler Date: Tue, 20 Jul 2021 11:49:58 +0000 (+0200) Subject: profile.py: Remove unused kernel_ret_ip X-Git-Tag: v0.22.0~38 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d8176d2df9951975a1fd47bbf021daf3f435c70c;p=platform%2Fupstream%2Fbcc.git 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. --- diff --git a/tools/profile.py b/tools/profile.py index 093d07c5..47d2adf2 100755 --- a/tools/profile.py +++ b/tools/profile.py @@ -142,7 +142,6 @@ bpf_text = """ struct key_t { u32 pid; u64 kernel_ip; - u64 kernel_ret_ip; int user_stack_id; int kernel_stack_id; char name[TASK_COMM_LEN];