Results 54 comments of Hui Zhu

metrics test passed http://jenkins.katacontainers.io/job/kata-containers-2.0-tests-metrics-ubuntu-20-04-PR/2294/

@GabyCT all tests passed 5 times. Could you help me review this PR?

What about set it inside your app? ls -al /proc/sys/fs/inotify/max_user_watches -rw-r--r-- 1 root root 0 5月 8 16:36 /proc/sys/fs/inotify/max_user_watches

不能 有人做过这类PATCH 没有和入

不在计划内 等待第三方发pull request

The issue is because the tracepoint is for the Linux kernel but inferior set to the user space program. So need add doc to: https://code.google.com/p/kgtp/wiki/HOWTOCN#在tracepoint收集用户层程序的栈信息(可用来做backt https://code.google.com/p/kgtp/wiki/HOWTO#collect_stack_(for_backtrace)_of_user_space_program_in_tracepoin

Tried add "mcount" to gtp.c. Kernel crash at once when I insmod gtp.ko. I hate that!!!

This issue is because new Linux kernel add a "FENTRY" support that depend on a new gcc feature. My Linux kernel was built with 4.8.2 but I build kgtp with...

厉害!很大的一个功能啊!难道不能用github 的pull request来作么?这样也能更清晰你的贡献啊 这个功能弄顺溜了 可以release一个新版本了 关于printf的问题是这样 GDB那边我一直在作PATCH 后来STAN说他也在弄 我就没弄 弄完以后发现他作的一个单独的功能 dprintf 虽然agent code 那块代码是有的 但是tracepoint支持没作 后续因为printf的反馈比较少 所以我也就没再接着作 因为作涉及到要在GDB里加功能的代码比较麻烦 即使代码提交进了GDB 也不可能要求用户马上使用upstream的GDB 所以要在已经发布版本里加PATCH等等 比较麻烦 不过我为multiprocess tracepoint的事也会需要弄GDB branch 所以会在那时候解决这个问题