From: Mathieu Desnoyers Date: Tue, 16 Oct 2012 02:05:20 +0000 (-0400) Subject: callsite: hint at "ip" field X-Git-Tag: v1.8.3~27 X-Git-Url: http://git.efficios.com/?p=ctf.git;a=commitdiff_plain;h=5a6b4ee19c397d55b535d1967fe8123e0403e020;hp=555f54e6a5f7a8e6b436e7f62a4e4d0924335c94 callsite: hint at "ip" field Signed-off-by: Mathieu Desnoyers --- diff --git a/common-trace-format-specification.txt b/common-trace-format-specification.txt index 954f308..caafe54 100644 --- a/common-trace-format-specification.txt +++ b/common-trace-format-specification.txt @@ -1187,6 +1187,7 @@ callsite { func = "func_name"; file = "myfile.c"; line = 39; + ip = 0x40096c; }; /* More detail on types in section 4. Types */