PROFILE_mmap_anon_no_contig_phys: profile ANON mmap()s that couldn't be backed by contiguous physical memory

This commit is contained in:
Balazs Gerofi
2017-02-27 13:20:36 +09:00
parent 923dc4aa11
commit d75be7228b
3 changed files with 5 additions and 0 deletions

View File

@ -34,6 +34,7 @@ struct profile_event {
enum profile_event_type {
PROFILE_page_fault = PROFILE_EVENT_MIN,
PROFILE_mpol_alloc_missed,
PROFILE_mmap_anon_no_contig_phys,
PROFILE_EVENT_MAX /* Should be the last event type */
};