SeeFlowerX / stackplz

基于eBPF的堆栈追踪工具
Apache License 2.0
925 stars 179 forks source link

Is replace filter deprecated? #43

Closed mrmischi3f closed 8 months ago

mrmischi3f commented 9 months ago

Based on this post you can set a filter starting with 'r:' that will replace the argument for another one of your choice (specified with :::)

This filter seems not to be valid anymore but I am really interested on it. Is there any workaround that I could do to have the same effect? Can you help me?

SeeFlowerX commented 9 months ago

This feature exist between v2.0.8-v2.1.4, deprecated after v2.1.4

bpf_probe_write_user does not always work right, so I have not implement it after v2.1.4.