dma-buf: introduce dma-buf trace
We introduce the concept to get information about
what process has allocated and used the dmabuf.
The reference is registered and released by the user.
This information is supported by debugfs with pss.
The temporary reference is always registered
by allocation to indicate the user to request allocation,
and this reference is deleted when user requests
a reference explicitly.
The reference ensure to be released when the buffer
is removed or the user process of handle is exited.
Change-Id: I4c147ad91058cf04b81f51753cbefcc420ec8389
Signed-off-by: hyesoo.yu <hyesoo.yu@samsung.com>