Open
Description
Hi,
Running a java prog (opening and closing file in a loop), perf_event tool and ubuntu bcc (bpfcc) in a same container. Java symbols are generated using perf_event tool and placed at /tmp/perf-${PID}.map
file. Now using command /sbin/profile-bpfcc -adf -p $PID 30
while trying to generate the profile data, we can see the kernel space symbols are coming in profile file but all user space symbols are missing
b'__x64_sys_write_[k]' b'do_syscall_64_[k]' b'entry_SYSCALL_64_after_hwframe_[k]' -- [unknown] [unknown] [unknown]
Used different options in the profile-bpfcc command but no luck. Can anybody please help.
Metadata
Metadata
Assignees
Labels
No labels