platform/core/system/swap-probe.git
10 years agocorrect probe in Monitor::Enter in bada_sync.cpp
Anastasia Lyupa [Tue, 25 Jun 2013 11:24:01 +0000 (15:24 +0400)]
correct probe in Monitor::Enter in bada_sync.cpp

10 years agocorrect MSG_ defines
Anastasia Lyupa [Tue, 25 Jun 2013 11:03:03 +0000 (15:03 +0400)]
correct MSG_ defines

10 years agoadd sync probes in bada_sync.cpp
Anastasia Lyupa [Tue, 25 Jun 2013 10:52:00 +0000 (14:52 +0400)]
add sync probes in bada_sync.cpp

10 years agoadd osp thread probes in bada_thread.cpp
Anastasia Lyupa [Tue, 25 Jun 2013 09:13:03 +0000 (13:13 +0400)]
add osp thread probes in bada_thread.cpp

10 years agoadd possibility to pack 0 args in pack_args
Anastasia Lyupa [Tue, 25 Jun 2013 09:09:04 +0000 (13:09 +0400)]
add possibility to pack 0 args in pack_args

10 years agoadd pthread probes
Anastasia Lyupa [Mon, 24 Jun 2013 14:58:43 +0000 (18:58 +0400)]
add pthread probes

10 years agoadd the rest sync probes in libdasync.c
Anastasia Lyupa [Mon, 24 Jun 2013 09:03:21 +0000 (13:03 +0400)]
add the rest sync probes in libdasync.c

10 years agoadd sync probes in libdasync.c, not all ones(only using macros from da_sync.h)
Anastasia Lyupa [Mon, 24 Jun 2013 08:36:59 +0000 (12:36 +0400)]
add sync probes in libdasync.c, not all ones(only using macros from da_sync.h)

10 years agoadd BEFORE_PACK_ORIGINAL_SYNC and AFTER_PACK_ORIGINAL_SYNC macros
Anastasia Lyupa [Mon, 24 Jun 2013 07:56:51 +0000 (11:56 +0400)]
add BEFORE_PACK_ORIGINAL_SYNC and AFTER_PACK_ORIGINAL_SYNC macros

10 years agoadd post block macros without any APPEND_LOG calls
Anastasia Lyupa [Mon, 24 Jun 2013 07:48:30 +0000 (11:48 +0400)]
add post block macros without any APPEND_LOG calls

10 years agoformat PACK_MEMORY: p -> BUF_PTR
Anastasia Lyupa [Mon, 24 Jun 2013 06:50:13 +0000 (10:50 +0400)]
format PACK_MEMORY: p -> BUF_PTR

10 years agofix sync_val type in PACK_SYNC (int32 -> ptr)
Anastasia Lyupa [Mon, 24 Jun 2013 06:48:30 +0000 (10:48 +0400)]
fix sync_val type in PACK_SYNC (int32 -> ptr)

10 years agoadd memory probes in libdamemmanage.c
Anastasia Lyupa [Mon, 24 Jun 2013 05:44:31 +0000 (09:44 +0400)]
add memory probes in libdamemmanage.c

11 years agoadd memory probes in libdamemalloc.c
Anastasia Lyupa [Fri, 21 Jun 2013 14:40:37 +0000 (18:40 +0400)]
add memory probes in libdamemalloc.c

11 years agoadd memory probes in libdanew.cpp
Anastasia Lyupa [Fri, 21 Jun 2013 14:24:34 +0000 (18:24 +0400)]
add memory probes in libdanew.cpp

11 years agoadd _EVENT_ORIENTATION in da_event.c
Anastasia Lyupa [Fri, 21 Jun 2013 12:11:19 +0000 (16:11 +0400)]
add _EVENT_ORIENTATION in da_event.c

11 years agoadd _EVENT_GESTURE probes
Anastasia Lyupa [Fri, 21 Jun 2013 11:29:55 +0000 (15:29 +0400)]
add _EVENT_GESTURE probes

11 years agomark pack_ functions as static inline instead of static
Anastasia Lyupa [Fri, 21 Jun 2013 10:53:49 +0000 (14:53 +0400)]
mark pack_ functions as static inline instead of static

11 years agoremove pc, add define to rewrite return, add several UICONTROL probes
Anastasia Lyupa [Thu, 20 Jun 2013 13:36:16 +0000 (17:36 +0400)]
remove pc, add define to rewrite return, add several UICONTROL probes

11 years agowrite new handlers for _EVENT_TOUCH, _EVENT_KEY and LC_UICREATE,SetName
Anastasia Lyupa [Wed, 19 Jun 2013 08:34:56 +0000 (12:34 +0400)]
write new handlers for _EVENT_TOUCH, _EVENT_KEY and LC_UICREATE,SetName

11 years agoAdd internal call as blockresult (where possible)
Nikita Kalyazin [Sun, 16 Jun 2013 10:17:54 +0000 (14:17 +0400)]
Add internal call as blockresult (where possible)

