You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Record maps per process rather than globally, attempt #2
Rather than reading the PID off the bitcasted structure pointer, we need
to use the NewE parsed event instead to avoid struct offsets being
incorrect in case some fields are not present.
Also refactor the readEvent method to have less variable shadowing and
get rid of the pointless definition of E from the PERF_RECORD_SAMPLE
case.
Change-Id: I2cbaf91d5096acdb156ca83291626f134273cb91
0 commit comments