mcexec: --mpol-threshold to control MPOL_BIND/MPOL_PREFERRED

This commit is contained in:
Balazs Gerofi
2017-02-08 21:49:25 +09:00
parent b4aecfd43c
commit 26b9484bae
8 changed files with 23 additions and 7 deletions

View File

@@ -555,6 +555,7 @@ struct process {
long maxrss_children;
/* Memory policy flags */
unsigned long mpol_flags;
size_t mpol_threshold;
// perf_event
int perf_status;