DragonFly kernel List (threaded) for 2010-02
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
Re: git: Bring in a simple event tracing library and POC utility
I can definitely see standardizing the format strings, at least
well enough that they can be parsed out and accumulated for
statistical purposes.
The bigger problem right now is KTR for 64-bit. We can't use
vaargs due to the massive overhead the 64-bit varargs code uses,
so we need to some up with a better KTR API, maybe one with different
macros each taking a different number of argumetns so we can
efficiently generate the KTR entries.
-Matt
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]