Paras Patidar

Results 5 comments of Paras Patidar

Well, I would prefer to delete only triggers(routes) based on function delete. Deleting package should not be deleting the function , as we might want to support backward compatibility for...

FYI , apart from kubernetes , same behavior is observed on Ubuntu VM on azure. when running that command manually : ` /usr/bin/perf script -i perf.data.merged -f comm,pid,tid,cpu,time,event,ip,sym,dso,trace > perf.data.txt`...

TI was facing same issue , in my case (and in usual cases) this was happening because this perfcollect internally runs perf executable , thus if you look at line...

TI was facing same issue , in my case (and in usual cases) this was happening because this perfcollect internally runs perf executable , thus if you look at line...

Hi , Similer issue here. I have collected trace form Kubernetes container. when viewing in to container itself by unziping trace and using `perf report` , it shows all call...