make the symbols to gather the log be internal
authorSooChan Lim <sc1.lim@samsung.com>
Thu, 11 Apr 2013 06:05:18 +0000 (15:05 +0900)
committerSooChan Lim <sc1.lim@samsung.com>
Thu, 11 Apr 2013 06:08:26 +0000 (15:08 +0900)
Change-Id: If7aa2ddcab1f9557371c6f1a1222c6a8ffac0e6e

lib/xdbg_log_drmevent.c
lib/xdbg_log_drmevent.h
lib/xdbg_log_fpsdebug.c
lib/xdbg_log_fpsdebug.h
lib/xdbg_log_int.h [new file with mode: 0755]
lib/xdbg_log_plist.c
lib/xdbg_log_plist.h
module/xdbg_module_drmevent.c
module/xdbg_module_fpsdebug.c
module/xdbg_module_plist.c

index 3f1ae3b..5219a87 100755 (executable)
@@ -44,6 +44,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 #include <unistd.h>
 
 #include "xdbg.h"
+#include "xdbg_log_int.h"
 
 #include <list.h>
 
index 89364b7..83d777f 100755 (executable)
@@ -41,7 +41,4 @@ void xDbgLogDrmEventRemoveVblank (void *vblank_data);
 void *xDbgLogDrmEventAddPageflip (int crtc_pipe, unsigned int client_idx, unsigned int draw_id);
 void xDbgLogDrmEventRemovePageflip (void *pageflip_data);
 
-void xDbgLogDrmEventPendingLists ( char *reply, int *len);
-
-
 #endif  /* __XDBG_LOG_DRMEVENT_H__ */
index d2a3b5d..2d06795 100755 (executable)
@@ -39,7 +39,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 #include <xf86drm.h>
 #include "xorg-server.h"
 #include "xdbg.h"
-#include "xdbg_log_fpsdebug.h"
+#include "xdbg_log_int.h"
 
 #ifndef API
 #define API __attribute__ ((visibility("default")))
index 8a5520c..a7bcdba 100755 (executable)
@@ -38,7 +38,5 @@ FpsDebugPtr xDbgLogFpsDebugCreate  (void);
 void        xDbgLogFpsDebugDestroy (FpsDebugPtr pFpsDebug);
 void        xDbgLogFpsDebugCount (FpsDebugPtr pFpsDebug, int connector_type);
 
-void        xDbgLogFpsDebug        (char *reply, int *len, int on);
-
 #endif  /* __XDBG_LOG_FPSDEBUG_H__ */
 
diff --git a/lib/xdbg_log_int.h b/lib/xdbg_log_int.h
new file mode 100755 (executable)
index 0000000..dccfd8f
--- /dev/null
@@ -0,0 +1,39 @@
+/**************************************************************************
+
+xdbg
+
+Copyright (c) 2013 Samsung Electronics Co., Ltd All Rights Reserved
+
+Contact: Boram Park <boram1288.park@samsung.com>
+         Sangjin LEE <lsj119@samsung.com>
+
+Permission is hereby granted, free of charge, to any person obtaining a
+copy of this software and associated documentation files (the
+"Software"), to deal in the Software without restriction, including
+without limitation the rights to use, copy, modify, merge, publish,
+distribute, sub license, and/or sell copies of the Software, and to
+permit persons to whom the Software is furnished to do so, subject to
+the following conditions:
+
+The above copyright notice and this permission notice (including the
+next paragraph) shall be included in all copies or substantial portions
+of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
+OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.
+IN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR
+ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
+TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
+SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+**************************************************************************/
+
+#ifndef __XDBG_LOG_INT_H__
+#define __XDBG_LOG_INT_H__
+
+void        xDbgLogDrmEventPendingLists ( char *reply, int *len);
+void        xDbgLogFpsDebug        (char *reply, int *len, int on);
+void        xDbgLogPList                    (char *reply, int *len);
+
+#endif  /* __XDBG_LOG_INT_H__ */
index d86e1ae..6d265e2 100755 (executable)
@@ -42,7 +42,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 #include <pixmap.h>
 #include <list.h>
 #include "xdbg.h"
-#include "xdbg_log_plist.h"
+#include "xdbg_log_int.h"
 
 /* for debug message */
 #define MMEM    XDBG_M('M','E','M',0)
index 06a8bf9..16c6174 100755 (executable)
@@ -60,6 +60,4 @@ void xDbgLogPListDeInit            (ScreenPtr pScreen);
 void xDbgLogPListDrawAddRefPixmap    (DrawablePtr pDraw, PixmapPtr pRefPixmap);
 void xDbgLogPListDrawRemoveRefPixmap (DrawablePtr pDraw, PixmapPtr pRefPixmap);
 
-void xDbgLogPList                    (char *reply, int *len);
-
 #endif  /* __XDBG_LOG_PLIST_H__ */
index 14ad6db..3a55b45 100755 (executable)
@@ -34,6 +34,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 #endif
 
 #include "xdbg.h"
+#include "xdbg_log_int.h"
 #include "xdbg_module_types.h"
 
 
index da8b1c4..af83741 100755 (executable)
@@ -34,6 +34,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 #endif
 
 #include "xdbg.h"
+#include "xdbg_log_int.h"
 #include "xdbg_module_types.h"
 
 void
index 008096d..27e5e85 100755 (executable)
@@ -34,6 +34,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 #endif
 
 #include "xdbg.h"
+#include "xdbg_log_int.h"
 #include "xdbg_module_types.h"
 
 void