Skip to content
Snippets Groups Projects
Commit b8269aac authored by Akilesh Kailash's avatar Akilesh Kailash Committed by yonghong-song
Browse files

Bug #2907 - Fix argdist filtering option for USDT probes

parent a433ef94
No related branches found
No related tags found
No related merge requests found
......@@ -362,8 +362,8 @@ DATA_DECL
u32 __tgid = __pid_tgid >> 32; // upper 32 bits
PID_FILTER
PREFIX
if (!(FILTER)) return 0;
KEY_EXPR
if (!(FILTER)) return 0;
COLLECT
return 0;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment