platform/core/system/swap-probe.git
8 years ago[FIX] bounds violation in fread() 60/48660/2
Anatolii Nikulin [Thu, 24 Sep 2015 09:06:35 +0000 (12:06 +0300)]
[FIX] bounds violation in fread()

Change-Id: Id5b93c213b7312494c308f911cc5289f1ac41eec
Signed-off-by: Anatolii Nikulin <nikulin.a@samsung.com>
8 years ago[FIX] disable compile optimization 59/48659/2
Anatolii Nikulin [Thu, 24 Sep 2015 09:02:47 +0000 (12:02 +0300)]
[FIX] disable compile optimization

Change-Id: I8a91689ec60d7ece04422f768c877bedc58152c5
Signed-off-by: Anatolii Nikulin <nikulin.a@samsung.com>
8 years ago[FIX] Supporting all funcs with the same name 94/48294/1
Alexander Aksenov [Thu, 17 Sep 2015 08:54:15 +0000 (11:54 +0300)]
[FIX] Supporting all funcs with the same name

Previously, probes were set only on the firstly found
function, so, if you have several functions with the same
name (for expl  fopen()) only one of them was profilied.

Change-Id: If26529ed5d319314f52907f6bcc541f5015ca8ba
Signed-off-by: Alexander Aksenov <a.aksenov@samsung.com>
8 years ago[FIX] prevent issue 70/47270/2
Vitaliy Cherepanov [Tue, 1 Sep 2015 15:04:25 +0000 (18:04 +0300)]
[FIX] prevent issue

---------------------------------------------------------------------------------------------------
| CID    | Type                          | File            | Function                             |
|-------------------------------------------------------------------------------------------------|
| 452564 | Out-of-bounds access          | libdauserfunc.c | profil_count                         |
| 452761 | Structurally dead code        | gesture.c       | __n_finger_tap_pack                  |
| 452764 | Structurally dead code        | damaps.c        | read_mapping_line                    |
| 452763 | Structurally dead code        | damaps.c        | update_is_instrument_lib_attr_nolock |
| 452718 | Dereference null return value | damaps.c        | maps_make                            |
| 452641 | Dereference null return value | damaps.c        | realloc_array                        |
| 476233 | Logically dead code           | parse_elf.c     | main                                 |
| 476234 | Dereference null return value | lib_parse_elf.c | get_got_plt_addrs                    |
---------------------------------------------------------------------------------------------------

Change-Id: I3d703757d2105699253176d20d1b464cfe1d70a3
Signed-off-by: Vitaliy Cherepanov <v.cherepanov@samsung.com>
8 years ago[FIX] prevent issues 43/47043/2 root_dep_remove
Anatolii Nikulin [Fri, 28 Aug 2015 11:00:12 +0000 (14:00 +0300)]
[FIX] prevent issues

Change-Id: Ie025cdadbec9cbd1b026a8bd8cd835cc3b53ebfd
Signed-off-by: Anatolii Nikulin <nikulin.a@samsung.com>
8 years ago[FIX] Parse elf build deps 14/47014/1
Dmitry Kovalenko [Fri, 28 Aug 2015 06:25:24 +0000 (09:25 +0300)]
[FIX] Parse elf build deps

Change-Id: I9a5de1694854dfac85c2bbc660aac4d35a1697b9

8 years ago[IMPROVE] Add Tizen 2.4 wearable gbs support 68/46968/1
Alexander Aksenov [Thu, 27 Aug 2015 09:42:31 +0000 (12:42 +0300)]
[IMPROVE] Add Tizen 2.4 wearable gbs support

Change-Id: Ic70116a00f4011baab63a89024cbe21f4908e621
Signed-off-by: Alexander Aksenov <a.aksenov@samsung.com>
8 years ago[FIX] Parsing lib symbols 67/46967/1
Alexander Aksenov [Thu, 27 Aug 2015 09:17:41 +0000 (12:17 +0300)]
[FIX] Parsing lib symbols

Now it works for functions like malloc$ as well as
for malloc@@GLIBC...

Change-Id: Icb4bd26915ba3295abf63865122dabae6518c314
Signed-off-by: Alexander Aksenov <a.aksenov@samsung.com>
8 years ago[IMPROVE] Add ARM .plt support for parse script 17/46717/1
Alexander Aksenov [Fri, 21 Aug 2015 14:37:34 +0000 (17:37 +0300)]
[IMPROVE] Add ARM .plt support for parse script

Change-Id: I47f6b48dddd6e6f2fe9a4fe971c7bb2228be95fa
Signed-off-by: Alexander Aksenov <a.aksenov@samsung.com>
8 years ago[IMPROVE] Separate elf parser on lib and bin 73/46473/1
Alexander Aksenov [Tue, 18 Aug 2015 14:13:33 +0000 (17:13 +0300)]
[IMPROVE] Separate elf parser on lib and bin

Change-Id: I8e239a0dc177644b3a523a81f259eecc424ba089
Signed-off-by: Alexander Aksenov <a.aksenov@samsung.com>
8 years ago[IMPROVE] add tool for ELF parsing 72/46472/1
Konstantin Baladurin [Thu, 9 Jul 2015 13:00:59 +0000 (16:00 +0300)]
[IMPROVE] add tool for ELF parsing

Change-Id: I39d0f954b0d471fe0d559d99a870f2625bc72a1d
Signed-off-by: Konstantin Baladurin <k.baladurin@partner.samsung.com>
8 years ago[FIX] Probes in newly created threads 88/45488/1
Alexander Aksenov [Thu, 6 Aug 2015 12:52:26 +0000 (15:52 +0300)]
[FIX] Probes in newly created threads

Previously the second exit from pthread_create (exit in new thread)
was not handled correctly and this lead to messages missing.

