commit | e5ef333912b0cc81a5f3b833b94505830f58fd93 | [log] [tgz] |
---|---|---|
author | Godfrey van der Linden <gvdl@google.com> | Sat Feb 14 19:28:06 2015 -0800 |
committer | Barret Rhoden <brho@cs.berkeley.edu> | Tue Apr 21 12:08:44 2015 -0400 |
tree | f12ac564d596fcbe3d4780b519fbfaa06ecb3abf | |
parent | 49628f87dc30fe8b7b4c009ab019d1fb36a2ce8a [diff] |
Scaffolded '#T' ttrace device. This commit has all of the plan 9 bits to implement the #T device. It does not contain any code that can take or report samples yet. But it has all of the handling for writing to the cpu data files and the 9p layout of all of the files that will report data. Has some scaffolding which #warns during compilation. Started on some simple tests/ttrace.c which can read and decode the data file such as it is currently.