276 Commits (2ae19064791306b8cd7c741cf3431bde58d77136)

Author SHA1 Message Date
Hisham Muhammad 72ba20fa5f Introduce screen tabs 4 years ago
Benny Baumann 550100327b Extract string writing/buffer handling into some callback 4 years ago
Benny Baumann 9dc964bb42 Compress cgroup names based on some heuristics 4 years ago
Benny Baumann ea4282784d Filter leading colons in CGROUP name 4 years ago
Rin Cat (鈴猫) 07496eafb0 Linux: use proper way to detect kernel threads 4 years ago
marcluque d8dfbbd37c Tidy up process state handling 4 years ago
Christian Hesse 3f9f52fd29 Linux: ignore mapped /dev/zero 4 years ago
Christian Göttsche 970885edc3 Linux: improve tryRead macro safety 5 years ago
Christian Göttsche 754c0d6bb9 Linux: always compute procExeDeleted if already set 5 years ago
Christian Göttsche a710deeaa7 Linux: define O_PATH if not defined 5 years ago
Daniel Lange 94ad111391 Update license headers to explicitly say GPLv2+ 5 years ago
Christian Göttsche 3c8d586a1c Linux: recalculate LRS value 5 years ago
Christian Göttsche 43ffdb0eda Linux: zero CPU data after allocation 5 years ago
Christian Göttsche 74f99e3693 linux: simplify recheck condition 5 years ago
Christian Göttsche 58a59c11f4 linux: drop dead process field column DIRTY 5 years ago
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