about summary refs log tree commit diff
path: root/REORG.TODO/gmon/Versions
diff options
context:
space:
mode:
Diffstat (limited to 'REORG.TODO/gmon/Versions')
-rw-r--r--REORG.TODO/gmon/Versions22
1 files changed, 22 insertions, 0 deletions
diff --git a/REORG.TODO/gmon/Versions b/REORG.TODO/gmon/Versions
new file mode 100644
index 0000000000..d0b63334f2
--- /dev/null
+++ b/REORG.TODO/gmon/Versions
@@ -0,0 +1,22 @@
+libc {
+  GLIBC_2.0 {
+    # functions with special/multiple interfaces
+    _mcount;
+
+    # Profiling support
+    __monstartup; _mcleanup; __profile_frequency;
+
+    # m*
+    monstartup;
+
+    # p*
+    profil; profil_counter;
+  }
+  GLIBC_2.2 {
+    # m*
+    moncontrol;
+  }
+  GLIBC_2.2.3 {
+    sprofil;
+  }
+}