index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
usr.sbin
/
pmcstat
/
pmcstat.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Support a wider history counter in pmcstat(8) gmon output
jtl
2015-11-18
1
-1
/
+13
*
Change the driver stats to what they really are: unsigned values.
jtl
2015-11-16
1
-4
/
+14
*
Fix an off by one error in r283613: Like regular ffs(), CPU_FFS() returns
jhb
2015-09-01
1
-1
/
+1
*
Use the cpuset API more consistently:
jhb
2015-05-27
1
-27
/
+18
*
Use the kern.bootfile sysctl to set the default kernel path rather than
jhb
2015-05-08
1
-27
/
+32
*
pmcstat.8: fix -a flag description; improve -m flag to match
vangyzen
2015-03-28
1
-1
/
+1
*
Add a command line argument (-l) to end event collection after some
gnn
2014-05-16
1
-3
/
+41
*
Fix formatting of the -a option in usage() to be consistent.
scottl
2014-04-29
1
-1
/
+1
*
Add a new option - 'a <file>' - which spits out annotated callgraphs.
adrian
2014-02-24
1
-2
/
+10
*
More -Wmissing-variable-declarations fixes.
ed
2012-10-19
1
-7
/
+6
*
Add -m option (for printing sampled PCs to a file) to pmcstat usage
jimharris
2012-08-22
1
-0
/
+1
*
Fix warning when compiling with gcc46:
eadler
2012-01-20
1
-2
/
+1
*
Spelling fixes for usr.sbin/
uqs
2011-12-30
1
-1
/
+1
*
Improve the chances of matching an outputted string with the line of code.
obrien
2011-11-15
1
-84
/
+106
*
- fix duplicate "a a" in some comments
eadler
2011-11-13
1
-1
/
+1
*
Two bugs fixed:
fabient
2011-11-01
1
-2
/
+4
*
Add a flush of the current PMC log buffer before displaying the next top.
fabient
2011-10-18
1
-8
/
+10
*
Convert pmcstat about using cpuset_t rather than relying on plain 32 bit
attilio
2011-08-07
1
-69
/
+76
*
pmcstat, pmccontrol: catch up with removal of machdep.hlt_cpus sysctl
avg
2011-07-15
1
-10
/
+2
*
- Do not use the runtime mask when logfile is specified.
fabient
2010-08-03
1
-0
/
+8
*
Allow file as a top source, it works with socket now.
fabient
2010-08-03
1
-47
/
+34
*
Fix warnings found by Coverity.
fabient
2010-06-05
1
-1
/
+2
*
Bug fixed:
fabient
2010-03-05
1
-0
/
+3
*
- Reorganize code in 'plugin' to share log processing.
fabient
2010-02-11
1
-81
/
+205
*
Close the read side of the pipe to self when exiting.
jkoshy
2008-12-23
1
-0
/
+3
*
Add the -m option to pmcstat.
attilio
2008-11-25
1
-2
/
+24
*
As a matter of good programming style, stop PMCs before releasing
jkoshy
2008-11-19
1
-0
/
+3
*
- Avoid a spurious error when a command line is specified without
jkoshy
2008-10-07
1
-2
/
+3
*
Bring the usage message in sync with the manual page.
jkoshy
2008-09-19
1
-1
/
+2
*
Fix a regression: attach process PMCs to the process created when
jkoshy
2008-07-01
1
-2
/
+2
*
Fix non-SMP kernel regression introduced in the previous commit.
jkim
2008-01-10
1
-4
/
+7
*
Introduce pmcstat(8) changes for summarizing hwpmc(4) callchain records in
jkoshy
2007-12-07
1
-29
/
+92
*
MFP4: Enhancements to pmcstat(8):
jkoshy
2007-04-27
1
-49
/
+148
*
MFP4: Enhancements and bug-fixes to pmcstat(8):
jkoshy
2007-04-22
1
-108
/
+189
*
Correct a sanity check.
jkoshy
2007-04-21
1
-1
/
+1
*
Line up usage output.
ru
2006-09-29
1
-1
/
+1
*
- Teach pmcstat(8) to log over the network; the -O option now
jkoshy
2006-04-02
1
-11
/
+6
*
MFP4: Support for profiling dynamically loaded objects.
jkoshy
2006-03-26
1
-17
/
+86
*
- Don't print an errno string when reporting dropped samples.
jkoshy
2005-12-24
1
-3
/
+4
*
Warn the user if the kernel driver dropped samples or ran out of event buffers
jkoshy
2005-10-21
1
-2
/
+27
*
Improve an error message.
jkoshy
2005-09-05
1
-2
/
+2
*
Correctly print system-wide PMC counts for short-lived command lines.
jkoshy
2005-08-04
1
-0
/
+3
*
Sync usage message with the code and manual page.
jkoshy
2005-07-23
1
-0
/
+1
*
Fix a bug that affected on-the-fly gmon.out file generation.
jkoshy
2005-07-09
1
-6
/
+5
*
MFP4:
jkoshy
2005-06-30
1
-347
/
+214
*
MFP4:
jkoshy
2005-06-09
1
-114
/
+476
*
Neaten usage message.
jkoshy
2005-05-02
1
-1
/
+1
*
Add convenience APIs pmc_width() and pmc_capabilities() to -lpmc.
jkoshy
2005-05-01
1
-11
/
+11
*
Bring a working snapshot of hwpmc(4), its associated libraries, userland util...
jkoshy
2005-04-19
1
-0
/
+728