X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=ltt-control%2Ffacilities%2Fmm.xml;h=1b2fff2ac8462afb70d02f1f309f6d3e4c7fa675;hb=4c32035c2288d1309586f6b976f30b1cb4baa6da;hp=4450d22a2a092bec1e8b248142eab03a5ba58e15;hpb=2197ff8039a15e9825f5c9bebd9a4014047416f9;p=ltt-control.git diff --git a/ltt-control/facilities/mm.xml b/ltt-control/facilities/mm.xml index 4450d22..1b2fff2 100644 --- a/ltt-control/facilities/mm.xml +++ b/ltt-control/facilities/mm.xml @@ -3,9 +3,9 @@ The memory facility has memory management events. - Entry in a trap - Trap number - Address where trap occured + Entry in the page fault handler + Pointer that caused the page fault + Instruction at which the page fault occured @@ -24,19 +24,19 @@ Page allocation - Order of the page to allocate + Order of the page to allocate Assigned page address, or 0 if failed. Page free - Order of the page to free + Order of the page to free Address of the page to free. Page swapped into memory - Address of the page to swap in. + Address of the page to swap in.