Revision tags: release/14.0.0 |
|
#
fa9896e0 |
| 16-Aug-2023 |
Warner Losh <imp@FreeBSD.org> |
Remove $FreeBSD$: two-line nroff pattern
Remove /^\.\\"\n\.\\"\s*\$FreeBSD\$$\n/
|
#
89240e0a |
| 09-Jul-2023 |
Mitchell Horne <mhorne@FreeBSD.org> |
hwpmc(4): update DEBUGGING section details
The examples I wrote previously do not work. We parse the flags using explicit names, not the shortened flag suffix. Fix the list of major flags, and add a
hwpmc(4): update DEBUGGING section details
The examples I wrote previously do not work. We parse the flags using explicit names, not the shortened flag suffix. Fix the list of major flags, and add a compact list of minor flags. Fix the examples, and tweak some wording for clarity.
Reviewed by: jkoshy, emaste MFC after: 1 week Sponsored by: The FreeBSD Foundation Fixes: 5fc97cc32553 ("hwpmc(4): document debugging options") Differential Revision: https://reviews.freebsd.org/D40913
show more ...
|
#
666c54d1 |
| 08-Jul-2023 |
Graham Perrin <grahamperrin@FreeBSD.org> |
hwpmc(4): instead of manual edition, use sysrc(8)
Exemplifying safe use of sysrc(8) has become commonplace in documentation such as the FreeBSD Handbook. Encourage its use.
Consistency: 'the driver
hwpmc(4): instead of manual edition, use sysrc(8)
Exemplifying safe use of sysrc(8) has become commonplace in documentation such as the FreeBSD Handbook. Encourage its use.
Consistency: 'the driver' (not 'this driver').
Co-authored-by: Mina Galić <me+github@igalic.co> Reviewed-by: imp, Mina Galić <me+github@igalic.co> Approved by: imp MFC after: 3 days Pull-request: https://github.com/freebsd/freebsd-src/pull/785
show more ...
|
#
5fc97cc3 |
| 16-Jun-2023 |
Mitchell Horne <mhorne@FreeBSD.org> |
hwpmc(4): document debugging options
The debug options for hwpmc are not documented in detail anywhere, and setting it up was error-prone the first time I had to figure it out (and each time I've ha
hwpmc(4): document debugging options
The debug options for hwpmc are not documented in detail anywhere, and setting it up was error-prone the first time I had to figure it out (and each time I've had to remember it). Add some explanation of the required options and describe the kern.hwpmc.debugflags sysctl format.
Reviewed by: emaste MFC after: 1 week Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D40545
show more ...
|
#
3977781b |
| 16-Jun-2023 |
Mitchell Horne <mhorne@FreeBSD.org> |
pmc: clarify and strengthen statements about API/ABI
- Make it clear that applications are not only encouraged to use the pmc(3) library, but use of the hwpmc(4) interface directly is a use-case
pmc: clarify and strengthen statements about API/ABI
- Make it clear that applications are not only encouraged to use the pmc(3) library, but use of the hwpmc(4) interface directly is a use-case we do not support - Move the COMPATIBILITY section above PROGRAMMING API in hwpmc(4) - Drop statements about the driver and library being "under development"
Reviewed by: jkoshy, emaste MFC after: 1 week Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D40543
show more ...
|
#
0a1a4814 |
| 16-Jun-2023 |
Mitchell Horne <mhorne@FreeBSD.org> |
hwpmc(4): more detailed SYNOPSYS
Include some boilerplate similar to other section 4 man pages, describing how to load the module at boot-time or include it in the kernel.
Reviewed by: jkoshy, emas
hwpmc(4): more detailed SYNOPSYS
Include some boilerplate similar to other section 4 man pages, describing how to load the module at boot-time or include it in the kernel.
Reviewed by: jkoshy, emaste MFC after: 1 week Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D40542
show more ...
|
#
0a0c599a |
| 16-Jun-2023 |
Mitchell Horne <mhorne@FreeBSD.org> |
hwpmc(4): remove paragraph about Pentium Pro handling
Support for these CPUs was removed in 2018 (e92a1350b50e).
Reviewed by: jkoshy, emaste MFC after: 1 week Sponsored by: The FreeBSD Foundation D
hwpmc(4): remove paragraph about Pentium Pro handling
Support for these CPUs was removed in 2018 (e92a1350b50e).
Reviewed by: jkoshy, emaste MFC after: 1 week Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D40541
show more ...
|
#
7a706aad |
| 31-May-2023 |
Jessica Clarke <jrtc27@FreeBSD.org> |
hwpmc: Update manpage date
Fixes: 8e63e787abbd ("pmc: Initialise and check the pm_flags field for CONFIGURELOG")
|
#
8e63e787 |
| 31-May-2023 |
Jessica Clarke <jrtc27@FreeBSD.org> |
pmc: Initialise and check the pm_flags field for CONFIGURELOG
Whilst the former is not breaking, the latter is, and so this will be followed by a bump to the pmc major version. This will allow the f
pmc: Initialise and check the pm_flags field for CONFIGURELOG
Whilst the former is not breaking, the latter is, and so this will be followed by a bump to the pmc major version. This will allow the flags to actually be usable in future, as otherwise we cannot distinguish uninitialised stack junk from a deliberately-initialised value.
Reviewed by: jhb, mhorne Differential Revision: https://reviews.freebsd.org/D40049
show more ...
|
Revision tags: release/13.2.0, release/12.4.0 |
|
#
ca341f3c |
| 09-Jun-2022 |
John Baldwin <jhb@FreeBSD.org> |
hwpmc: Permit the minimum sampling count to be set as a sysctl.
A rarely occurring event (e.g. an event that occurs less than 1000 times during execution of a program) may require a lower minimum th
hwpmc: Permit the minimum sampling count to be set as a sysctl.
A rarely occurring event (e.g. an event that occurs less than 1000 times during execution of a program) may require a lower minimum threshold than 1000. Replace the hardcoded 1000 with a sysctl that the administrator can use to permit smaller sampling count values.
Reviewed by: mhorne, mav Sponsored by: University of Cambridge, Google, Inc. Differential Revision: https://reviews.freebsd.org/D35400
show more ...
|
Revision tags: release/13.1.0, release/12.3.0 |
|
#
0939f965 |
| 28-Aug-2021 |
Piotr Pawel Stefaniak <pstef@FreeBSD.org> |
Update a sysctl name to nbuffers_pcpu in hwpmc.4 and pmcstat.c
This change was missed in r333509 (e6b475e0af).
Differential Revision: https://reviews.freebsd.org/D31704 Reviewed by: mjg
|
#
5aa1e55b |
| 11-Jul-2021 |
Gordon Bergling <gbe@FreeBSD.org> |
hwpmc(4): Fix a typo in the man page date
MFC after: 3 days
|
Revision tags: release/13.0.0 |
|
#
2d223ccd |
| 03-Apr-2021 |
Konstantin Belousov <kib@FreeBSD.org> |
Remove kgmon(8)
Follow-up to the removal of the mcov from kernel.
Noted by: mckusick Reviewed by: mckusick Sponsored by: The FreeBSD Foundation Differential revision: https://reviews.freebsd.org/D2
Remove kgmon(8)
Follow-up to the removal of the mcov from kernel.
Noted by: mckusick Reviewed by: mckusick Sponsored by: The FreeBSD Foundation Differential revision: https://reviews.freebsd.org/D29563
show more ...
|
Revision tags: release/12.2.0, release/11.4.0, release/12.1.0, release/11.3.0, release/12.0.0, release/11.2.0, release/10.4.0, release/11.1.0, release/11.0.1, release/11.0.0, release/10.3.0, release/10.2.0, release/10.1.0 |
|
#
246e7a2b |
| 02-Sep-2014 |
Neel Natu <neel@FreeBSD.org> |
IFC @r269962
Submitted by: Anish Gupta (akgupt3@gmail.com)
|
#
ee7b0571 |
| 19-Aug-2014 |
Simon J. Gerraty <sjg@FreeBSD.org> |
Merge head from 7/28
|
#
1b833d53 |
| 13-Aug-2014 |
Alexander V. Chernikov <melifaro@FreeBSD.org> |
Sync to HEAD@r269943.
|
Revision tags: release/9.3.0 |
|
#
6c899950 |
| 26-Jun-2014 |
Baptiste Daroussin <bapt@FreeBSD.org> |
use .Mt to mark up email addresses consistently (final part)
PR: 191174 Submitted by: Franco Fichtner <franco at lastsummer.de>
|
Revision tags: release/10.0.0, release/9.2.0 |
|
#
cfe30d02 |
| 19-Jun-2013 |
Gleb Smirnoff <glebius@FreeBSD.org> |
Merge fresh head.
|
Revision tags: release/8.4.0, release/9.1.0 |
|
#
300675f6 |
| 27-Nov-2012 |
Alexander Motin <mav@FreeBSD.org> |
MFC
|
#
a10c6f55 |
| 11-Nov-2012 |
Neel Natu <neel@FreeBSD.org> |
IFC @ r242684
|
#
23090366 |
| 04-Nov-2012 |
Simon J. Gerraty <sjg@FreeBSD.org> |
Sync from head
|
#
ac6a9a8e |
| 02-Nov-2012 |
Jim Harris <jimharris@FreeBSD.org> |
Update nsamples and nbuffers defaults to match reality.
|
Revision tags: release/8.3.0_cvs, release/8.3.0, release/9.0.0, release/7.4.0_cvs, release/8.2.0_cvs, release/7.4.0, release/8.2.0 |
|
#
c2025a76 |
| 16-Aug-2010 |
Joel Dahl <joel@FreeBSD.org> |
Fix typos, spelling, formatting and mdoc mistakes found by Nobuyuki while translating these manual pages. Minor corrections by me.
Submitted by: Nobuyuki Koganemaru <n-kogane@syd.odn.ne.jp>
|
Revision tags: release/8.1.0_cvs, release/8.1.0 |
|
#
0afc94c1 |
| 13-May-2010 |
Ulrich Spörlein <uqs@FreeBSD.org> |
mdoc: move CAVEATS, BUGS and SECURITY CONSIDERATIONS sections to the bottom of the manpages and order them consistently.
GNU groff doesn't care about the ordering, and doesn't even mention CAVEATS a
mdoc: move CAVEATS, BUGS and SECURITY CONSIDERATIONS sections to the bottom of the manpages and order them consistently.
GNU groff doesn't care about the ordering, and doesn't even mention CAVEATS and SECURITY CONSIDERATIONS as common sections and where to put them.
Found by: mdocml lint run Reviewed by: ru
show more ...
|
Revision tags: release/7.3.0_cvs, release/7.3.0, release/8.0.0_cvs, release/8.0.0, release/7.2.0_cvs, release/7.2.0, release/7.1.0_cvs, release/7.1.0, release/6.4.0_cvs, release/6.4.0 |
|
#
6455febb |
| 22-Sep-2008 |
Joseph Koshy <jkoshy@FreeBSD.org> |
Document changes in behaviour due to sparse CPU numbering support.
|