Skip to content

Commit

Permalink
Bug iovisor#2907 - Fix argdist filtering option for USDT probes
Browse files Browse the repository at this point in the history
  • Loading branch information
akilesh88 authored and yonghong-song committed May 12, 2020
1 parent a433ef9 commit b8269aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/argdist.py
Original file line number Diff line number Diff line change
Expand Up @@ -362,8 +362,8 @@ def generate_text(self):
u32 __tgid = __pid_tgid >> 32; // upper 32 bits
PID_FILTER
PREFIX
if (!(FILTER)) return 0;
KEY_EXPR
if (!(FILTER)) return 0;
COLLECT
return 0;
}
Expand Down

0 comments on commit b8269aa

Please sign in to comment.