From e84a8ce0fe810e454ae207bb630d39f32f5ce374 Mon Sep 17 00:00:00 2001 From: jkoshy Date: Sat, 26 Dec 2009 13:58:52 +0000 Subject: Log process mappings for existing processes at PMC start time. Submitted by: Marc Unangst [original patch] Tested by: fabient --- sys/sys/pmc.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys/sys/pmc.h') diff --git a/sys/sys/pmc.h b/sys/sys/pmc.h index 3bad443..f4a29ce 100644 --- a/sys/sys/pmc.h +++ b/sys/sys/pmc.h @@ -752,7 +752,8 @@ struct pmc_owner { struct pmclog_buffer *po_curbuf; /* current log buffer */ struct file *po_file; /* file reference */ int po_error; /* recorded error */ - int po_sscount; /* # SS PMCs owned */ + short po_sscount; /* # SS PMCs owned */ + short po_logprocmaps; /* global mappings done */ }; #define PMC_PO_OWNS_LOGFILE 0x00000001 /* has a log file */ -- cgit v1.1