X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=instrumentation%2Fevents%2Flttng-module%2Fmm_vmscan.h;h=f99767a8bcdd972983b8d9fb49b7221e84869625;hb=91a383b227f148b9371517661e95983ef0726946;hp=417472c774b1b7ef9acbeef197fb3998aa5da6e6;hpb=c119c53a5bfd381eb6cf67337ad6c08d6465ee20;p=lttng-modules.git diff --git a/instrumentation/events/lttng-module/mm_vmscan.h b/instrumentation/events/lttng-module/mm_vmscan.h index 417472c7..f99767a8 100644 --- a/instrumentation/events/lttng-module/mm_vmscan.h +++ b/instrumentation/events/lttng-module/mm_vmscan.h @@ -625,7 +625,8 @@ LTTNG_TRACEPOINT_EVENT(mm_vmscan_lru_shrink_inactive, ctf_integer(unsigned long, nr_writeback, stat->nr_writeback) ctf_integer(unsigned long, nr_congested, stat->nr_congested) ctf_integer(unsigned long, nr_immediate, stat->nr_immediate) - ctf_integer(unsigned long, nr_activate, stat->nr_activate) + ctf_integer(unsigned long, nr_activate_anon, stat->nr_activate[0]) + ctf_integer(unsigned long, nr_activate_file, stat->nr_activate[1]) ctf_integer(unsigned long, nr_ref_keep, stat->nr_ref_keep) ctf_integer(unsigned long, nr_unmap_fail, stat->nr_unmap_fail) ctf_integer(int, priority, priority)