aboutsummaryrefslogtreecommitdiff
path: root/share/dtrace/hotopen
Commit message (Collapse)AuthorAgeFilesLines
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
| | | | Remove /^\s*\*\n \*\s+\$FreeBSD\$$\n/
* Use dtrace -s instead of /bin/sh for DTrace scripts.Rui Paulo2014-06-261-37/+35
| | | | Notes: svn path=/head/; revision=267924
* Remove copy/pasteo in the copyright notice.George V. Neville-Neil2012-07-211-3/+0
| | | | Notes: svn path=/head/; revision=238665
* Add a new script, hotopen, which shows what uid is opening filesGeorge V. Neville-Neil2012-07-201-0/+61
on a per second basis. While here clean up the Makefile as well. MFC after: 1 week Notes: svn path=/head/; revision=238660