Change-Id: Iec271ea99f8c843b329b4bdfc5b04b5778fadcca
Signed-off-by: Alexander Aksenov <a.aksenov@samsung.com>
8 years ago[CLEAN] Remove autogenerated appfw config 73/45273/2
Alexander Aksenov [Tue, 4 Aug 2015 08:47:18 +0000 (11:47 +0300)]
[CLEAN] Remove autogenerated appfw config

It was used only in app_efl_main, but app_efl_main was
removed some time ago.

Change-Id: Ie3ff5f6dc874005715a9d0b07490627dbb43dd98
Signed-off-by: Alexander Aksenov <a.aksenov@samsung.com>
8 years ago[LICENSE] change to LGPL-2.1+ 82/45082/1
Vitaliy Cherepanov [Fri, 31 Jul 2015 08:53:32 +0000 (11:53 +0300)]
[LICENSE] change to LGPL-2.1+

Change-Id: I42ac2a0d2caf4e7a596c04e48ab1abdad62e3b03
Signed-off-by: Vitaliy Cherepanov <v.cherepanov@samsung.com>
9 years ago[FIX] Use caller address from userspace 24/44424/3
Vitaliy Cherepanov [Tue, 21 Jul 2015 15:06:10 +0000 (18:06 +0300)]
[FIX] Use caller address from userspace

OpenGL Tizen probe caller address

Change-Id: I2d77950405ebea22325b9725d45e5fa5468f78c6
Signed-off-by: Vitaliy Cherepanov <v.cherepanov@samsung.com>
9 years ago[FIX] OpenGL: evas_gl_* calls 80/44180/1
Vasiliy Ulyanov [Fri, 17 Jul 2015 11:41:01 +0000 (14:41 +0300)]
[FIX] OpenGL: evas_gl_* calls

- evas_gl_* functions should be searched for in libevas not
in libelementary
- evas_gl_context_api_get added to api_names

Change-Id: Ic2f09ad047643651c24fb4f8bd38ef7bbfa28b0b
Signed-off-by: Vasiliy Ulyanov <v.ulyanov@samsung.com>
9 years ago[FIX] Wrong GLES library in buildroot 09/43909/2
Vasiliy Ulyanov [Wed, 15 Jul 2015 07:52:21 +0000 (10:52 +0300)]
[FIX] Wrong GLES library in buildroot

We need to explicitly require the same GLES package as we
have on a target device to avoid parsing wrong libraries (by
default a virtual dummy package is installed in buildroot)

Change-Id: Iee7d50148a0fde10c19db4ae2721adc570362946
Signed-off-by: Vasiliy Ulyanov <v.ulyanov@samsung.com>
9 years ago[FIX] OpenGL always probing 35/43835/1
Vasiliy Ulyanov [Tue, 14 Jul 2015 10:51:20 +0000 (13:51 +0300)]
[FIX] OpenGL always probing

Added libelementary in api_names.txt

Change-Id: I71d5fe0736ad0dfd2761fe859f4436b151c4e106
Signed-off-by: Vasiliy Ulyanov <v.ulyanov@samsung.com>
9 years ago[FIX] tizen opengl probes 26/43626/1
Vitaliy Cherepanov [Sun, 12 Jul 2015 17:04:06 +0000 (20:04 +0300)]
[FIX] tizen opengl probes

Change-Id: I84f989fa2f8b50c81058bccf3b1d1a8571bc7d00
Signed-off-by: Vitaliy Cherepanov <v.cherepanov@samsung.com>
9 years ago[PROTO] da_event.h compatibility with 2.3 56/43356/2
Alexander Aksenov [Wed, 8 Jul 2015 09:20:48 +0000 (12:20 +0300)]
[PROTO] da_event.h compatibility with 2.3

Change-Id: Ica2a2db7932e6300721b2ecdf62e5b98aeabd05e
Signed-off-by: Alexander Aksenov <a.aksenov@samsung.com>
9 years ago[FIX] Screenshots taken on evas_object_show() 65/43065/1
Alexander Aksenov [Tue, 7 Jul 2015 11:43:14 +0000 (14:43 +0300)]
[FIX] Screenshots taken on evas_object_show()

Change-Id: I9d64df1c001e21964b964092cd0b82166f875f6b
Signed-off-by: Alexander Aksenov <a.aksenov@samsung.com>
9 years ago[FIX] Total heap allocation data 06/42906/2
Alexander Aksenov [Thu, 2 Jul 2015 11:21:15 +0000 (14:21 +0300)]
[FIX] Total heap allocation data

Change-Id: I47b38b97713e75b1faef3aee8d3ab8cf0da8dc52
Signed-off-by: Alexander Aksenov <a.aksenov@samsung.com>
9 years ago[FIX] fix prevent 75/42875/2
Konstantin Baladurin [Fri, 3 Jul 2015 10:16:44 +0000 (13:16 +0300)]
[FIX] fix prevent

-----------------------------------------------------------------
| CID    | Type             | File     | Function               |
|---------------------------------------------------------------|
| 452697 | STRING_OVERFLOW  | btsym.c  | da_backtrace_symbols   |
-----------------------------------------------------------------

Change-Id: I96997b5a779ce04a1344caed586f315690c00429
Signed-off-by: Konstantin Baladurin <k.baladurin@partner.samsung.com>
9 years ago[FIX] fix prevent 63/42863/2
Konstantin Baladurin [Fri, 3 Jul 2015 08:15:55 +0000 (11:15 +0300)]
[FIX] fix prevent

-----------------------------------------------------------------
| CID    | Type             | File     | Function               |
|---------------------------------------------------------------|
| 452697 | STRING_OVERFLOW  | btsym.c  | da_backtrace_symbols   |
-----------------------------------------------------------------

Change-Id: Ifa7071f249f06d93e0e40f5f234153ad25a4d67c
Signed-off-by: Konstantin Baladurin <k.baladurin@partner.samsung.com>
9 years ago[IMPROVE] Breakpoint probe msg saving 34/42534/2
Alexander Aksenov [Fri, 27 Feb 2015 12:43:27 +0000 (15:43 +0300)]
[IMPROVE] Breakpoint probe msg saving

