260 Commits (2bf626c4e4c827397d40c0b84a5023c308aeec73)

Author SHA1 Message Date
Christian Göttsche 2bf626c4e4 IWYU update 5 years ago
Christian Göttsche 9df0f62859 Linux: do not scan frequency for inactive CPUs 5 years ago
Christian Göttsche ce27f8379d Respect "Show custom thread names" setting update 5 years ago
Sohaib Mohamed 6f2021f3d9 PCP: support for 'dynamic columns' added at runtime 5 years ago
Nathan Scott 02cfd38671 The average CPU utilization value must never be marked 'offline' 5 years ago
Nathan Scott 1bd95983b2 Add columns for process autogroup identifier and nice value 5 years ago
Christian Göttsche 10e9ffd8e5 Fix misc typos 5 years ago
Christian Göttsche 11d2206f40 Add ProcessList_isCPUonline 5 years ago
Christian Göttsche 41af31be7f Rework CPU counting 5 years ago
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