X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=common%2Ftrace_model.hpp;fp=common%2Ftrace_model.hpp;h=2ce133903d1ffb3f822d7186d215587ffe7808a3;hb=d9d9d22837705de6a2c42ad3f9b23223a2b98fe0;hp=ba7c845362e55fdc5aae14fe42a4597fada84e49;hpb=52fc2b017b6914afb3799601b6e93f9306af0058;p=apitrace diff --git a/common/trace_model.hpp b/common/trace_model.hpp index ba7c845..2ce1339 100644 --- a/common/trace_model.hpp +++ b/common/trace_model.hpp @@ -515,6 +515,13 @@ enum { * Whether this call is verbose (i.e., not usually interesting). */ CALL_FLAG_VERBOSE = (1 << 7), + + /** + * String markers. + */ + CALL_FLAG_MARKER = (1 << 8), + CALL_FLAG_MARKER_PUSH = (1 << 9), + CALL_FLAG_MARKER_POP = (1 << 10), };