Project

General

Profile

Actions

Bug #4448

open

Support of __always_inline functions

Added by Ilya Shchepetkov over 10 years ago. Updated over 10 years ago.

Status:
New
Priority:
Normal
Assignee:
-
Start date:
08/23/2013
Due date:
% Done:

0%

Estimated time:
Detected in build:
svn
Platform:
Published in build:

Description

111_1a model contains a large number of __always_inline functions:

before call(static __always_inline unsigned long __copy_to_user_inatomic(..))
before call(static __always_inline int copy_to_user(..))
before call(static __always_inline unsigned long __copy_from_user_nocache(..))
before call(static __always_inline unsigned long __copy_from_user_inatomic_nocache(..))
...

Currently aspeсtator does not support __always_inline macro, and so these functions can't be instrumented. We should fix this.

Actions

Also available in: Atom PDF