From 5a6b4ee19c397d55b535d1967fe8123e0403e020 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Mon, 15 Oct 2012 22:05:20 -0400 Subject: [PATCH 1/1] callsite: hint at "ip" field Signed-off-by: Mathieu Desnoyers --- common-trace-format-specification.txt | 1 + 1 file changed, 1 insertion(+) 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 */ -- 2.34.1