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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rework the calltree top view by critical callchain.
fabient
2010-05-07
1
-86
/
+104
*
Exclude undefined symbol from ELF file when doing function resolve.
fabient
2010-05-06
1
-0
/
+2
*
Apply threshold filter to root node in calltree view.
fabient
2010-04-21
1
-5
/
+10
*
Move fatal error at the right place.
fabient
2010-04-14
3
-2
/
+4
*
mdoc: order prologue macros consistently by Dd/Dt/Os
uqs
2010-04-14
1
-1
/
+1
*
Improve "top" header by:
fabient
2010-04-02
4
-13
/
+59
*
Wait for pmc name in the log before displaying data.
fabient
2010-03-28
1
-5
/
+8
*
Do not overflow the term in the case of multi-line display.
fabient
2010-03-26
1
-4
/
+7
*
Change the way shutdown is handled for log file.
fabient
2010-03-08
1
-3
/
+1
*
Bug fixed:
fabient
2010-03-05
3
-2
/
+5
*
Fixed dependencies (make checkdpadd).
ru
2010-02-25
1
-1
/
+1
*
- Reorganize code in 'plugin' to share log processing.
fabient
2010-02-11
15
-1220
/
+3670
*
The last big commit: let usr.sbin/ use WARNS=6 by default.
ed
2010-01-02
1
-2
/
+0
*
(S)LIST_HEAD_INITIALIZER takes a (S)LIST_HEAD as an argument.
antoine
2009-12-28
1
-1
/
+1
*
Catch up with the times: "mozilla" -> "firefox".
jkoshy
2009-06-02
1
-2
/
+2
*
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
4
-11
/
+69
*
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
2
-5
/
+6
*
Bring the usage message in sync with the manual page.
jkoshy
2008-09-19
1
-1
/
+2
*
Add an example illustrating the use sleep(1) for performing timed
jkoshy
2008-09-19
1
-2
/
+7
*
Fix a regression: attach process PMCs to the process created when
jkoshy
2008-07-01
1
-2
/
+2
*
Document messages printed in verbose mode.
jkoshy
2008-06-29
1
-2
/
+36
*
Fix 'make checkdpadd'.
jkoshy
2008-02-22
1
-1
/
+1
*
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
5
-209
/
+1075
*
When printing the contents of a HWPMC log in human readable form:
jkoshy
2007-12-03
1
-3
/
+8
*
Fixed "make checkdpadd" (missing library dependencies).
ru
2007-10-01
1
-1
/
+1
*
MFP4: Enhancements to pmcstat(8):
jkoshy
2007-04-27
4
-69
/
+184
*
MFP4: Enhancements and bug-fixes to pmcstat(8):
jkoshy
2007-04-22
3
-126
/
+224
*
Correct a sanity check.
jkoshy
2007-04-21
1
-1
/
+1
*
Markup fixes.
ru
2006-09-29
1
-4
/
+5
*
Line up usage output.
ru
2006-09-29
1
-1
/
+1
*
When printing a map, print the number of samples recorded by each gmon.out file.
jkoshy
2006-04-05
1
-5
/
+18
*
- Teach pmcstat(8) to log over the network; the -O option now
jkoshy
2006-04-02
3
-24
/
+107
*
MFP4: Support for profiling dynamically loaded objects.
jkoshy
2006-03-26
4
-447
/
+986
*
When generating profiles (-g) warn about shared objects that were
jkoshy
2005-12-25
1
-4
/
+12
*
- 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
*
Handle 32 bit executables better on AMD64 platforms.
jkoshy
2005-10-18
1
-30
/
+69
*
Document pmcstat's inability to handle 32 bit executables on the
jkoshy
2005-10-18
1
-0
/
+4
*
Determine where the runtime loader got mapped to when a dynamically
jkoshy
2005-09-14
1
-85
/
+119
*
Fix a bug that caused generated gmon.out profiles to be out of
jkoshy
2005-09-13
1
-10
/
+31
*
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 spelling error in sample command.
rwatson
2005-07-13
1
-1
/
+1
*
Fix a bug that affected on-the-fly gmon.out file generation.
jkoshy
2005-07-09
3
-12
/
+9
*
Add examples illustrating how to record system-wide profiles and
jkoshy
2005-07-01
1
-3
/
+18
*
Unbreak tinderbox builds. Remove a debug printf.
jkoshy
2005-07-01
1
-14
/
+12
[next]