sync with master
authorSehong Na <sehong.na@samsung.com>
Wed, 27 Mar 2013 00:28:21 +0000 (09:28 +0900)
committerSehong Na <sehong.na@samsung.com>
Wed, 27 Mar 2013 00:28:21 +0000 (09:28 +0900)
commitec5644f60fea53368cedf504596b3cc61deafbd5
tree561f802ff90a5456547a5bc37bfbf8a5baca0339
parent5f8a1670eceff73641cf3206c2ffa708e49fdfd6
sync with master
59 files changed:
AUTHOR [new file with mode: 0644]
LICENSE.LGPLv2.1 [new file with mode: 0644]
LICENSE.MIT [new file with mode: 0644]
Makefile [new file with mode: 0644]
NOTICE [new file with mode: 0644]
custom_chart/da_chart.c [new file with mode: 0755]
custom_chart/da_chart.h [new file with mode: 0755]
custom_chart/da_chart_dummy.c [new file with mode: 0755]
helper/addr-capi.c [new file with mode: 0644]
helper/addr-tizen.c [new file with mode: 0644]
helper/btsym.c [new file with mode: 0755]
helper/dacapture.c [new file with mode: 0755]
helper/dacollection.c [new file with mode: 0755]
helper/dahelper.c [new file with mode: 0755]
helper/libdaprobe.c [new file with mode: 0755]
helper/private_link.h [new file with mode: 0644]
include/dacollection.h [new file with mode: 0755]
include/daerror.h [new file with mode: 0755]
include/dahelper.h [new file with mode: 0755]
include/daprobe.h [new file with mode: 0644]
include/dautil.h [new file with mode: 0644]
include/khash.h [new file with mode: 0755]
include/osp_probe.h [new file with mode: 0755]
include/probeinfo.h [new file with mode: 0755]
packaging/dynamic-analysis-probe.spec [new file with mode: 0644]
probe_badaapi/bada_file.cpp [new file with mode: 0755]
probe_badaapi/bada_lifecycle.cpp [new file with mode: 0755]
probe_badaapi/bada_sync.cpp [new file with mode: 0755]
probe_badaapi/bada_thread.cpp [new file with mode: 0755]
probe_badaapi/osp_constructor.cpp [new file with mode: 0755]
probe_badaapi/osp_controls.cpp [new file with mode: 0755]
probe_event/da_event.c [new file with mode: 0755]
probe_event/da_event.h [new file with mode: 0755]
probe_event/gesture.cpp [new file with mode: 0755]
probe_event/gesture.h [new file with mode: 0644]
probe_event/keytouch.c [new file with mode: 0755]
probe_file/da_io.h [new file with mode: 0755]
probe_file/da_io_posix.c [new file with mode: 0755]
probe_file/da_io_stdc.c [new file with mode: 0644]
probe_memory/da_memory.h [new file with mode: 0644]
probe_memory/libdamemalloc.c [new file with mode: 0755]
probe_memory/libdamemmanage.c [new file with mode: 0644]
probe_memory/libdanew.cpp [new file with mode: 0644]
probe_socket/da_socket.h [new file with mode: 0644]
probe_socket/libdasocket.c [new file with mode: 0644]
probe_third/libdaemon.c [new file with mode: 0644]
probe_thread/da_sync.h [new file with mode: 0644]
probe_thread/da_thread.h [new file with mode: 0644]
probe_thread/libdasync.c [new file with mode: 0644]
probe_thread/libdathread.c [new file with mode: 0644]
probe_tizenapi/tizen_appfw.c [new file with mode: 0644]
probe_ui/da_ui.h [new file with mode: 0755]
probe_ui/osp_capture.cpp [new file with mode: 0755]
probe_ui/osp_display.cpp [new file with mode: 0644]
probe_ui/osp_frameani.cpp [new file with mode: 0644]
probe_ui/osp_frameani.h [new file with mode: 0644]
probe_ui/osp_scenemanager.cpp [new file with mode: 0755]
probe_ui/tizen_capture.c [new file with mode: 0755]
probe_userfunc/libdauserfunc.c [new file with mode: 0755]