rubrikinc / wachy

A UI for eBPF-based performance debugging
https://rubrikinc.github.io/wachy/
Other
551 stars 17 forks source link

Why doesn't my wachy have a trace line? #12

Open chenxuqiang opened 1 year ago

chenxuqiang commented 1 year ago

image

why foo() and bar() Line numbers not with a ▶ character: image

viveksjain commented 1 year ago

It's probably inlined as the message says. Did you compile it with make in https://github.com/rubrikinc/wachy/blob/master/demo/? Maybe try adding -O0?