Include comm before cmdline if exe could not be read, but comm mismatches basename from cmdline

Also highlights entries where exe was marked deleted
This commit is contained in:
Benny Baumann
2020-11-23 22:55:56 +01:00
committed by BenBE
parent ec36c5ccf8
commit 21e3063e2e
3 changed files with 35 additions and 2 deletions

View File

@ -130,6 +130,7 @@ typedef struct LinuxProcess_ {
char *procExe;
int procExeLen;
int procExeBasenameOffset;
bool procExeDeleted;
int procCmdlineBasenameOffset;
int procCmdlineBasenameEnd;
LinuxProcessMergedCommand mergedCommand;