Skip to content

Commit

Permalink
valgrind: update valgrind suppressions for lttng-ust
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Dillaman <[email protected]>
  • Loading branch information
Jason Dillaman authored and jdillaman committed Apr 30, 2015
1 parent 8e20240 commit 8d87bdf
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/valgrind.supp
Original file line number Diff line number Diff line change
Expand Up @@ -186,3 +186,15 @@
fun:main
}

# lttng-ust
{
<insert_a_suppression_name_here>
Memcheck:Leak
fun:calloc
fun:_dl_allocate_tls
fun:pthread_create@@GLIBC_2.2.5
obj:/usr/*lib*/liblttng-ust.*
fun:call_init.part.0
fun:_dl_init
obj:*
}

0 comments on commit 8d87bdf

Please sign in to comment.