Lines Matching refs:ksm
3 #define TRACE_SYSTEM ksm
16 * Allows to trace the start / stop of a ksm scan.
39 * ksm_start_scan - called after a new ksm scan is started
44 * Allows to trace the start of a ksm scan.
54 * ksm_stop_scan - called after a new ksm scan has completed
59 * Allows to trace the completion of a ksm scan.
69 * ksm_enter - called after a new process has been added / removed from ksm
73 * Allows to trace the when a process has been added or removed from ksm.
93 * ksm_enter - called after a new process has been added to ksm
97 * Allows to trace the when a process has been added to ksm.
107 * ksm_exit - called after a new process has been removed from ksm
111 * Allows to trace the when a process has been removed from ksm.
123 * @pfn: page frame number of ksm page
128 * Allows to trace the ksm merging of individual pages.
150 TP_printk("ksm pfn %lu rmap_item %p mm %p error %d",
155 * ksm_merge_with_ksm_page - called after a page has been merged with a ksm page
157 * @ksm_page: address ksm page
158 * @pfn: page frame number of ksm page
163 * Allows to trace the merging of a page with a ksm page.
188 (__entry->ksm_page ? "ksm " : ""),
193 * ksm_remove_ksm_page - called after a ksm page has been removed
195 * @pfn: page frame number of ksm page
197 * Allows to trace the removing of stable ksm pages.
220 * @pfn: page frame number of ksm page