TGTGInsighttelegram intelligenceLIVE / telegram public index
Post content
Post content
用 gdb 写了个 ufuncgraph 的原型, 加上时间戳之后感觉还行, 调用栈和阻塞点都一目了然. profile 就算了, 入参过滤器倒是可以做. goroutine 没有调用关系也很烦, 看不出 "谁创建了这个 goroutine" 这种信息, 只能通过时间上下文猜一下. 断点规模, 由于通过在所有的 ret 指令处注入 0xcc 来模拟 uretprobe, 所以会造成函数数量*3 这种大致规模的...断点- -