summaryrefslogtreecommitdiffstats
path: root/usr.sbin/btrace/btrace.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Apply rules to the number of events returned by the last read(2).mpi2020-06-181-10/+3
* Print given identifier in the error message when no matching probe exist.mpi2020-04-241-3/+5
* Implement builtin 'cpu' keyword.mpi2020-04-231-1/+6
* Extend map to support keys composed of multiple arguments.mpi2020-04-231-43/+71
* Make debug output less verbose.mpi2020-04-231-11/+10
* Make map functions accept a "struct map *" instead of a "struct bt_var *".mpi2020-04-151-9/+21
* Stop including <machine/param.h> and <machine/vmparam.h>.mpi2020-04-151-15/+4
* btrace(8): simplify builtin_nsecs(); ok mpi@cheloha2020-03-271-9/+6
* Some architectures require <machine/param.h> to use VM_MIN_KERNEL_ADDRESS.mpi2020-03-231-1/+2
* Document some functions.mpi2020-03-231-1/+8
* Print maps when exiting unless an END rule has been defined.mpi2020-03-231-1/+24
* Use bv_name() in debug output and include the hash of a map.mpi2020-03-191-9/+10
* When looking at which data should be recorded by the kernel include thempi2020-03-191-39/+55
* Whitelist 'map' type in order to use them in real (non BEGIN/END) rules.mpi2020-03-181-1/+2
* Fix affectation that should be conditionnal tests inside asserts.mpi2020-03-161-5/+5
* Implement map functions min(), max() and sum().mpi2020-01-281-2/+7
* Implement delete() and @map[key] access.mpi2020-01-281-12/+20
* Implement builtin time() function.mpi2020-01-271-1/+40
* Import a bug tracer, companion of dt(4), that speaks the bt(5) language.mpi2020-01-211-0/+1035