hwloc.suppr 2.7 KB

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