Skip to content

Commit

Permalink
remove unused code in profile.py
Browse files Browse the repository at this point in the history
Signed-off-by: Song Liu <[email protected]>
  • Loading branch information
liu-song-6 committed Feb 2, 2018
1 parent 67ae605 commit 62cd839
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tools/profile.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,6 @@ def positive_nonzero_int(val):
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.
Expand Down

0 comments on commit 62cd839

Please sign in to comment.