Commit 92d86bb0 authored by Nan Xiao's avatar Nan Xiao

Format code of vfscount.py

parent 007d28c5
......@@ -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