11 years agoFix errno obtaining in mutex_lock
Nikita Kalyazin [Sun, 16 Jun 2013 09:44:05 +0000 (13:44 +0400)]
Fix errno obtaining in mutex_lock

11 years agoFix 64-bit arguments
Nikita Kalyazin [Sun, 16 Jun 2013 09:43:48 +0000 (13:43 +0400)]
Fix 64-bit arguments

11 years agoAdd pthread_mutex_lock (SYNC)
Nikita Kalyazin [Thu, 13 Jun 2013 13:59:52 +0000 (17:59 +0400)]
Add pthread_mutex_lock (SYNC)

11 years agoRefactor macros, added 2 handlers
Nikita Kalyazin [Thu, 13 Jun 2013 12:59:04 +0000 (16:59 +0400)]
Refactor macros, added 2 handlers

 - Removed p from macro calls (it's predefined inside);
 - UiApp::AddFrame (UICONTROL) handler added;
 - UiApp::Execute (LIFECYCLE) handler added.

11 years agoAdd probe to ecore_event_evas_mouse_move
Nikita Kalyazin [Thu, 13 Jun 2013 05:46:11 +0000 (09:46 +0400)]
Add probe to ecore_event_evas_mouse_move

Forward fix of info1 parameter type (probably it's string, not int).

11 years agoFix args format
Nikita Kalyazin [Thu, 13 Jun 2013 05:45:13 +0000 (09:45 +0400)]
Fix args format

"fmt string", args -> "p", arg1, "x", arg2, "c", arg3

11 years agoAdd standard msg header
Nikita Kalyazin [Thu, 13 Jun 2013 05:44:01 +0000 (09:44 +0400)]
Add standard msg header

TODO: add sequence number obtaining.

11 years agoAdd write to buffer draft
Nikita Kalyazin [Wed, 12 Jun 2013 15:34:03 +0000 (19:34 +0400)]
Add write to buffer draft

 - binproto.h and (must be) inline functions;
 - libdaprobec: buffer init in constructor and exit in desctructor;
 - libdanew.c: sample handler for new().

11 years agodo not make snapshot directory in probe - manager does
woojin [Sat, 1 Jun 2013 04:40:26 +0000 (13:40 +0900)]
do not make snapshot directory in probe - manager does

Change-Id: Ie38e6c722e05ecc16f1498b91429b616ec1e1295

11 years ago[Title] fix some bugs
greatim [Fri, 31 May 2013 11:34:46 +0000 (20:34 +0900)]
[Title] fix some bugs
[Desc.]
[Issue]

Change-Id: I8ee9a4acc2ea49181a39774325fe06a92b7f2172

11 years ago[Title] bug fix for gallery application profiling
greatim [Tue, 30 Apr 2013 07:58:01 +0000 (16:58 +0900)]
[Title] bug fix for gallery application profiling
[Desc.]
[Issue]

Change-Id: Icbe36ca9fec3d82b01a0eda3d20e2ef0c5abac1a

11 years agofix bug of runtime configuration for function profiling
woojin [Wed, 24 Apr 2013 09:29:00 +0000 (18:29 +0900)]
fix bug of runtime configuration for function profiling

Change-Id: I6775f217e63a2692b508daa657a78deb03f0ff2e

11 years agoprofil function is called only if app is built with pg option
woojin [Wed, 24 Apr 2013 08:32:14 +0000 (17:32 +0900)]
profil function is called only if app is built with pg option

Change-Id: I79b36df983a3e59afddb1dd08c0ad825196ef8c4

11 years agofix prevent violation
woojin [Tue, 23 Apr 2013 19:19:27 +0000 (04:19 +0900)]
fix prevent violation

Change-Id: Ib828bd989b8246fb56023c41863a1b353ed64602

11 years agofix prevent violation
woojin [Sat, 20 Apr 2013 12:23:16 +0000 (21:23 +0900)]
fix prevent violation

Change-Id: Iac68245a38124f4b01892938bfbd445ac134e1c5

11 years agofix prevent violation
woojin [Sat, 13 Apr 2013 00:56:09 +0000 (09:56 +0900)]
fix prevent violation

Change-Id: I0d456d22c7a07ebd97ec93e304279a5c2f4e6496

11 years ago[Title] apply runtime config and new protocol
greatim [Wed, 10 Apr 2013 10:51:09 +0000 (19:51 +0900)]
[Title] apply runtime config and new protocol
[Desc.]
[Issue]

Change-Id: I7e2b13f72ee702f25173f707ece29460b029d9c7

11 years agoadd manifest file
woojin [Wed, 3 Apr 2013 21:23:19 +0000 (06:23 +0900)]
add manifest file

Change-Id: Ia162dca13528e7954efbce9d805a2c9ff439dd4a

11 years agosync with master
Sehong Na [Wed, 27 Mar 2013 00:28:21 +0000 (09:28 +0900)]
sync with master

11 years agoInitial empty repository
jinkun.jang [Tue, 12 Mar 2013 00:49:39 +0000 (09:49 +0900)]
Initial empty repository