perf: update event structure
Change-Id: I5bc0fdd42db509b5d2daca7d97e29ad1f7d11f1a
This commit is contained in:
@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user