tizen 2.3 release
[framework/system/swap-probe.git] / probe_memory / da_memory.h
1 /*
2  *  DA probe
3  *
4  * Copyright (c) 2000 - 2013 Samsung Electronics Co., Ltd. All rights reserved.
5  *
6  * Contact:
7  *
8  * Jaewon Lim <jaewon81.lim@samsung.com>
9  * Woojin Jung <woojin2.jung@samsung.com>
10  * Juyoung Kim <j0.kim@samsung.com>
11  * Anastasia Lyupa <a.lyupa@samsung.com>
12  *
13  * This library is free software; you can redistribute it and/or modify it under
14  * the terms of the GNU Lesser General Public License as published by the
15  * Free Software Foundation; either version 2.1 of the License, or (at your option)
16  * any later version.
17  *
18  * This library is distributed in the hope that it will be useful, but WITHOUT ANY
19  * WARRANTY; without even the implied warranty of MERCHANTABILITY or
20  * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
21  * License for more details.
22  *
23  * You should have received a copy of the GNU Lesser General Public License
24  * along with this library; if not, write to the Free Software Foundation, Inc., 51
25  * Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
26  *
27  * Contributors:
28  * - S-Core Co., Ltd
29  * - Samsung RnD Institute Russia
30  *
31  */
32
33 #ifndef __DA_MEMORY_H__
34 #define __DA_MEMORY_H__
35
36 #include "daprobe.h"
37
38 //#define INTERNALFILTERING             (!isEnableInternalMalloc())
39 #define INTERNAL_MALLOC_FILTERING               true
40 #define INTERNAL_FREE_FILTERING                 true
41 #define INTERNAL_NEW_FILTERING                  true
42 #define INTERNAL_DELETE_FILTERING               true
43
44 /*******************************************************************
45  * MEMORY PROBE MACRO
46  *
47  * log format
48  *              SeqNumber`,ApiName`,Time`,Pid`,Tid`,InputParm`,Return`,PCAddr`,Error`,
49  *              Size`,MemoryAPIType`,Addr`,\n
50  *              callstack_start`,callstack`,callstack_end
51  *
52  ********************************************************************/
53
54 #endif // __DA_MEMORY_H__