hwloc.suppr 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. # StarPU --- Runtime system for heterogeneous multicore architectures.
  2. #
  3. # Copyright (C) 2012 Inria
  4. # Copyright (C) 2012,2016-2018 CNRS
  5. # Copyright (C) 2015, 2018 Université de Bordeaux
  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: definite
  29. fun:malloc
  30. fun:lt__malloc
  31. fun:lt__zalloc
  32. obj:/usr/lib/x86_64-linux-gnu/libltdl.so.7.3.0
  33. fun:lt_dlopenadvise
  34. obj:*
  35. obj:*
  36. obj:/usr/lib/x86_64-linux-gnu/libhwloc.so.5.6.8
  37. fun:hwloc_topology_init
  38. }
  39. {
  40. <insert_a_suppression_name_here>
  41. Memcheck:Leak
  42. fun:malloc
  43. ...
  44. fun:tls_get_addr_tail
  45. ...
  46. fun:hwloc_backends_notify_new_object
  47. ...
  48. }
  49. {
  50. <insert_a_suppression_name_here>
  51. Memcheck:Leak
  52. fun:memalign
  53. fun:tls_get_addr_tail
  54. ...
  55. fun:hwloc_backends_notify_new_object
  56. ...
  57. }
  58. {
  59. <insert_a_suppression_name_here>
  60. Memcheck:Leak
  61. fun:malloc
  62. ...
  63. fun:hwloc_topology_load
  64. ...
  65. }
  66. {
  67. <insert_a_suppression_name_here>
  68. Memcheck:Leak
  69. fun:calloc
  70. ...
  71. fun:hwloc_topology_load
  72. ...
  73. }
  74. {
  75. <insert_a_suppression_name_here>
  76. Memcheck:Leak
  77. fun:realloc
  78. ...
  79. fun:hwloc_topology_load
  80. ...
  81. }
  82. {
  83. <insert_a_suppression_name_here>
  84. Memcheck:Leak
  85. match-leak-kinds: reachable
  86. fun:memalign
  87. fun:tls_get_addr_tail
  88. obj:/usr/lib/x86_64-linux-gnu/libOpenCL.so.1.0.0
  89. fun:clGetPlatformIDs
  90. obj:/usr/lib/x86_64-linux-gnu/hwloc/hwloc_opencl.so
  91. fun:hwloc_backends_notify_new_object
  92. obj:/usr/lib/x86_64-linux-gnu/libhwloc.so.5.7.3
  93. fun:hwloc_insert_pci_device_list
  94. obj:/usr/lib/x86_64-linux-gnu/hwloc/hwloc_pci.so
  95. fun:hwloc_topology_load
  96. fun:_starpu_init_topology
  97. fun:_starpu_topology_get_nhwcpu
  98. fun:check_bus_config_file
  99. fun:_starpu_load_bus_performance_files
  100. fun:starpu_initialize
  101. fun:starpu_init
  102. fun:omp_initial_thread_setup
  103. fun:omp_initial_region_setup
  104. fun:starpu_omp_init
  105. fun:omp_constructor
  106. fun:__libc_csu_init
  107. fun:(below main)
  108. }