| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Only call flush in pipe mode. | Fabien Thomas | 2018-01-17 | 1 | -0/+1 |
| * | various: general adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-27 | 15 | -0/+30 |
| * | pmcstat(8): unbreak build with LDFLAGS+=-Wl,--as-needed | Andriy Voskoboinyk | 2017-11-03 | 1 | -1/+1 |
| * | DIRDEPS_BUILD: Update dependencies. | Bryan Drewery | 2017-10-31 | 1 | -1/+1 |
| * | Extract a set of pmcstat functions and interfaces to the new internal | Ruslan Bukin | 2017-10-24 | 10 | -1899/+51 |
| * | Fix off by one in calculation of the number of buckets for the pc | Konstantin Belousov | 2017-08-04 | 1 | -2/+2 |
| * | pmcstat(8); unsign some allocation variables and use reallocarray(3). | Pedro F. Giffuni | 2017-04-22 | 2 | -10/+10 |
| * | Remove an unused field from struct pmcstat_image. | Mark Johnston | 2016-10-15 | 1 | -1/+0 |
| * | Just remove freeing memory in pmcstat_cleanup, since we only clean up | Stephen J. Kiernan | 2016-10-07 | 1 | -17/+27 |
| * | Make code compile when basename() is POSIX compliant. | Ed Schouten | 2016-05-25 | 1 | -4/+8 |
| * | pmcstat: minor spelling fixes. | Pedro F. Giffuni | 2016-05-01 | 2 | -2/+2 |
| * | Fix the date on the pmcstat(8) man page from r291016. | Jonathan T. Looney | 2015-11-18 | 1 | -1/+1 |
| * | Support a wider history counter in pmcstat(8) gmon output | Jonathan T. Looney | 2015-11-18 | 4 | -13/+63 |
| * | Change the driver stats to what they really are: unsigned values. | Jonathan T. Looney | 2015-11-16 | 1 | -4/+14 |
| * | Fix for r288176 changes related to debug symbols move. | Fabien Thomas | 2015-10-08 | 1 | -4/+15 |
| * | Fix an off by one error in r283613: Like regular ffs(), CPU_FFS() returns | John Baldwin | 2015-09-01 | 1 | -1/+1 |
| * | Add META_MODE support. | Simon J. Gerraty | 2015-06-13 | 1 | -0/+23 |
| |\ | |||||
| | * | dirdeps.mk now sets DEP_RELDIR | Simon J. Gerraty | 2015-06-08 | 1 | -2/+0 |
| | * | Merge sync of head | Simon J. Gerraty | 2015-05-27 | 4 | -36/+50 |
| | |\ | |||||
| | * \ | Merge from head@274682 | Simon J. Gerraty | 2014-11-19 | 1 | -2/+8 |
| | |\ \ | |||||
| | * \ \ | Merge head from 7/28 | Simon J. Gerraty | 2014-08-19 | 6 | -12/+59 |
| | |\ \ \ | |||||
| | * | | | | Updated dependencies | Simon J. Gerraty | 2014-05-16 | 1 | -1/+0 |
| | * | | | | Updated dependencies | Simon J. Gerraty | 2014-05-10 | 1 | -0/+2 |
| | * | | | | Merge from head | Simon J. Gerraty | 2014-05-08 | 2 | -2/+18 |
| | |\ \ \ \ | |||||
| | * \ \ \ \ | Merge head | Simon J. Gerraty | 2014-04-28 | 6 | -3/+188 |
| | |\ \ \ \ \ | |||||
| | * | | | | | | Updated dependencies | Simon J. Gerraty | 2013-03-11 | 1 | -0/+1 |
| | * | | | | | | Updated dependencies | Simon J. Gerraty | 2013-02-16 | 1 | -2/+0 |
| | * | | | | | | Sync from head | Simon J. Gerraty | 2012-11-04 | 5 | -17/+27 |
| | |\ \ \ \ \ \ | |||||
| | * | | | | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch. | Marcel Moolenaar | 2012-08-22 | 1 | -0/+25 |
| * | | | | | | | | Use the cpuset API more consistently: | John Baldwin | 2015-05-27 | 2 | -30/+21 |
| | |_|_|_|_|_|/ |/| | | | | | | |||||
| * | | | | | | | Fix pmcstat symbol resolution for userland processes. | Stanislav Sedov | 2015-05-13 | 1 | -1/+2 |
| * | | | | | | | Fix the double space in comment. | Stanislav Sedov | 2015-05-09 | 1 | -1/+3 |
| * | | | | | | | Use the kern.bootfile sysctl to set the default kernel path rather than | John Baldwin | 2015-05-08 | 2 | -30/+36 |
| * | | | | | | | pmcstat.8: fix -a flag description; improve -m flag to match | Eric van Gyzen | 2015-03-28 | 2 | -3/+9 |
| * | | | | | | | Convert usr.sbin to LIBADD | Baptiste Daroussin | 2014-11-25 | 1 | -2/+1 |
| | |_|_|_|_|/ |/| | | | | | |||||
| * | | | | | | Fix rendering | Baptiste Daroussin | 2014-10-27 | 1 | -2/+1 |
| * | | | | | | Clarify the documentation of pmcstat: | Baptiste Daroussin | 2014-10-27 | 1 | -1/+8 |
| * | | | | | | mdoc: kill EOL whitespace. | Joel Dahl | 2014-07-29 | 1 | -1/+1 |
| | |_|_|_|/ |/| | | | | |||||
| * | | | | | Replace all uses of libncurses and libtermcap with their wide character | Brooks Davis | 2014-07-17 | 1 | -2/+2 |
| * | | | | | use .Mt to mark up email addresses consistently (part2) | Baptiste Daroussin | 2014-06-20 | 1 | -1/+1 |
| * | | | | | Update default callchain depth to 16 to match kernel | Ed Maste | 2014-05-30 | 1 | -1/+1 |
| * | | | | | Update the date on the manual page. | George V. Neville-Neil | 2014-05-18 | 1 | -1/+1 |
| * | | | | | Add a command line argument (-l) to end event collection after some | George V. Neville-Neil | 2014-05-16 | 3 | -3/+51 |
| * | | | | | Speed up pmcstat by improving string hash | Ed Maste | 2014-05-16 | 1 | -3/+3 |
| | |_|_|/ |/| | | | |||||
| * | | | | Fix formatting of the -a option in usage() to be consistent. | Scott Long | 2014-04-29 | 1 | -1/+1 |
| * | | | | Document the -a option that was added in r262424. | Scott Long | 2014-04-29 | 1 | -1/+17 |
| | |_|/ |/| | | |||||
| * | | | Add correct attributions. | Adrian Chadd | 2014-02-24 | 2 | -0/+2 |
| * | | | Add a new option - 'a <file>' - which spits out annotated callgraphs. | Adrian Chadd | 2014-02-24 | 6 | -3/+186 |
| | |/ |/| | |||||
| * | | More -Wmissing-variable-declarations fixes. | Ed Schouten | 2012-10-19 | 4 | -16/+15 |
| * | | Add -m option (for printing sampled PCs to a file) to pmcstat usage | Jim Harris | 2012-08-22 | 1 | -0/+1 |
