Commit 73c18bcd authored by Brendan Gregg's avatar Brendan Gregg Committed by GitHub

Merge pull request #1305 from NanXiao/format-vfscount

Format code of vfscount.py
parents 08ed4036 92d86bb0
......@@ -25,7 +25,7 @@ struct key_t {
BPF_HASH(counts, struct key_t, u64, 256);
int do_count(struct pt_regs *ctx) {
int do_count(struct pt_regs *ctx) {
struct key_t key = {};
u64 zero = 0, *val;
key.ip = PT_REGS_IP(ctx);
......
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