diff options
-rw-r--r-- | runtime/libprofile/Profiling.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/libprofile/Profiling.h b/runtime/libprofile/Profiling.h index 947460a29e..61ae09bf7b 100644 --- a/runtime/libprofile/Profiling.h +++ b/runtime/libprofile/Profiling.h @@ -25,7 +25,8 @@ enum ProfilingType { Function = 2, /* Function profiling information */ Block = 3, /* Block profiling information */ Edge = 4, /* Edge profiling information */ - Path = 5 /* Path profiling information */ + Path = 5, /* Path profiling information */ + BBTrace = 6 /* Basic block trace information */ }; void write_profiling_data(enum ProfilingType PT, unsigned *Start, |