iovisor / iovisor/bcc

argdist for object__alloc probe shows size 0 for class instances.

Open
#3,399 6 comments 0 reactions 0 assignees View on GitHub
Dominant language
C
Stars
22.7k
Forks
4.1k
Avg merge
10d 4h
Merged PRs (30d)
3

Description

this is the sample output with command.

./argdist -p 10069 -C "u:$LIBJVM:object__alloc():char*,unsigned int,uintptr_t:arg2,arg3,arg4" -I 5

COUNT EVENT
1 arg2 = Test, arg3 = 4, arg4 = 0
1 arg2 = java/lang/String, arg3 = 16, arg4 = 0
1 arg2 = [B, arg3 = 2, arg4 = 40
4 arg2 = java/nio/HeapCharBuffer, arg3 = 23, arg4 = 0

any idea why size(arg4) is 0 for Test class which I hv instantiated ?

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.