From 62cd839aff38c9fd2aa404b7e053c3d8a834ac85 Mon Sep 17 00:00:00 2001 From: Song Liu <songliubraving@fb.com> Date: Thu, 1 Feb 2018 15:04:37 -0800 Subject: [PATCH] remove unused code in profile.py Signed-off-by: Song Liu <songliubraving@fb.com> --- tools/profile.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/profile.py b/tools/profile.py index 56a928c2..43a6e3f9 100755 --- a/tools/profile.py +++ b/tools/profile.py @@ -126,7 +126,6 @@ struct key_t { char name[TASK_COMM_LEN]; }; BPF_HASH(counts, struct key_t); -BPF_HASH(start, u32); BPF_STACK_TRACE(stack_traces, STACK_STORAGE_SIZE); // This code gets a bit complex. Probably not suitable for casual hacking. -- 2.30.9