1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-26 00:34:17 -07:00
emacs/mps/tool
Gareth Rees 5cc5bb5922 Don't store booleans as bit-fields in event structures: this makes it impossible to automatically unpack them using python's struct module. (the only event where this actually saved any space was poolinitmvff!)
Update event format to 2.0.0 since telemetry format changed.
New macro EVENT_ANY_FIELDS allows consumers to determine the layout of the event header.
mpseventpy now analyzes the event layout (including padding bytes) and emits struct format specifications.
New program tool/monitor.py reads and unpacks a stream of telemetry events.

Copied from Perforce
 Change: 194026
2018-06-20 15:51:38 +01:00
..
autoconf/build-aux Moving build-aux out of the way to tools/autoconf. 2012-09-09 20:33:44 +01:00
.p4ignore Ignore .test directory. 2014-10-19 19:17:45 +01:00
.renamed-gitignore Linking .p4ignore to .gitignore to share configuration between perforce and git. 2016-04-04 19:20:26 +01:00
branch Add release 1.116.0 to the version index. 2016-11-13 11:08:30 +00:00
gcovfmt Drop .py extension from python executables, as requested by rb. 2014-03-20 11:36:58 +00:00
index.rst Rename "mac os x" and "os x" to "macos", except for a few cases where for historical accuracy we want to continue to refer to the former name. 2018-06-15 12:15:36 +01:00
monitor.py Don't store booleans as bit-fields in event structures: this makes it impossible to automatically unpack them using python's struct module. (the only event where this actually saved any space was poolinitmvff!) 2018-06-20 15:51:38 +01:00
mpsclasses.py Mps br/awldiag: tool/mpsclasses.py: show the mps class hierarchy 2007-12-04 18:50:11 +00:00
noaslr.c Better error reporting. 2016-04-11 19:25:46 +01:00
p4-bisect Fix p4-bisect interface 2014-05-12 21:01:58 +01:00
p4.py Update file types: add +k (keyword expansion). 2014-03-24 20:35:01 +00:00
release Add release 1.116.0 to the version index. 2016-11-13 11:08:30 +00:00
testaslr.c Add aslr test program to the repository. 2014-05-21 16:08:15 +01:00
testcases.txt Forktest passes without the need for polling. 2018-06-19 08:59:00 +01:00
testcoverage Add $id$ and copyright lines to various scripts. 2014-05-24 10:15:45 +01:00
testemscripten Add $id$ and copyright lines to various scripts. 2014-05-24 10:15:45 +01:00
testopendylan Add $id$ and copyright lines to various scripts. 2014-05-24 10:15:45 +01:00
testrun.bat Quote %test_cases_db% in case the current directory contains shell metacharacters (as it does on jenkins). 2016-04-14 16:59:26 +01:00
testrun.sh Testrun.sh now takes the suite via the -s option. this means that you can run a single test case. 2014-11-08 10:05:05 +00:00