profile: more detailed profiling of file PFs

This commit is contained in:
Balazs Gerofi
2017-03-09 23:00:33 +09:00
parent 4c42086154
commit 746b459e7f
4 changed files with 11 additions and 0 deletions

View File

@@ -34,6 +34,8 @@ struct profile_event {
enum profile_event_type {
PROFILE_page_fault = PROFILE_EVENT_MIN,
PROFILE_page_fault_anon_clr,
PROFILE_page_fault_file,
PROFILE_page_fault_dev_file,
PROFILE_page_fault_file_clr,
PROFILE_mpol_alloc_missed,
PROFILE_mmap_anon_contig_phys,