about summary refs log tree commit diff
path: root/gmon/Versions
blob: cc705bd97829c655fb2856328b10bc6ae7ebc63c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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;
  }
  GLIBC_2.31 {
  }
}