aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/pmcstat/pmcstat.c
Commit message (Expand)AuthorAgeFilesLines
* pmcstat: Remove no-op -k optionEd Maste2025-10-281-6/+1
* pmcstat(8): Fix a typo in an error messageGordon Bergling2025-10-261-1/+1
* usr.sbin: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* pmcstat: fix duplicate event allocation on CPU 0Mitchell Horne2023-09-271-4/+15
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* pmcstat: Tweak typo fix.John Baldwin2023-06-071-1/+1
* pmcstat: Fix typosElyes Haouas2023-06-021-1/+1
* pmc: Provide full path to modules from kernel linkerJessica Clarke2023-05-301-55/+3
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* pmcstat: augment an error messageMitchell Horne2023-05-061-1/+1
* pmcstat: Remove useless return at the end of void functionElyes Haouas2023-03-021-2/+0
* pmcstat: fix log analysisAndrew Gallatin2022-07-041-2/+1
* System wide and NUMA domain wide counters support. PMC classes for ARM DMC-62...Aleksandr Rybalko2022-06-261-15/+69
* Update a sysctl name to nbuffers_pcpu in hwpmc.4 and pmcstat.cPiotr Pawel Stefaniak2021-08-291-1/+1
* pmcstat: fix the usage message for -tMitchell Horne2021-04-211-1/+2
* pmcstat: set initial counter value to zeroMitchell Horne2021-04-211-1/+1
* pmcstat: Fix a typo in the usage messageMateusz Piotrowski2020-11-041-1/+1
* pmcstat: implement showing offsets into symbols in top modeMateusz Guzik2020-08-051-4/+9
* hwpmc: add summary command and further metadata extensionsMatt Macy2018-06-061-1/+2
* hwpmc: support sampling both kernel and user stacks when interrupted in kernelMatt Macy2018-06-041-12/+14
* libpmc: allow substring for list and add function for printing event detailsMatt Macy2018-06-011-1/+1
* pmcstat: suppress uninitialized warning of eventMatt Macy2018-05-271-0/+1
* pmc(3)/hwpmc(4): update supported Intel processors to rely fully on theMatt Macy2018-05-261-14/+45
* Revert r334242 "pmc(3)/hwpmc(4): update supported Intel processors to rely fu...Matt Macy2018-05-261-45/+14
* pmc(3)/hwpmc(4): update supported Intel processors to rely fully on theMatt Macy2018-05-261-14/+45
* pmcstat(8)Sean Bruno2018-05-251-2/+2
* pmcstat: add usage strings for -L and -IMatt Macy2018-05-241-0/+2
* pmcstat: don't compare signed and unsignedMatt Macy2018-05-241-1/+2
* libpmcstat: compile in events based on json descriptionMatt Macy2018-05-241-2/+2
* hwpmc: add thread id field to callchain and context switch records to allow f...Matt Macy2018-05-231-1/+5
* pmcstat: add option to not decode the leaf function in top modeMatt Macy2018-05-221-1/+4
* Only call flush in pipe mode.Fabien Thomas2018-01-171-0/+1
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Extract a set of pmcstat functions and interfaces to the new internalRuslan Bukin2017-10-241-148/+14
* Just remove freeing memory in pmcstat_cleanup, since we only clean upStephen J. Kiernan2016-10-071-17/+27
* Support a wider history counter in pmcstat(8) gmon outputJonathan T. Looney2015-11-181-1/+13
* Change the driver stats to what they really are: unsigned values.Jonathan T. Looney2015-11-161-4/+14
* Fix an off by one error in r283613: Like regular ffs(), CPU_FFS() returnsJohn Baldwin2015-09-011-1/+1
* Use the cpuset API more consistently:John Baldwin2015-05-271-27/+18
* Use the kern.bootfile sysctl to set the default kernel path rather thanJohn Baldwin2015-05-081-27/+32
* pmcstat.8: fix -a flag description; improve -m flag to matchEric van Gyzen2015-03-281-1/+1
* Add a command line argument (-l) to end event collection after someGeorge V. Neville-Neil2014-05-161-3/+41
* Fix formatting of the -a option in usage() to be consistent.Scott Long2014-04-291-1/+1
* Add a new option - 'a <file>' - which spits out annotated callgraphs.Adrian Chadd2014-02-241-2/+10
* More -Wmissing-variable-declarations fixes.Ed Schouten2012-10-191-7/+6
* Add -m option (for printing sampled PCs to a file) to pmcstat usageJim Harris2012-08-221-0/+1
* Fix warning when compiling with gcc46:Eitan Adler2012-01-201-2/+1
* Spelling fixes for usr.sbin/Ulrich Spörlein2011-12-301-1/+1
* Improve the chances of matching an outputted string with the line of code.David E. O'Brien2011-11-151-84/+106
* - fix duplicate "a a" in some commentsEitan Adler2011-11-131-1/+1