profile remote TLB invalidations

This commit is contained in:
Balazs Gerofi
2017-07-20 22:11:30 +09:00
parent 992a292c08
commit 6714161c25
3 changed files with 15 additions and 1 deletions

View File

@ -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,