Re: libevent vs ktrace

2017-07-10 Thread Alexander Bluhm
On Sun, Jul 09, 2017 at 09:29:56PM -0400, Ted Unangst wrote: > i've found ktrace of libevent to be a little noisy and hard to read because it > always passes in a changes pointer to kevent, even with a count of 0. this is > just a tiny change to pass NULL in that case, so that kdump doesn't spit ou

libevent vs ktrace

2017-07-09 Thread Ted Unangst
i've found ktrace of libevent to be a little noisy and hard to read because it always passes in a changes pointer to kevent, even with a count of 0. this is just a tiny change to pass NULL in that case, so that kdump doesn't spit out big hex numbers at me. Index: kqueue.c