plugin/tracing: merge full-tracing plugin into generic version
The full-tracing plugin was used in the DSN paper. It additionally traces the data that was accessed/written on a memory access and the contents of some CPU registers. Change-Id: I61f5230699009ce523aba341985b98148160556d
This commit is contained in:
committed by
Gerrit Code Review
parent
cffafa411c
commit
4e8098a636
4
tools/dump-trace/Makefile
Normal file
4
tools/dump-trace/Makefile
Normal file
@ -0,0 +1,4 @@
|
||||
all: trace_pb2.py
|
||||
|
||||
trace_pb2.py: ../../src/plugins/tracing/trace.proto
|
||||
protoc --python_out=. --proto_path `dirname $<` $<
|
||||
Reference in New Issue
Block a user