Change-Id: I7a1d3b0c07108edf620f8e9166327240fd354545
Signed-off-by: Alexander Aksenov <a.aksenov@samsung.com>
9 years ago[FIX] gesture probe event 65/42365/1
Vitaliy Cherepanov [Fri, 26 Jun 2015 12:10:55 +0000 (15:10 +0300)]
[FIX] gesture probe event

Change-Id: I18f5d452a7ba12c2f75caf1bd06678c1548f3261
Signed-off-by: Vitaliy Cherepanov <v.cherepanov@samsung.com>
9 years ago[FIX] opengl glGetError 20/41420/1
Vitaliy Cherepanov [Mon, 15 Jun 2015 08:16:24 +0000 (11:16 +0300)]
[FIX] opengl glGetError

Change-Id: Iab17ad23831250d1dc26490cf3deb37a235af2ba
Signed-off-by: Vitaliy Cherepanov <v.cherepanov@samsung.com>
9 years ago[FIX] header generation for ARM 80/41380/1
Vyacheslav Cherkashin [Sat, 13 Jun 2015 22:35:25 +0000 (01:35 +0300)]
[FIX] header generation for ARM

ARM build system has additinoal libraries in /emul/* so skip it

Change-Id: Iaa07f849ce3f4f77ec709f558f266e4a0ab9838a
Signed-off-by: Vyacheslav Cherkashin <v.cherkashin@samsung.com>
9 years ago[FIX] fork ld handler 14/41214/1
Vitaliy Cherepanov [Thu, 11 Jun 2015 15:46:07 +0000 (18:46 +0300)]
[FIX] fork ld handler

Change-Id: I3af8ac22f16398553fdc11369ddd8b18a517a37d
Signed-off-by: Vitaliy Cherepanov <v.cherepanov@samsung.com>
9 years ago[FIX] build for 2.4 13/41213/1
Vitaliy Cherepanov [Thu, 11 Jun 2015 15:45:25 +0000 (18:45 +0300)]
[FIX] build for 2.4

Change-Id: I335ccf47e674afcc374e5f4793afee510682a53f
Signed-off-by: Vitaliy Cherepanov <v.cherepanov@samsung.com>
9 years ago[IMPROVE] error discription in gen_headers.py 12/41212/1
Vitaliy Cherepanov [Thu, 11 Jun 2015 15:18:09 +0000 (18:18 +0300)]
[IMPROVE] error discription in gen_headers.py

Change-Id: I557c2092c52ebe4434b16f1d8fda7228be9ee3f4
Signed-off-by: Vitaliy Cherepanov <v.cherepanov@samsung.com>
9 years ago[FIX] orientation events 95/40995/5
Vitaliy Cherepanov [Wed, 10 Jun 2015 16:27:51 +0000 (19:27 +0300)]
[FIX] orientation events

Change-Id: I158bffd6d55ff66653e5c5198c02e169562cd284
Signed-off-by: Vitaliy Cherepanov <v.cherepanov@samsung.com>
9 years ago[REFACTOR] application msg id 33/39933/3
Vitaliy Cherepanov [Tue, 26 May 2015 14:39:33 +0000 (17:39 +0300)]
[REFACTOR] application msg id

Change-Id: I8910e55e1f75f387983eb89b70158b27713d76be
Signed-off-by: Vitaliy Cherepanov <v.cherepanov@samsung.com>
9 years ago[IMPROVE] Makes third-party funcs called as callbacks 49/40849/4
Alexander Aksenov [Tue, 9 Jun 2015 12:02:46 +0000 (15:02 +0300)]
[IMPROVE] Makes third-party funcs called as callbacks

Removes probe lib dependencies on the other platform libraries,
all third-party functions are dlsymmed now.

Change-Id: I73627e5b8fb88289006b8b5b43cf0aef0446679a
Signed-off-by: Alexander Aksenov <a.aksenov@samsung.com>
9 years ago[IMPROVE] using mask for function api names 26/40826/8
Vitaliy Cherepanov [Tue, 9 Jun 2015 10:28:48 +0000 (13:28 +0300)]
[IMPROVE] using mask for function api names

Change-Id: Ib641ee6a4533b672846aaf3679eb82ada387838f
Signed-off-by: Vitaliy Cherepanov <v.cherepanov@samsung.com>
9 years ago[IMPROVE] Rename handlers funcs 18/40518/15
Alexander Aksenov [Thu, 4 Jun 2015 14:16:15 +0000 (17:16 +0300)]
[IMPROVE] Rename handlers funcs

Change-Id: Ice07d9b12cf5b3f229ba6886a0c37547ede4ee2d
Signed-off-by: Alexander Aksenov <a.aksenov@samsung.com>
9 years ago[FIX] Add right yagl package in requires 34/40434/6
Alexander Aksenov [Wed, 27 May 2015 16:49:05 +0000 (19:49 +0300)]
[FIX] Add right yagl package in requires

Change-Id: I926f010797818e2d88f8b31b29275b1a07d17bb0
Signed-off-by: Alexander Aksenov <a.aksenov@samsung.com>
9 years ago[IMPROVE] Replace headers generation script 33/40433/6
Alexander Aksenov [Wed, 27 May 2015 09:11:17 +0000 (12:11 +0300)]
[IMPROVE] Replace headers generation script

Replace bash script with python one

Change-Id: Ie8a0fcbe7a396874a6e6d42f819c2a00f95400d8
Signed-off-by: Alexander Aksenov <a.aksenov@samsung.com>
9 years ago[FIX] Probe names. 10/39410/10
Alexander Aksenov [Wed, 13 May 2015 13:12:47 +0000 (16:12 +0300)]
[FIX] Probe names.

Change-Id: I7c705b0cb755ca370cb2cb7f12260f3361d076c1
Signed-off-by: Alexander Aksenov <a.aksenov@samsung.com>
9 years ago[FIX] Getting user events from all callers 09/39409/6
Alexander Aksenov [Wed, 13 May 2015 12:36:47 +0000 (15:36 +0300)]
[FIX] Getting user events from all callers

Change-Id: I2e95022f7a13a04580b470666d12050f58cfa142
Signed-off-by: Alexander Aksenov <a.aksenov@samsung.com>
9 years ago[FIX] Script maps generation 08/39408/6
Alexander Aksenov [Wed, 22 Apr 2015 09:50:56 +0000 (12:50 +0300)]
[FIX] Script maps generation

Change-Id: Ic9b31b2be69598d0af54d6969abaa4f780397cd9
Signed-off-by: Alexander Aksenov <a.aksenov@samsung.com>
9 years ago[FIX] Add call type support for memory probes 07/39407/7
Alexander Aksenov [Mon, 6 Apr 2015 09:14:48 +0000 (12:14 +0300)]
[FIX] Add call type support for memory probes

Change-Id: I51f761c19ed0f6ff27a39a64f1ca4ac6ce64ef85
Signed-off-by: Alexander Aksenov <a.aksenov@samsung.com>
9 years ago[IMPROVE] Add probe name and flag in api_names.txt 06/39406/13
Alexander Aksenov [Thu, 2 Apr 2015 09:49:27 +0000 (12:49 +0300)]
[IMPROVE] Add probe name and flag in api_names.txt

Now format of strings is the following:

target_func_name,  handler_func_name,  preload_probe_type

Change-Id: If56dcbf3c7a29de498b069fe704c5f8461483f29
Signed-off-by: Alexander Aksenov <a.aksenov@samsung.com>
9 years ago[FIX] Looking for a same func in several libs. 61/39061/7
Alexander Aksenov [Thu, 26 Mar 2015 13:41:54 +0000 (16:41 +0300)]
[FIX] Looking for a same func in several libs.

Now #lib in api_names.txt should include full library path. If the funcs are
supposed to be in different libs, set libs path and use asterisk.

Change-Id: If91adc28fcd5c51c22b00073bca919f089ae0f68
Signed-off-by: Alexander Aksenov <a.aksenov@samsung.com>
9 years ago[REFACTOR] Generating probes 60/39060/2
Alexander Aksenov [Tue, 17 Mar 2015 13:54:31 +0000 (16:54 +0300)]
[REFACTOR] Generating probes

Change-Id: I09cb0cd7a2b279f536d75311d488de221953db56
Signed-off-by: Alexander Aksenov <a.aksenov@samsung.com>
9 years ago[IMPROVE] Add direct GL calls support 59/39059/2
Alexander Aksenov [Wed, 11 Mar 2015 09:43:42 +0000 (12:43 +0300)]
[IMPROVE] Add direct GL calls support

Change-Id: I0a508919a9bdf53298c80af0740fe3c8e8125d69
Signed-off-by: Alexander Aksenov <a.aksenov@samsung.com>
9 years ago[FEATURE] add gesture layer callback probes 77/39477/1
Vitaliy Cherepanov [Fri, 30 Jan 2015 11:58:03 +0000 (14:58 +0300)]
[FEATURE] add gesture layer callback probes

Change-Id: I0290573d504d59ee2a1a1ec50f781317e594b422
Signed-off-by: Vitaliy Cherepanov <v.cherepanov@samsung.com>
9 years ago[FIX] scanf probe for libc 2.7 68/39468/1
Vitaliy Cherepanov [Fri, 17 Apr 2015 09:31:15 +0000 (12:31 +0300)]
[FIX] scanf probe for libc 2.7

Change-Id: Id62bf38f7140872bcf22ea2e7bff56070a3394a4
Signed-off-by: Vitaliy Cherepanov <v.cherepanov@samsung.com>
9 years ago[FIX] make clean 67/39467/1
Vitaliy Cherepanov [Fri, 17 Apr 2015 09:28:28 +0000 (12:28 +0300)]
[FIX] make clean

Change-Id: I06b4c7b644e789ba78439868c3b638ec17eb00f1
Signed-off-by: Vitaliy Cherepanov <v.cherepanov@samsung.com>
9 years ago[FIX] orientation value in MSG_SCREENSHOT 65/39465/1
Vitaliy Cherepanov [Wed, 8 Apr 2015 10:29:22 +0000 (13:29 +0300)]
[FIX] orientation value in MSG_SCREENSHOT

Change-Id: Iab3d7976e685fdd5308242ab036e4a9fc92fd79e
Signed-off-by: Vitaliy Cherepanov <v.cherepanov@samsung.com>
9 years ago[PROTO] implement protocol version 4.0 37/38737/2
Vitaliy Cherepanov [Mon, 27 Apr 2015 12:18:27 +0000 (15:18 +0300)]
[PROTO] implement protocol version 4.0

Change-Id: I6efd9321d46638aad0fa17485cb4534efd00b07b
Signed-off-by: Vitaliy Cherepanov <v.cherepanov@samsung.com>
9 years agoMerge branch 'tizen_2.4' into tizen_2.4_dev 89/38789/1
Anastasia Lyupa [Tue, 28 Apr 2015 13:22:35 +0000 (16:22 +0300)]
Merge branch 'tizen_2.4' into tizen_2.4_dev

Signed-off-by: Anastasia Lyupa <a.lyupa@samsung.com>
Conflicts:
probe_capi/capi_appfw.c

Change-Id: I624f41975009e38a89b20727f779a78cdfb2441f

9 years ago[FEATURE] Preload: Implement 18/34818/2 new_protocol
Alexander Aksenov [Tue, 5 Aug 2014 12:32:24 +0000 (16:32 +0400)]
[FEATURE] Preload: Implement

Change-Id: Ib1df346ca4dc26b328b8e6f85a87d073d1d1d007
Signed-off-by: Alexander Aksenov <a.aksenov@samsung.com>
Signed-off-by: Vitaliy Cherepanov <v.cherepanov@samsung.com>
9 years ago[FIX] build ecore probes for 2.4 09/36009/1
Vitaliy Cherepanov [Fri, 27 Feb 2015 09:59:09 +0000 (12:59 +0300)]
[FIX] build ecore probes for 2.4

Change-Id: I5ea387bbbdc263728ba6e12eae7879492744bcd1
Signed-off-by: Vitaliy Cherepanov <v.cherepanov@samsung.com>
9 years ago[FIX] build for i586 spin mobile 2.4 82/33882/1
Vitaliy Cherepanov [Wed, 14 Jan 2015 11:22:14 +0000 (14:22 +0300)]
[FIX] build for i586 spin mobile 2.4

error "unresolvable ecore-input-evas"

Change-Id: I5cee3dca41ea36349dce7936579205f4f2418863
Signed-off-by: Vitaliy Cherepanov <v.cherepanov@samsung.com>
9 years ago[FIX] dastout license 44/32944/2 master
Alexander Aksenov [Tue, 30 Dec 2014 12:46:02 +0000 (15:46 +0300)]
[FIX] dastout license

Change-Id: I188d0aea319a0cc7a9ff22625a03568ea69a8760
Signed-off-by: Alexander Aksenov <a.aksenov@samsung.com>
9 years agoMerge "[IMPROVE] Add MIT license"
Vyacheslav Cherkashin [Tue, 30 Dec 2014 13:02:57 +0000 (05:02 -0800)]
Merge "[IMPROVE] Add MIT license"

9 years ago[IMPROVE] Add MIT license 43/32943/1
Alexander Aksenov [Tue, 30 Dec 2014 12:41:48 +0000 (15:41 +0300)]
[IMPROVE] Add MIT license

Change-Id: I0b196d56a754a3b2dd18d63330b3bba292cbc555
Signed-off-by: Alexander Aksenov <a.aksenov@samsung.com>
9 years ago[FIX] malloc probing from ld lib 40/31740/4
Vitaliy Cherepanov [Tue, 9 Dec 2014 08:21:43 +0000 (11:21 +0300)]
[FIX] malloc probing from ld lib

replace malloc by real_malloc call

Change-Id: I34afa51e5190d6ce903d73676bd26889862f6064
Signed-off-by: Vitaliy Cherepanov <v.cherepanov@samsung.com>
9 years agoMerge branch 'master' into new_protocol 39/32739/1
Dmitry Kovalenko [Tue, 23 Dec 2014 10:22:41 +0000 (13:22 +0300)]
Merge branch 'master' into new_protocol

Change-Id: I6a755b39bdac9465e8f3c9e3fdd61ebf94e16f4c
Signed-off-by: Dmitry Kovalenko <d.kovalenko@samsung.com>
9 years ago[FEATURE] VBO buffer size implement 63/32063/9
Vitaliy Cherepanov [Mon, 15 Dec 2014 09:39:21 +0000 (12:39 +0300)]
[FEATURE] VBO buffer size implement

implement the probe against buffer size of the next API
glBindBuffer(),glBufferData(),glBufferSubData(),glDeleteBuffers()

glGetBufferParameteriv:
(GL_ARRAY_BUFFER, GL_BUFFER_SIZE, &nBufferSize)
(GL_ARRAY_BUFFER, GL_BUFFER_USAGE, &nBufferUsageSize)
(GL_ELEMENT_ARRAY_BUFFER, GL_BUFFER_SIZE,&nElementBufferSize)
(GL_ELEMENT_ARRAY_BUFFER, GL_BUFFER_USAGE,&nElementBufferUsageSize)

nBufferSize, nBufferUsageSize, nElementBufferSize, nElementBufferUsageSize
send buffer info to GLContextValue(String) in openg probe format.

Change-Id: Ib7815eae56247536dfa08749f90404eea1c093f5
Signed-off-by: Vitaliy Cherepanov <v.cherepanov@samsung.com>
9 years ago[CLEAN] rm comments 99/32699/1
Vitaliy Cherepanov [Mon, 22 Dec 2014 15:38:14 +0000 (18:38 +0300)]
[CLEAN] rm comments

Change-Id: Ic218c2b3e84e218d5fb7389d367b0b6699f6a06c
Signed-off-by: Vitaliy Cherepanov <v.cherepanov@samsung.com>
9 years agoRevert "[CLEAN] rm unused code and rm comments" 98/32698/1
Vitaliy Cherepanov [Mon, 22 Dec 2014 15:34:39 +0000 (18:34 +0300)]
Revert "[CLEAN] rm unused code and rm comments"

This reverts commit 49dc7a7ec8664920c844e5017b249f738ddb98d4.

Change-Id: I4401c9a0fa852a615337255cb34bd91bbac8aa4f

9 years ago[FIX] prevent issue 51/31251/1
Vitaliy Cherepanov [Wed, 3 Dec 2014 08:37:17 +0000 (11:37 +0300)]
[FIX] prevent issue

+-------+-------------------------------+---------------------+--------------+
| ID    | Type                          | file                | function     |
+-------+-------------------------------+---------------------+--------------+
| 98281 | Resource leak                 | helper/damaps.c     | maps_make    |
| 70307 | Calling risky function        | helper/libdaprobe.c | createSocket |
+-------+-------------------------------+---------------------+--------------+

Change-Id: Ia5e8d562a47dc5e2a9ecdafc740b225ef7bb3e75
Signed-off-by: Vitaliy Cherepanov <v.cherepanov@samsung.com>
9 years ago[FIX] prevent issue 01/31101/1
Vitaliy Cherepanov [Mon, 1 Dec 2014 10:50:36 +0000 (13:50 +0300)]
[FIX] prevent issue

+------+-------------------------------+-----------------+-----------+
|ID    | Type                          | file            | function  |
+------+-------------------------------+-----------------+-----------+
|70094 | Dereference before null check | helper/damaps.c | maps_make |
+------+-------------------------------+-----------------+-----------+

Change-Id: Ie772f73313deb8b37698f8d877b265d6a08bb097
Signed-off-by: Vitaliy Cherepanov <v.cherepanov@samsung.com>
9 years ago[FIX] prevent issue 64/30964/1 vd_sync_28112014
Vitaliy Cherepanov [Thu, 27 Nov 2014 15:23:37 +0000 (18:23 +0300)]
[FIX] prevent issue

Prevent TV

Change-Id: Iddf2b2b3d3e1275e29d3bdf4f1351507bcc562c4
Signed-off-by: Vitaliy Cherepanov <v.cherepanov@samsung.com>
9 years ago[FIX] smack access to screenshots 90/29990/3 Tizen_SDK_2.3
Vitaliy Cherepanov [Thu, 6 Nov 2014 15:50:19 +0000 (18:50 +0300)]
[FIX] smack access to screenshots

Change-Id: Ife047b0ad8ea87ee63a49a52d8ac31f226b3b2b1
Signed-off-by: Vitaliy Cherepanov <v.cherepanov@samsung.com>
9 years ago[FIX] orientation event listener 31/29931/2
Vitaliy Cherepanov [Wed, 5 Nov 2014 17:55:23 +0000 (20:55 +0300)]
[FIX] orientation event listener

Change-Id: I60d38c75718daf7511bb3c4edc52ba0051b45bc1
Signed-off-by: Vitaliy Cherepanov <v.cherepanov@samsung.com>
9 years ago[FIX] no opengl probe comes 27/29927/2
Vitaliy Cherepanov [Wed, 5 Nov 2014 15:40:10 +0000 (18:40 +0300)]
[FIX] no opengl probe comes

(map scan fix)

Change-Id: Ie55832c0364b62632bc3a89e3ace5cf81488592d
Signed-off-by: Vitaliy Cherepanov <v.cherepanov@samsung.com>
9 years ago[FIX] opengl application 33/29833/1
Vitaliy Cherepanov [Wed, 5 Nov 2014 00:23:45 +0000 (03:23 +0300)]
[FIX] opengl application

crash gl apps on devices

Change-Id: I84b6ac858ad1ff8190888f99480c8cbf7fb222bf
Signed-off-by: Vitaliy Cherepanov <v.cherepanov@samsung.com>
9 years ago[FIX] lifecycle event 32/29832/1
Vitaliy Cherepanov [Wed, 5 Nov 2014 00:20:51 +0000 (03:20 +0300)]
[FIX] lifecycle event

Change-Id: Ibdf03c88597ba645cd64ba797cc399c68bc2be54
Signed-off-by: Vitaliy Cherepanov <v.cherepanov@samsung.com>
9 years ago[FIX] no probe comes 31/29831/2
Vitaliy Cherepanov [Wed, 5 Nov 2014 00:08:20 +0000 (03:08 +0300)]
[FIX] no probe comes

(mapp filtering error)

Change-Id: I4c5fa07919ae22e7692d9639b0b7435d80c7a873
Signed-off-by: Vitaliy Cherepanov <v.cherepanov@samsung.com>
9 years ago[FIX] Revert "[FIX] move da_api_map to /home/developer/sdk_tools/da_api_map" 50/29750/1
Vitaliy Cherepanov [Mon, 3 Nov 2014 19:29:54 +0000 (22:29 +0300)]
[FIX] Revert "[FIX] move da_api_map to /home/developer/sdk_tools/da_api_map"

This reverts commit f1f4975b240861aeff27a21de65d997ebbdb9be3.

Change-Id: I5728062433e622e661137b0eb6f343f48cc5982e

9 years ago[FIX] application terminate on start 49/29749/1
Vitaliy Cherepanov [Mon, 3 Nov 2014 19:21:34 +0000 (22:21 +0300)]
[FIX] application terminate on start

Change-Id: I2db7f9f2d934c19dbdbb8309af129ea327d1c0b2
Signed-off-by: Vitaliy Cherepanov <v.cherepanov@samsung.com>
9 years ago[FIX] disable exec stack 44/29744/1
Vitaliy Cherepanov [Mon, 3 Nov 2014 17:25:27 +0000 (20:25 +0300)]
[FIX] disable exec stack

change param "-Wl,-z,noexecstack"

Change-Id: I912d17ae3e43435b2a24c66738884e886778bb94
Signed-off-by: Vitaliy Cherepanov <v.cherepanov@samsung.com>
9 years ago[FIX] move da_api_map to /home/developer/sdk_tools/da_api_map 85/29685/2
Vitaliy Cherepanov [Fri, 31 Oct 2014 14:42:42 +0000 (17:42 +0300)]
[FIX] move da_api_map to /home/developer/sdk_tools/da_api_map

Change-Id: I8e22918137bec9b45f33944baf5c2c15321ef549
Signed-off-by: Vitaliy Cherepanov <v.cherepanov@samsung.com>
9 years ago[FIX] disable exec stack 82/29682/1
Vitaliy Cherepanov [Fri, 31 Oct 2014 14:17:50 +0000 (17:17 +0300)]
[FIX] disable exec stack

Change-Id: I24c7655659ba82d50c0f33086d14b298912bfe53
Signed-off-by: Vitaliy Cherepanov <v.cherepanov@samsung.com>
9 years ago[FIX] common app crash on start 27/29327/5
Vitaliy Cherepanov [Fri, 24 Oct 2014 08:36:39 +0000 (12:36 +0400)]
[FIX] common app crash on start

redirect stdout stderr

Change-Id: I270876d2acf39ad259f0901945a111125c6150a7
Signed-off-by: Vitaliy Cherepanov <v.cherepanov@samsung.com>
9 years ago[FIX] common app terminates da_manager on stop message 42/29242/6
Vitaliy Cherepanov [Thu, 23 Oct 2014 07:05:23 +0000 (11:05 +0400)]
[FIX] common app terminates da_manager on stop message

Change-Id: Ie1b43066a7b63b8e208b8bb79c51453de436f8b5
Signed-off-by: Vitaliy Cherepanov <v.cherepanov@samsung.com>
9 years ago[FIX] prevent issues 04/29104/3
Vitaliy Cherepanov [Tue, 21 Oct 2014 11:39:20 +0000 (15:39 +0400)]
[FIX] prevent issues

|-------------------------|----------------------------|
| Type                    | Function                   |
|-------------------------|----------------------------|
| Out-of-bounds read      | kh_resize_allocmap         |
| Out-of-bounds read      | kh_resize_symbol           |
| Out-of-bounds read      | kh_resize_object           |
| Out-of-bounds read      | kh_resize_uiobject         |
| Out-of-bounds read      | kh_resize_detector         |
| Calling risky function  | remove_indir               |
| Calling risky function  | _init_probe                |
| Calling risky function  | _configure                 |
| Calling risky function  | createSocket               |
| Calling risky function  | _init_                     |
| Calling risky function  | _uninit_                   |
| Calling risky function  | add_to_glist               |
| Calling risky function  | pack_string_to_file        |
| Calling risky function  | pack_value_by_type         |
| Calling risky function  | pack_string_to_file        |
| Calling risky function  | pack_value_by_type         |
| Calling risky function  | profil_backtrace_symbols   |
| Calling risky function  | _fini_probe                |
| Calling risky function  | getBacktraceString         |
| Calling risky function  | recvThread                 |
| Calling risky function  | captureScreen              |
| Calling risky function  | real_abs_path              |
| Calling risky function  | da_set_callback            |
| Resource leak           | set_real_func              |
| Calling risky function  | probe_terminate_with_err   |
| Calling risky function  | __local_glVertexAttrib1f   |
| Calling risky function  | __local_glVertexAttrib1fv  |
| Calling risky function  | __local_glVertexAttrib2f   |
| Calling risky function  | __local_glVertexAttrib2fv  |
| Calling risky function  | __local_glVertexAttrib3f   |
| Calling risky function  | __local_glVertexAttrib3fv  |
| Calling risky function  | __local_glVertexAttrib4f   |
| Calling risky function  | __local_glVertexAttrib4fv  |
| Calling risky function  | __local_glLinkProgram      |
| Calling risky function  | __local_glTexParameterfv   |
| Calling risky function  | __local_glTexParameteriv   |
| Calling risky function  | glTexParameterfv           |
| Calling risky function  | glTexParameteriv           |
| Calling risky function  | glVertexAttrib1f           |
| Calling risky function  | glVertexAttrib2f           |
| Calling risky function  | glVertexAttrib3f           |
| Calling risky function  | glVertexAttrib4f           |
| Calling risky function  | glVertexAttrib1fv          |
| Calling risky function  | glVertexAttrib2fv          |
| Calling risky function  | glVertexAttrib3fv          |
| Calling risky function  | glVertexAttrib4fv          |
| Calling risky function  | __ui_array_to_str          |
| Calling risky function  | glLinkProgram              |
| Calling risky function  | init_probe_gl              |
|-------------------------|----------------------------|

Change-Id: I17ec1304600da2e28553681c8ee26cbf1bfe3024
Signed-off-by: Vitaliy Cherepanov <v.cherepanov@samsung.com>
9 years ago[LICENSE] Move LGPL license file to LICENSE 02/28702/1
Dmitry Kovalenko [Tue, 14 Oct 2014 09:25:06 +0000 (13:25 +0400)]
[LICENSE] Move LGPL license file to LICENSE

Change-Id: I7fc3443e97d02992a669663a2c99b9e3af94867c

9 years ago[FIX] NULL pointer dereference crash 93/28593/4
Vyacheslav Cherkashin [Fri, 10 Oct 2014 08:22:53 +0000 (12:22 +0400)]
[FIX] NULL pointer dereference crash

Change-Id: Id86aa50192f2bd0e5efc32934b4685f487d9a331
Signed-off-by: Vyacheslav Cherkashin <v.cherkashin@samsung.com>
9 years ago[FIX] build. spec license problems. 48/28448/1
Vitaliy Cherepanov [Tue, 7 Oct 2014 10:53:47 +0000 (14:53 +0400)]
[FIX] build. spec license problems.

Change-Id: I07df72890db4161c1e7fb6bc751056f7c1205835
Signed-off-by: Vitaliy Cherepanov <v.cherepanov@samsung.com>
9 years ago[COPYRIGHT] update code for more properly license match 38/28438/2
Vitaliy Cherepanov [Tue, 7 Oct 2014 09:06:52 +0000 (13:06 +0400)]
[COPYRIGHT] update code for more properly license match

Change-Id: Ic606a4d2381807cc1eac3c222010f3fe74ce0a17
Signed-off-by: Vitaliy Cherepanov <v.cherepanov@samsung.com>
9 years ago[LICENSE] Fixed license files 45/28445/1
Dmitry Kovalenko [Tue, 7 Oct 2014 09:53:01 +0000 (13:53 +0400)]
[LICENSE] Fixed license files

Change-Id: If15c509397da7526e9ea410290d791cc7b61482a

9 years ago[FIX] pthread_mutex_lock return type 16/28216/2
Vitaliy Cherepanov [Tue, 30 Sep 2014 11:39:36 +0000 (15:39 +0400)]
[FIX] pthread_mutex_lock return type

Change-Id: I70d79645f46e9beb87920da562f9002a05ab3629
Signed-off-by: Vitaliy Cherepanov <v.cherepanov@samsung.com>
9 years ago[CLEAN] remove comments 47/28347/2
Vitaliy Cherepanov [Fri, 3 Oct 2014 07:51:39 +0000 (11:51 +0400)]
[CLEAN] remove comments

Change-Id: I22bd4a3960f676c5f632083b2ffb71993adea425
Signed-off-by: Vitaliy Cherepanov <v.cherepanov@samsung.com>
9 years ago[CLEAN] rm unused code and rm comments 72/28372/3
Vitaliy Cherepanov [Mon, 6 Oct 2014 06:59:45 +0000 (10:59 +0400)]
[CLEAN] rm unused code and rm comments

remove files: btsym.c, private_link.h
rm comments: keytouch.c

Change-Id: Iedaa222dce33736be3bcf3481fdcab9bc8715ee9
Signed-off-by: Vitaliy Cherepanov <v.cherepanov@samsung.com>
9 years ago[FIX] app terminate 06/28206/2
Vyacheslav Cherkashin [Tue, 30 Sep 2014 09:20:09 +0000 (13:20 +0400)]
[FIX] app terminate

Change-Id: Ie9369556859bf4636fa8ffae884189ccec8403d2
Signed-off-by: Vyacheslav Cherkashin <v.cherkashin@samsung.com>
9 years ago[FIX] launching common apps with disabled opengl support 56/28156/1
Vitaliy Cherepanov [Mon, 29 Sep 2014 07:39:07 +0000 (11:39 +0400)]
[FIX] launching common apps with disabled opengl support

Change-Id: Iee90fc00cd9a6fe710ad73040152200631ee4de3
Signed-off-by: Vitaliy Cherepanov <v.cherepanov@samsung.com>
9 years ago[FIX] opengl probes 56/27356/4
Vitaliy Cherepanov [Thu, 11 Sep 2014 11:48:56 +0000 (15:48 +0400)]
[FIX] opengl probes

error: no probe comes

Change-Id: I54bbfeb2d16a1bdc2d75d3575d8feb80cd743489
Signed-off-by: Vitaliy Cherepanov <v.cherepanov@samsung.com>
9 years ago[PROTO] add FD_API_RELEASE event 66/27566/6
Vitaliy Cherepanov [Tue, 16 Sep 2014 07:35:36 +0000 (11:35 +0400)]
[PROTO] add FD_API_RELEASE event

now:
14)FD_API_LOCK_START   event before original lock call
15)FD_API_LOCK_END     event after original lock call
16)FD_API_LOCK_RELEASE event after original unlock call

Change-Id: I8a44a8668fef77879b3af7b5eac1aba3af881766
Signed-off-by: Vitaliy Cherepanov <v.cherepanov@samsung.com>
9 years ago[FIX] screen capture on back button press 09/27609/1
Vitaliy Cherepanov [Tue, 16 Sep 2014 14:15:30 +0000 (18:15 +0400)]
[FIX] screen capture on back button press

Change-Id: Ic3fef88429a06f7ad056cf8c2e098d3313561429
Signed-off-by: Vitaliy Cherepanov <v.cherepanov@samsung.com>
9 years ago[FIX] evas_gl func. gl error code. 24/26424/2
Vitaliy Cherepanov [Fri, 22 Aug 2014 08:53:10 +0000 (12:53 +0400)]
[FIX] evas_gl func. gl error code.

glGetError call removed

Change-Id: I2029d60e1232c90d2202cc324d7185afdb2f1c4b
Signed-off-by: Vitaliy Cherepanov <v.cherepanov@samsung.com>
9 years ago[FIX] crash app when exit 54/27054/2
Vyacheslav Cherkashin [Wed, 3 Sep 2014 15:45:48 +0000 (19:45 +0400)]
[FIX] crash app when exit

Change-Id: I8e5e749d27b949e80fdf728bcafded500e221e06
Signed-off-by: Vyacheslav Cherkashin <v.cherkashin@samsung.com>
9 years ago[FIX] Prevent issue 69/27069/2
Dmitry Kovalenko [Thu, 4 Sep 2014 05:35:19 +0000 (09:35 +0400)]
[FIX] Prevent issue

Change-Id: Iaf09a97b06b0fcf108e678014d7ff499e0c58d13
Signed-off-by: Dmitry Kovalenko <d.kovalenko@samsung.com>
9 years ago[FIX] Prevent issues 32/27032/2
Dmitry Kovalenko [Wed, 3 Sep 2014 11:17:00 +0000 (15:17 +0400)]
[FIX] Prevent issues

Change-Id: I0006bb7bfb95553da95407da8bdfa352e3135360
Signed-off-by: Dmitry Kovalenko <d.kovalenko@samsung.com>
9 years ago[IMPROVE] send parent PID to da_manager 67/26867/1
Vyacheslav Cherkashin [Fri, 29 Aug 2014 15:30:53 +0000 (19:30 +0400)]
[IMPROVE] send parent PID to da_manager

Change-Id: I110a9e39418ab6b7d35e795d3d93a8beb5efc857
Signed-off-by: Vyacheslav Cherkashin <v.cherkashin@samsung.com>
9 years ago[FIX] exit tizen app 72/26772/1
Vyacheslav Cherkashin [Thu, 28 Aug 2014 13:59:55 +0000 (17:59 +0400)]
[FIX] exit tizen app

add elm_exit call befor exit

Change-Id: I2c10e10085ca51f14f3af667a2e081053148fc6f
Signed-off-by: Vyacheslav Cherkashin <v.cherkashin@samsung.com>
9 years ago[FIX] build error with private capi appfw 39/26139/1
Vitaliy Cherepanov [Mon, 18 Aug 2014 09:41:07 +0000 (13:41 +0400)]
[FIX] build error with private capi appfw

Change-Id: Ib4808751089f3bea6bc30945969510b83f825690
Signed-off-by: Vitaliy Cherepanov <v.cherepanov@samsung.com>