123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139 |
- # StarPU --- Runtime system for heterogeneous multicore architectures.
- #
- # Copyright (C) 2012-2020 Université de Bordeaux, CNRS (LaBRI UMR 5800), Inria
- #
- # StarPU is free software; you can redistribute it and/or modify
- # it under the terms of the GNU Lesser General Public License as published by
- # the Free Software Foundation; either version 2.1 of the License, or (at
- # your option) any later version.
- #
- # StarPU is distributed in the hope that it will be useful, but
- # WITHOUT ANY WARRANTY; without even the implied warranty of
- # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
- #
- # See the GNU Lesser General Public License in COPYING.LGPL for more details.
- #
- {
- <insert_a_suppression_name_here>
- Memcheck:Leak
- match-leak-kinds: reachable
- ...
- fun:hwloc_components_init
- }
- {
- <insert_a_suppression_name_here>
- Memcheck:Leak
- match-leak-kinds: indirect
- ...
- fun:hwloc_components_init
- }
- {
- <insert_a_suppression_name_here>
- Memcheck:Leak
- match-leak-kinds: definite
- fun:malloc
- fun:lt__malloc
- fun:lt__zalloc
- obj:/usr/lib/x86_64-linux-gnu/libltdl.so.7.3.0
- fun:lt_dlopenadvise
- obj:*
- obj:*
- obj:/usr/lib/x86_64-linux-gnu/libhwloc.so.5.6.8
- fun:hwloc_topology_init
- }
- {
- <insert_a_suppression_name_here>
- Memcheck:Leak
- fun:malloc
- ...
- fun:tls_get_addr_tail
- ...
- fun:hwloc_backends_notify_new_object
- ...
- }
- {
- <insert_a_suppression_name_here>
- Memcheck:Leak
- fun:memalign
- fun:tls_get_addr_tail
- ...
- fun:hwloc_backends_notify_new_object
- ...
- }
- {
- <insert_a_suppression_name_here>
- Memcheck:Leak
- fun:malloc
- ...
- fun:hwloc_topology_set_xml
- ...
- }
- {
- <insert_a_suppression_name_here>
- Memcheck:Leak
- fun:calloc
- ...
- fun:hwloc_topology_set_xml
- ...
- }
- {
- <insert_a_suppression_name_here>
- Memcheck:Leak
- fun:realloc
- ...
- fun:hwloc_topology_set_xml
- ...
- }
- {
- <insert_a_suppression_name_here>
- Memcheck:Leak
- fun:malloc
- ...
- fun:hwloc_topology_load
- ...
- }
- {
- <insert_a_suppression_name_here>
- Memcheck:Leak
- fun:calloc
- ...
- fun:hwloc_topology_load
- ...
- }
- {
- <insert_a_suppression_name_here>
- Memcheck:Leak
- fun:realloc
- ...
- fun:hwloc_topology_load
- ...
- }
- {
- <insert_a_suppression_name_here>
- Memcheck:Leak
- match-leak-kinds: reachable
- fun:memalign
- fun:tls_get_addr_tail
- obj:/usr/lib/x86_64-linux-gnu/libOpenCL.so.1.0.0
- fun:clGetPlatformIDs
- obj:/usr/lib/x86_64-linux-gnu/hwloc/hwloc_opencl.so
- fun:hwloc_backends_notify_new_object
- obj:/usr/lib/x86_64-linux-gnu/libhwloc.so.5.7.3
- fun:hwloc_insert_pci_device_list
- obj:/usr/lib/x86_64-linux-gnu/hwloc/hwloc_pci.so
- fun:hwloc_topology_load
- fun:_starpu_init_topology
- fun:_starpu_topology_get_nhwcpu
- fun:check_bus_config_file
- fun:_starpu_load_bus_performance_files
- fun:starpu_initialize
- fun:starpu_init
- fun:omp_initial_thread_setup
- fun:omp_initial_region_setup
- fun:starpu_omp_init
- fun:omp_constructor
- fun:__libc_csu_init
- fun:(below main)
- }
|