aboutsummaryrefslogtreecommitdiff
path: root/cddl/usr.sbin/dtrace/tests/amd64
Commit message (Collapse)AuthorAgeFilesLines
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-162-2/+0
| | | | Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
* dtrace: move kinst tests to commonChristos Margiolis2023-07-042-21/+1
| | | | | | | Reviewed by: markj Approved by: markj (mentor) Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D40414
* kinst: Add a rudimentary regression test caseMark Johnston2022-10-112-1/+21
| | | | | | | The test instruments a number of large, frequently called kernel functions while generating load in the background. MFC after: 3 months
* DTrace: add a top level makefile to the new test suitMariusz Zaborski2019-06-091-0/+9
| | | | | | | Pointed out by: markj Notes: svn path=/head/; revision=348841
* DTrace: create an amd64 test suitMariusz Zaborski2019-06-051-0/+20
Create two tests checking if we can read urgs registers and if the rax register returns a correct number. Reviewed by: markj Discussed with: lwhsu MFC after: 2 weeks Differential Revision: https://reviews.freebsd.org/D20364 Notes: svn path=/head/; revision=348706