projects
/
platform
/
upstream
/
bcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3e55ae2
)
delete unused variable
author
Brendan Gregg
<brendan.d.gregg@gmail.com>
Thu, 10 Sep 2015 19:16:30 +0000
(12:16 -0700)
committer
Brendan Gregg
<brendan.d.gregg@gmail.com>
Thu, 10 Sep 2015 19:16:30 +0000
(12:16 -0700)
examples/vfsreadlat.c
patch
|
blob
|
history
diff --git
a/examples/vfsreadlat.c
b/examples/vfsreadlat.c
index
6d74107
..
6a8f1ab
100644
(file)
--- a/
examples/vfsreadlat.c
+++ b/
examples/vfsreadlat.c
@@
-41,7
+41,7
@@
static unsigned int log2l(unsigned long v)
int do_entry(struct pt_regs *ctx)
{
u32 pid;
- u64 ts, *val
, zero = 0
;
+ u64 ts, *val;
pid = bpf_get_current_pid_tgid();
ts = bpf_ktime_get_ns();