Thanks to visit codestin.com
Credit goes to github.com

Skip to content

java profiling not resolving user space symbols #94

Open
@chiranjib-hpe

Description

@chiranjib-hpe

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions