profile remote TLB invalidations
This commit is contained in:
@ -32,7 +32,8 @@ struct profile_event {
|
||||
* for each added profiled event.
|
||||
*/
|
||||
enum profile_event_type {
|
||||
PROFILE_page_fault = PROFILE_EVENT_MIN,
|
||||
PROFILE_tlb_invalidate = PROFILE_EVENT_MIN,
|
||||
PROFILE_page_fault,
|
||||
PROFILE_page_fault_anon_clr,
|
||||
PROFILE_page_fault_file,
|
||||
PROFILE_page_fault_dev_file,
|
||||
|
||||
Reference in New Issue
Block a user