250 Commits (04da92dfd16ebe7c667d650cbf960c72c91f8c9e)

Author SHA1 Message Date
Benny Baumann 976c6123f4 Pointer indication aligned to typename 5 years ago
Benny Baumann 458749df45 Code indentation 5 years ago
Nathan Scott f0ed0fdafb Add a new DynamicMeter class for runtime Meter extension 5 years ago
fraggerfox 3770769ed1 Replaces WRAP_SUBTRACT with saturatingSub inline function to reduce code duplication. 5 years ago
Christian Göttsche df752dd189 Do not override Linux process library size 5 years ago
Christian Göttsche 45ab05c56a Limit deleted library check 5 years ago
Christian Göttsche 9114cf6ea3 Linux: update process uid on change 5 years ago
Christian Göttsche faabbaa71e Linux: drop O_PATH usage 5 years ago
Christian Göttsche 8154125d4b Check processes for using deleted shared libraries 5 years ago
Benny Baumann b6ff5c8a2e Move CWD field handling to platform-neutral code 5 years ago
Christian Göttsche c408add108 Linux: add reset to heuristic 5 years ago
Christian Göttsche 3d5b6d9282 Fix assert failure on short running thread 5 years ago
Benny Baumann 51ecc62d92 Force update when executable was recently deleted/replaced 5 years ago
Christian Göttsche 7892ac68fb Linux: use merge command line helpers 5 years ago
Benny Baumann 7ef58f2dcf Drop mc->maxLen field 5 years ago
Benny Baumann a61a2e6d47 Call makeCommandStr on all platforms 5 years ago
Benny Baumann bcb18ef822 Move Process_makeCommandStr to global Process implementation 5 years ago
Benny Baumann 7224d0e083 Move kernel/userland thread handling to platform-independent implementation 5 years ago
Benny Baumann 1a1fddae85 Pre-calculate isUserlandThread flag 5 years ago
Benny Baumann cdb660adab Move mergeCommand to global process struct 5 years ago
Benny Baumann 94a52cb5c9 Rename cmdlineBasenameOffset to cmdlineBasenameEnd to properly indicate the fields purpose 5 years ago
Benny Baumann 666f70c58c Move procCmdlineBasenameOffset as cmdlineBasenameStart to global Process structure 5 years ago
Benny Baumann 6dc485dd20 Remove duplicate field LinuxProcess->procCmdlineBasenameEnd 5 years ago
Benny Baumann a685661866 Move procExeBasenameOffset to main Process structure 5 years ago
Benny Baumann 93a44acf7e Move procExeDeleted flag to main Process structure 5 years ago
Benny Baumann b839987df7 Rename basenameOffset to cmdlineBasenameOffset 5 years ago
Benny Baumann d74e8b7554 Move procComm and procExe to main Process structure 5 years ago
Benny Baumann 02431c43e1 Rename command line field from comm to cmdline 5 years ago
mayurdahibhate 3f86a011e6 platform-dependent files included relative to main source directory 5 years ago
mayurdahibhate 1b74dfe187 cleaned up includes with iwyu 5 years ago
Christian Göttsche 323d7e73aa Linux: update IO fields 5 years ago
Christian Göttsche 2d7069feb4 Linux: handle Shmem being part of Cached 5 years ago
Christian Göttsche a05e78f531 Linux: use more robust pid parsing 5 years ago
Christian Göttsche 9a8221568a Rework TTY column 5 years ago
Christian Göttsche 74d061700c LinuxProcessList_recurseProcTree(): drop non necessary parameter 5 years ago
Nathan Scott 356488aa53 Request the realtime and monotonic clock times once per sample 5 years ago
Sohaib 421bdeec60 Merging all the points related to calculating time in one place 5 years ago
Benny Baumann 57e0ce7b4f Use `#if defined()` syntax when `#elif defined()` is present 5 years ago
Christian Göttsche a11d01568c Use unsigned types for CPU counts and associated variables 5 years ago
Christian Göttsche e942736267 LinuxProcessList: drop unnecessary parenthesis 5 years ago
Christian Göttsche d9f2eacbc5 Linux: individually show shared memory 5 years ago
Christian Göttsche 0cfc9b0980 LinuxProcessList: refactor /proc/stat parsing 5 years ago
Christian Göttsche 13b28fa9ed Enclose macro argument in parentheses 5 years ago
Nathan Scott 7433bf4b18 Correctly detect failure to initialize boottime 5 years ago
Christian Göttsche 3d497a3760 Linux: overhaul memory partition 5 years ago
Christian Göttsche 7bfa466abe Linux: silence UBSAN implicit conversions 5 years ago
Christian Göttsche 1014e897a7 Linux: document /proc/PID/stat field parsing 5 years ago
Christian Göttsche fdaa15bd8d Linux: overhaul io process fields 5 years ago
Christian Göttsche 03d6345c89 Process: document process fields 5 years ago
David Zarzycki 03824da684 Linux: individual huge page values in the huge page meter 5 years ago