Commit 75f47bed authored by Brendan Gregg's avatar Brendan Gregg

delete unused variable

parent 3e55ae2a
...@@ -41,7 +41,7 @@ static unsigned int log2l(unsigned long v) ...@@ -41,7 +41,7 @@ static unsigned int log2l(unsigned long v)
int do_entry(struct pt_regs *ctx) int do_entry(struct pt_regs *ctx)
{ {
u32 pid; u32 pid;
u64 ts, *val, zero = 0; u64 ts, *val;
pid = bpf_get_current_pid_tgid(); pid = bpf_get_current_pid_tgid();
ts = bpf_ktime_get_ns(); ts = bpf_ktime_get_ns();
......
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