[FIX] Supporting all funcs with the same name 94/48294/1
authorAlexander Aksenov <a.aksenov@samsung.com>
Thu, 17 Sep 2015 08:54:15 +0000 (11:54 +0300)
committerAlexander Aksenov <a.aksenov@samsung.com>
Thu, 17 Sep 2015 08:54:15 +0000 (11:54 +0300)
commit416c18aecf3e5cb85ebb2366724f4d1ab4797379
treedefef6f88f7f8ae108c45a7c474a8f6c01ad6df4
parentccb5adf7636333743405a38d43a0aeb33f3b3a80
[FIX] Supporting all funcs with the same name

Previously, probes were set only on the firstly found
function, so, if you have several functions with the same
name (for expl  fopen()) only one of them was profilied.

Change-Id: If26529ed5d319314f52907f6bcc541f5015ca8ba
Signed-off-by: Alexander Aksenov <a.aksenov@samsung.com>
scripts/gen_headers.py