summaryrefslogtreecommitdiffstats
path: root/usr.sbin/btrace (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix "the symbol HZ is undefined" yacc warningkn2020-06-221-2/+2
* Apply rules to the number of events returned by the last read(2).mpi2020-06-181-10/+3
* Simplify the grammar by letting the lexer handle builtin keywords.mpi2020-04-241-110/+71
* Print given identifier in the error message when no matching probe exist.mpi2020-04-241-3/+5
* Implement builtin 'cpu' keyword.mpi2020-04-235-19/+30
* Extend map to support keys composed of multiple arguments.mpi2020-04-233-48/+79
* 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-153-48/+55
* Document filters: one type of predicates checked in kernel.mpi2020-04-151-3/+6
* Crank key size to 256 to avoid conflicts when storing stack traces in maps.mpi2020-04-151-2/+2
* 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
* Skip first line if it starts with '#!'mpi2020-03-271-3/+5
* Map are printed by default now, document that option "-c" is needed :)mpi2020-03-231-2/+5
* 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
* Document exit, zero and delete functionskn2020-03-201-5/+16
* Use bv_name() in debug output and include the hash of a map.mpi2020-03-191-9/+10
* Add support for unnamed map.mpi2020-03-193-5/+20
* When looking at which data should be recorded by the kernel include thempi2020-03-191-39/+55
* time() takes a strftime(3) format stringkn2020-03-181-4/+5
* 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-286-18/+62
* Use %left to prevent S/R conflicts, arithmetic precedence is still broken.mpi2020-01-281-1/+3
* Simplify statement rules by using an optional new line.mpi2020-01-281-11/+15
* Implement delete() and @map[key] access.mpi2020-01-286-57/+116
* Rename *_concat() into *_append() to match reality.mpi2020-01-281-9/+9
* Parse '==' without error in filters.mpi2020-01-281-2/+4
* Implement builtin time() function.mpi2020-01-275-8/+65
* Some remaining items for the curious.mpi2020-01-211-0/+20
* Import a bug tracer, companion of dt(4), that speaks the bt(5) language.mpi2020-01-2110-0/+3097