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
5 lines
124 B
Makefile
5 lines
124 B
Makefile
all: trace_pb2.py
|
|
|
|
trace_pb2.py: ../../src/plugins/tracing/trace.proto
|
|
protoc --python_out=. --proto_path `dirname $<` $<
|