elf parsing ,Tracing and attaching uprobe to locally defined functions within executable
writing profiler which counts number of times function called, entry and exit time. function call depth.if possible we could exclude functions before main.(_start, glibc init)
I want to start tracing from main function only (c, c++ programs).
I am using libbpf. for some reason _start() uprobe exit handler is not getting called. (not sure why).