perf: update event structure

Change-Id: I5bc0fdd42db509b5d2daca7d97e29ad1f7d11f1a
This commit is contained in:
TOIDA,Suguru
2019-11-19 15:34:32 +09:00
parent 343121c3d0
commit 5719b4c64a
7 changed files with 46 additions and 3 deletions

View File

@ -725,6 +725,7 @@ struct thread {
struct futex_q futex_q;
// for performance counter
#define PMC_ALLOC_MAP_BITS BITS_PER_LONG
unsigned long pmc_alloc_map;
unsigned long extra_reg_alloc_map;