hwloc.suppr 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139
  1. # StarPU --- Runtime system for heterogeneous multicore architectures.
  2. #
  3. # Copyright (C) 2012-2020 Université de Bordeaux, CNRS (LaBRI UMR 5800), Inria
  4. #
  5. # StarPU is free software; you can redistribute it and/or modify
  6. # it under the terms of the GNU Lesser General Public License as published by
  7. # the Free Software Foundation; either version 2.1 of the License, or (at
  8. # your option) any later version.
  9. #
  10. # StarPU is distributed in the hope that it will be useful, but
  11. # WITHOUT ANY WARRANTY; without even the implied warranty of
  12. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  13. #
  14. # See the GNU Lesser General Public License in COPYING.LGPL for more details.
  15. #
  16. {
  17. <insert_a_suppression_name_here>
  18. Memcheck:Leak
  19. match-leak-kinds: reachable
  20. ...
  21. fun:hwloc_components_init
  22. }
  23. {
  24. <insert_a_suppression_name_here>
  25. Memcheck:Leak
  26. match-leak-kinds: indirect
  27. ...
  28. fun:hwloc_components_init
  29. }
  30. {
  31. <insert_a_suppression_name_here>
  32. Memcheck:Leak
  33. match-leak-kinds: definite
  34. fun:malloc
  35. fun:lt__malloc
  36. fun:lt__zalloc
  37. obj:/usr/lib/x86_64-linux-gnu/libltdl.so.7.3.0
  38. fun:lt_dlopenadvise
  39. obj:*
  40. obj:*
  41. obj:/usr/lib/x86_64-linux-gnu/libhwloc.so.5.6.8
  42. fun:hwloc_topology_init
  43. }
  44. {
  45. <insert_a_suppression_name_here>
  46. Memcheck:Leak
  47. fun:malloc
  48. ...
  49. fun:tls_get_addr_tail
  50. ...
  51. fun:hwloc_backends_notify_new_object
  52. ...
  53. }
  54. {
  55. <insert_a_suppression_name_here>
  56. Memcheck:Leak
  57. fun:memalign
  58. fun:tls_get_addr_tail
  59. ...
  60. fun:hwloc_backends_notify_new_object
  61. ...
  62. }
  63. {
  64. <insert_a_suppression_name_here>
  65. Memcheck:Leak
  66. fun:malloc
  67. ...
  68. fun:hwloc_topology_set_xml
  69. ...
  70. }
  71. {
  72. <insert_a_suppression_name_here>
  73. Memcheck:Leak
  74. fun:calloc
  75. ...
  76. fun:hwloc_topology_set_xml
  77. ...
  78. }
  79. {
  80. <insert_a_suppression_name_here>
  81. Memcheck:Leak
  82. fun:realloc
  83. ...
  84. fun:hwloc_topology_set_xml
  85. ...
  86. }
  87. {
  88. <insert_a_suppression_name_here>
  89. Memcheck:Leak
  90. fun:malloc
  91. ...
  92. fun:hwloc_topology_load
  93. ...
  94. }
  95. {
  96. <insert_a_suppression_name_here>
  97. Memcheck:Leak
  98. fun:calloc
  99. ...
  100. fun:hwloc_topology_load
  101. ...
  102. }
  103. {
  104. <insert_a_suppression_name_here>
  105. Memcheck:Leak
  106. fun:realloc
  107. ...
  108. fun:hwloc_topology_load
  109. ...
  110. }
  111. {
  112. <insert_a_suppression_name_here>
  113. Memcheck:Leak
  114. match-leak-kinds: reachable
  115. fun:memalign
  116. fun:tls_get_addr_tail
  117. obj:/usr/lib/x86_64-linux-gnu/libOpenCL.so.1.0.0
  118. fun:clGetPlatformIDs
  119. obj:/usr/lib/x86_64-linux-gnu/hwloc/hwloc_opencl.so
  120. fun:hwloc_backends_notify_new_object
  121. obj:/usr/lib/x86_64-linux-gnu/libhwloc.so.5.7.3
  122. fun:hwloc_insert_pci_device_list
  123. obj:/usr/lib/x86_64-linux-gnu/hwloc/hwloc_pci.so
  124. fun:hwloc_topology_load
  125. fun:_starpu_init_topology
  126. fun:_starpu_topology_get_nhwcpu
  127. fun:check_bus_config_file
  128. fun:_starpu_load_bus_performance_files
  129. fun:starpu_initialize
  130. fun:starpu_init
  131. fun:omp_initial_thread_setup
  132. fun:omp_initial_region_setup
  133. fun:starpu_omp_init
  134. fun:omp_constructor
  135. fun:__libc_csu_init
  136. fun:(below main)
  137. }