freebsd-src/usr.sbin/pmc
Matt Macy ebfaf69cc0 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
2018-06-05 04:26:40 +00:00
..
cmd_pmc.h hwpmc: log name->pid, name->tid mappings 2018-06-05 04:26:40 +00:00
cmd_pmc_filter.cc hwpmc: log name->pid, name->tid mappings 2018-06-05 04:26:40 +00:00
cmd_pmc_list.c pmc: add list-events command 2018-06-01 00:45:59 +00:00
cmd_pmc_stat.c pmc stat: add debug option for intermediate state 2018-06-04 22:39:22 +00:00
Makefile hwpmc: log name->pid, name->tid mappings 2018-06-05 04:26:40 +00:00
pmc.c pmc: add filter command 2018-06-04 04:59:48 +00:00
pmc_util.c