K 10 svn:author V 5 mmacy K 8 svn:date V 27 2018-06-05T04:26:40.928859Z K 7 svn:log V 342 hwpmc: log name->pid, name->tid mappings By logging all threads and processes 'pmc filter' can now filter on process or thread name, relieving the user of the burden of determining which tid or pid was which when the sample was taken. % pmc filter -T if_io_tqg -P nginx pmc.log pmc-iflib.log % pmc filter -x -T idle pmc.log pmc-noidle.log END