projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ebbc0e9
)
Add basic block tracing information as a type of "profiling" information.
author
Brian Gaeke
<gaeke@uiuc.edu>
Mon, 3 May 2004 23:49:16 +0000
(23:49 +0000)
committer
Brian Gaeke
<gaeke@uiuc.edu>
Mon, 3 May 2004 23:49:16 +0000
(23:49 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13337
91177308
-0d34-0410-b5e6-
96231b3b80d8
runtime/libprofile/Profiling.h
patch
|
blob
|
history
diff --git
a/runtime/libprofile/Profiling.h
b/runtime/libprofile/Profiling.h
index 947460a29e327e98c0d96ff4756f83c01c4c56ab..61ae09bf7b8659bbef9c1e8f0bf16facfb29af08 100644
(file)
--- 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,