CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/03/19 09:48:13
Modified files:
usr.sbin/btrace: btrace.c
Log message:
When looking at which data should be recorded by the kernel include the
key of a map.
This makes map indexed by stack traces work. For example to know where
the sleeps are coming from:
tracepoint:sched:sleep {
@map[kstack] = count();
}
ok patrick@, tobhe@
