Commit 62cd839a authored by Song Liu's avatar Song Liu

remove unused code in profile.py

Signed-off-by: default avatarSong Liu <songliubraving@fb.com>
parent 67ae605d
......@@ -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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment