summaryrefslogtreecommitdiffstats
path: root/linux/LinuxProcessList.h
diff options
context:
space:
mode:
authorAlexander Schlarb <alexander@ninetailed.ninja>2018-10-16 20:08:23 +0200
committerAlexander Schlarb <alexander@ninetailed.ninja>2019-03-20 17:00:49 +0100
commit078c2ddde5a64a8a9b3bcf40d62e1f81477db029 (patch)
treebc5e6472b98b5eba4a281dccaf86b254dbffeeb6 /linux/LinuxProcessList.h
parentfc0bf546c3ceb03fedb08253756cae63d15499b5 (diff)
Linux: Use /proc/*/smaps_rollup for improved PSS parsing speed
Diffstat (limited to 'linux/LinuxProcessList.h')
-rw-r--r--linux/LinuxProcessList.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/linux/LinuxProcessList.h b/linux/LinuxProcessList.h
index f30b487d..59e83bcb 100644
--- a/linux/LinuxProcessList.h
+++ b/linux/LinuxProcessList.h
@@ -62,6 +62,7 @@ typedef struct LinuxProcessList_ {
CPUData* cpus;
TtyDriver* ttyDrivers;
+ bool haveSmapsRollup;
#ifdef HAVE_DELAYACCT
struct nl_sock *netlink_socket;

© 2014-2024 Faster IT GmbH | imprint | privacy policy