hwpmc: add thread id field to callchain and context switch records to allow filteringon thread in post-processing.To generate stacks for just ${THREADID}:pmcstat -R ${PREFIX}.pmcstat -L ${THREAD
hwpmc: add thread id field to callchain and context switch records to allow filteringon thread in post-processing.To generate stacks for just ${THREADID}:pmcstat -R ${PREFIX}.pmcstat -L ${THREADID} -z100 -G ${PREFIX}.stacksSponsored by: Limelight Networks
show more ...
pmcstat: add option to not decode the leaf function in top mode-I will allow the user to see the hot instruction in questionas opposed getting the name of the function
Fix bug: increment the value of pmcstat_npmcs instead of moving pointerto the next int position.Bug was introduced in r324959 ("Extract a set of pmcstat functions andinterfaces to the new interna
Fix bug: increment the value of pmcstat_npmcs instead of moving pointerto the next int position.Bug was introduced in r324959 ("Extract a set of pmcstat functions andinterfaces to the new internal library -- libpmcstat.")This fixes pmcstat top mode (-T) operation.Example: pmcstat -n1 -S clock.hard -TReported by: Peter Holm <peter@holm.cc>Sponsored by: DARPA, AFRL
DIRDEPS_BUILD: Connect new directories.Sponsored by: Dell EMC Isilon
Extract a set of pmcstat functions and interfaces to the new internallibrary -- libpmcstat.This includes PMC logging module, symbols lookup functions,ELF parsing, process management, PMC attachme
Extract a set of pmcstat functions and interfaces to the new internallibrary -- libpmcstat.This includes PMC logging module, symbols lookup functions,ELF parsing, process management, PMC attachment, etc.This allows to reuse code while building new hwpmc(4)-based applications.Also add pmcstat_symbol_search_by_name() function that allows to findmapped IP range for a given function name.Reviewed by: kibSponsored by: DARPA, AFRLDifferential Revision: https://reviews.freebsd.org/D12718
12