stdio module does not trim name records at shutdown time
At shutdown time, the STDIO module uses some logic to trim records that do not do any meaningful I/O, dropping records from it's output buffer. But, these record names are still maintained by Darshan and are written to log. We should see if it's straightforward to drop from the name record table, too.
Also, check other modules that may exhibit this behavior.