aboutsummaryrefslogtreecommitdiffstats
path: root/runtime/libprofile/libprofile.exports
diff options
context:
space:
mode:
authorNick Lewycky <nicholas@mxc.ca>2011-04-16 01:20:23 +0000
committerNick Lewycky <nicholas@mxc.ca>2011-04-16 01:20:23 +0000
commitb1928704201034c785a26296a49f69355eb56a05 (patch)
tree6cb5f9d9c717c85a5e9ccb6ada1a9c2a103e192c /runtime/libprofile/libprofile.exports
parente9db5e29e3af91eec572bfeb8dcec908213298b0 (diff)
downloadexternal_llvm-b1928704201034c785a26296a49f69355eb56a05.zip
external_llvm-b1928704201034c785a26296a49f69355eb56a05.tar.gz
external_llvm-b1928704201034c785a26296a49f69355eb56a05.tar.bz2
Rename LineProfiling to GCOVProfiling to more accurately represent what it
does. Also mostly implement it. Still a work-in-progress, but generates legal output on crafted test cases. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@129630 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'runtime/libprofile/libprofile.exports')
-rw-r--r--runtime/libprofile/libprofile.exports7
1 files changed, 4 insertions, 3 deletions
diff --git a/runtime/libprofile/libprofile.exports b/runtime/libprofile/libprofile.exports
index fb04ea3..aca563f 100644
--- a/runtime/libprofile/libprofile.exports
+++ b/runtime/libprofile/libprofile.exports
@@ -5,6 +5,7 @@ llvm_start_basic_block_tracing
llvm_trace_basic_block
llvm_increment_path_count
llvm_decrement_path_count
-llvm_prof_linectr_start_file
-llvm_prof_linectr_emit_counter
-llvm_prof_linectr_end_file
+llvm_gcda_start_file
+llvm_gcda_emit_function
+llvm_gcda_emit_arcs
+llvm_gcda_end_file