platform/core/system/swap-probe.git
5 years agoBringing print_log_fmt() to standard format (like printf) 88/195588/1
Vyacheslav Cherkashin [Mon, 3 Dec 2018 18:22:26 +0000 (21:22 +0300)]
Bringing print_log_fmt() to standard format (like printf)

Change-Id: Ia862cdaf8c41a1421ad4d93ef3e55b438b133d81
Signed-off-by: Vyacheslav Cherkashin <v.cherkashin@samsung.com>
5 years agoFix logging messages 87/195587/1
Vyacheslav Cherkashin [Wed, 12 Dec 2018 16:53:01 +0000 (19:53 +0300)]
Fix logging messages

Change-Id: I2cfbb1ac3fb8821da1ce548629a0c210fee5542b
Signed-off-by: Vyacheslav Cherkashin <v.cherkashin@samsung.com>
5 years agoFix infinite recursion of memory probes handling 14/189114/1
Vyacheslav Cherkashin [Mon, 10 Sep 2018 16:21:49 +0000 (19:21 +0300)]
Fix infinite recursion of memory probes handling

Problem:
  During the processing of the realloc_handler () call,
  there is a recursive loop in the free_handler() call:
    -> plt@realloc() -> realloc_handler() -> lsan_get_sym() -> dlsym() ->
       plt@free() -> free_handler() -> lsan_get_sym() -> dlsym() ->
       plt@free() -> free_handler() -> lsan_get_sym() -> dlsym() ->
       plt@free() -> free_handler() -> lsan_get_sym() -> dlsym() ->
       ...

Solution:
  Find all LSan symbols during library initialization instead of lazy
  symbol search.

Change-Id: Idce7de857a468645be51c21386726ac2a37c1ade
Signed-off-by: Vyacheslav Cherkashin <v.cherkashin@samsung.com>
6 years agoAdd 'remove callback" to wl_registry_listener 92/184392/1 accepted/tizen/5.0/unified/20181102.020332 accepted/tizen/unified/20180724.154356 submit/tizen/20180724.110758 submit/tizen_5.0/20181101.000004
Vyacheslav Cherkashin [Tue, 17 Jul 2018 14:44:49 +0000 (17:44 +0300)]
Add 'remove callback" to wl_registry_listener

Change-Id: Ibac8878dea109c5c61a80a9f8ec3b9df8f3170d2
Signed-off-by: Vyacheslav Cherkashin <v.cherkashin@samsung.com>
6 years agoRemove logically dead code 07/178807/1 accepted/tizen/unified/20180516.162349 submit/tizen/20180516.140048
Vyacheslav Cherkashin [Mon, 14 May 2018 05:46:03 +0000 (08:46 +0300)]
Remove logically dead code

Change-Id: I0a34e48b71755f0df37705d26b57433c113e74e8
Signed-off-by: Vyacheslav Cherkashin <v.cherkashin@samsung.com>
6 years agoFix buffer overflow 80/177280/1 accepted/tizen/unified/20180430.072147 submit/tizen/20180427.151943
Vyacheslav Cherkashin [Thu, 26 Apr 2018 16:51:51 +0000 (19:51 +0300)]
Fix buffer overflow

Change-Id: I8b7805e8c9cc18498ab3f49faacb538ca4723a7a
Signed-off-by: Vyacheslav Cherkashin <v.cherkashin@samsung.com>
6 years agoFix build break on EFL 1.20 48/173248/3 accepted/tizen/unified/20180328.005924 submit/tizen/20180319.053649
Shinwoo Kim [Tue, 20 Mar 2018 06:49:57 +0000 (15:49 +0900)]
Fix build break on EFL 1.20

Builid Error:
helper/libdaprobe.c:647:0: error: "MIN" redefined [-Werror]

Change-Id: If87acc527ca85a2f8aaa99a470dd85714012c4c3
Signed-off-by: Alexander Aksenov <a.aksenov@samsung.com>
6 years agoAdd C funcs ret value specification 94/171694/4 submit/tizen/20180307.132902
Alexander Aksenov [Tue, 6 Mar 2018 11:31:54 +0000 (14:31 +0300)]
Add C funcs ret value specification

Change-Id: I65c4e805dcb59fe50f8554a59c10bc5cde4a9321
Signed-off-by: Alexander Aksenov <a.aksenov@samsung.com>
6 years agoRemove useless enum names in da_event.h 93/171693/1
Alexander Aksenov [Tue, 6 Mar 2018 11:33:12 +0000 (14:33 +0300)]
Remove useless enum names in da_event.h

This fixes building with ASan

Change-Id: I4825d702551ba1e128c0aaf6382f8f65a725a8c9
Signed-off-by: Alexander Aksenov <a.aksenov@samsung.com>
6 years agoFix SVACE issues 10/171110/2
Alexander Aksenov [Mon, 19 Feb 2018 11:43:56 +0000 (14:43 +0300)]
Fix SVACE issues

- received size packing, casting signed to unsigned;
- graphics __ui_array_to_str()

Change-Id: I649d39aa491ee00b455a348f08db8c0e38b9da1f
Signed-off-by: Alexander Aksenov <a.aksenov@samsung.com>
6 years agoFix memleaks while parsing binaries 00/170500/3 accepted/tizen/unified/20180221.061146 submit/tizen/20180220.123455
Alexander Aksenov [Tue, 20 Feb 2018 09:14:26 +0000 (12:14 +0300)]
Fix memleaks while parsing binaries

Change-Id: I085dfdd460f532636dc19fe0c8947466e67b755e
Signed-off-by: Alexander Aksenov <a.aksenov@samsung.com>
6 years agoRun process_features() at library loading 83/167283/1
Alexander Aksenov [Tue, 16 Jan 2018 15:32:27 +0000 (18:32 +0300)]
Run process_features() at library loading

Related with:
Ie0fdabe552d2046226d54231b065c7e825fd48d9 swap-manager
I28160b1e8c2e127755fb2cd3ce4719a5c02376e2 swap-modules

Change-Id: I57b08fb5ab67957492085d7f7b7cb1a8fbb81034
Signed-off-by: Alexander Aksenov <a.aksenov@samsung.com>
6 years agoFix generating LSan report before app closing 39/165139/3
Vyacheslav Cherkashin [Tue, 26 Dec 2017 16:22:58 +0000 (19:22 +0300)]
Fix generating LSan report before app closing

Change-Id: Ia43813502d5a3ccfb261769ec27d3ede9274a566
Signed-off-by: Vyacheslav Cherkashin <v.cherkashin@samsung.com>
6 years agoFix creating file buffer in case of file size is zero 09/164909/2
Vyacheslav Cherkashin [Thu, 21 Dec 2017 06:18:33 +0000 (09:18 +0300)]
Fix creating file buffer in case of file size is zero

Change-Id: I9cc666191742d041b330e3f9a0b00d743b8f1b92
Signed-off-by: Vyacheslav Cherkashin <v.cherkashin@samsung.com>
6 years agoAdd memory APIs with implicit memory allocation 39/164339/4 submit/tizen/20180109.094207
Alexander Aksenov [Mon, 18 Dec 2017 18:34:46 +0000 (21:34 +0300)]
Add memory APIs with implicit memory allocation

Change-Id: I30e75fee13888ad4599705c5f99cf0da1352a8a6
Signed-off-by: Alexander Aksenov <a.aksenov@samsung.com>
6 years agoMerge branch 'tizen_4.0' into tizen 38/164638/1
Vyacheslav Cherkashin [Tue, 19 Dec 2017 15:45:11 +0000 (18:45 +0300)]
Merge branch 'tizen_4.0' into tizen

Change-Id: Id33b9b0185bbceb8b22be3cc4e6ac129637bd828
Signed-off-by: Vyacheslav Cherkashin <v.cherkashin@samsung.com>
6 years agoImplement target bins removing 92/162392/1 submit/tizen_4.0/20180109.094119
Alexander Aksenov [Wed, 4 Oct 2017 18:56:59 +0000 (21:56 +0300)]
Implement target bins removing

Now removing of target bins is handled, they are cleaned on
uninit, messages SWAP_INST_ADD and SWAP_INST_REMOVE handled
in different ways

This commit is related with the same name commit for swap-manager

Change-Id: Iaf3d61ebe98379c9fb7a63ed3c0ae0cda3e365cc
Signed-off-by: Alexander Aksenov <a.aksenov@samsung.com>
6 years agoAdd checking if code is executed in handler 91/162391/1
Alexander Aksenov [Tue, 10 Oct 2017 12:07:36 +0000 (15:07 +0300)]
Add checking if code is executed in handler

This is useful for preventing proifiling debug libraries when
target functions are called indirectrly. For some features that
are sensitive for events consistence, like LSan, this issue is
critical.

Change-Id: I8be26c8bd4889d81b247085cf35e8a820487402b
Signed-off-by: Alexander Aksenov <a.aksenov@samsung.com>
6 years agoFix void wrappers declaration 90/162390/1
Alexander Aksenov [Mon, 9 Oct 2017 16:46:04 +0000 (19:46 +0300)]
Fix void wrappers declaration

Change-Id: I59b29cbc79ce22b1dfa6e3eaf2666d9c5994833f
Signed-off-by: Alexander Aksenov <a.aksenov@samsung.com>
6 years agoRefactor recv_thread 89/162389/1
Alexander Aksenov [Wed, 4 Oct 2017 19:20:31 +0000 (22:20 +0300)]
Refactor recv_thread

Change-Id: I2159b02c311e9d07dd17a6cb48318d38b7fc9ce4
Signed-off-by: Alexander Aksenov <a.aksenov@samsung.com>
6 years agoCode style fix 04/130704/18
Alexander Aksenov [Mon, 15 May 2017 13:10:22 +0000 (16:10 +0300)]
Code style fix

Change-Id: I0162eae75320bc265f03fd2933655ab9ca7b7ed5
Signed-off-by: Alexander Aksenov <a.aksenov@samsung.com>
6 years agoAdd md5 lib checker 35/159635/7
Vitaliy Cherepanov [Fri, 15 Sep 2017 16:03:41 +0000 (19:03 +0300)]
Add md5 lib checker

Change-Id: I0f632523ce278bd74e1c1f80c7dafd44b0c5d188
Signed-off-by: Vitaliy Cherepanov <v.cherepanov@samsung.com>
6 years agoLSAN: add error message 32/159632/5
Vitaliy Cherepanov [Fri, 10 Nov 2017 07:42:37 +0000 (10:42 +0300)]
LSAN: add error message

Add error message if lsan enabled but alloc always feature disabled

Change-Id: I4770838fc8b2b35bf2f23e6e6b4e9712b4bcae80
Signed-off-by: Vitaliy Cherepanov <v.cherepanov@samsung.com>
6 years agoImprove preload memory api performance 88/159488/8
Vitaliy Cherepanov [Thu, 9 Nov 2017 07:11:43 +0000 (10:11 +0300)]
Improve preload memory api performance

Create message buffer on stack
Activates by enabling BUF_ON_STACK_FOR_MEMPROBE in Makefile
Disabled by default

Change-Id: I7b1e1ef1e31a1460780f3b8f72d0c60f2d58b800
Signed-off-by: Vitaliy Cherepanov <v.cherepanov@samsung.com>
6 years agoelf_parser: fix PLT functions support for ARM 59/157659/2
Vyacheslav Cherkashin [Mon, 6 Mar 2017 11:48:14 +0000 (14:48 +0300)]
elf_parser: fix PLT functions support for ARM

Change-Id: Icaa4da3c3d75254d8ec880ab8ab3742cf054ffaa
Signed-off-by: Vyacheslav Cherkashin <v.cherkashin@samsung.com>
6 years agopackaging: add armv7hl architecture support 96/157596/1 submit/tizen/20171030.044443
Dongkyun Son [Wed, 25 Oct 2017 08:13:05 +0000 (17:13 +0900)]
packaging: add armv7hl architecture support

Change-Id: I3fb893f5f0bed6a3bb5878659fa71a41dca08ef5
Signed-off-by: Dongkyun Son <dongkyun.s@samsung.com>
6 years agoFix screenshot on scene transition feature 38/157138/3
Vyacheslav Cherkashin [Mon, 23 Oct 2017 11:31:18 +0000 (14:31 +0300)]
Fix screenshot on scene transition feature

Change-Id: I66b9d8292df7579d6d290b97db76ef5b281cca5e
Signed-off-by: Vyacheslav Cherkashin <v.cherkashin@samsung.com>
6 years agoUse proper value for FL_UI_VIEWER_PROFILING feature 37/157137/2
Vyacheslav Cherkashin [Mon, 23 Oct 2017 10:34:10 +0000 (13:34 +0300)]
Use proper value for FL_UI_VIEWER_PROFILING feature

Change-Id: Ib70082a2d8e4849689405a645d81b454b246e65a
Signed-off-by: Vyacheslav Cherkashin <v.cherkashin@samsung.com>
6 years agoMerge branch 'tizen_4.0' into tizen 01/156201/1
Vyacheslav Cherkashin [Tue, 17 Oct 2017 11:40:03 +0000 (14:40 +0300)]
Merge branch 'tizen_4.0' into tizen

Change-Id: Ic886bff2d7fb6639bae359bf7b5b4efcbc9924c6
Signed-off-by: Vyacheslav Cherkashin <v.cherkashin@samsung.com>
6 years agoMerge branch 'tizen_3.0' into tizen_4.0 99/156199/1
Vyacheslav Cherkashin [Tue, 17 Oct 2017 09:29:15 +0000 (12:29 +0300)]
Merge branch 'tizen_3.0' into tizen_4.0

Change-Id: I9c678a8c2728c2fd5f808c74c2da38bdb888edfd
Signed-off-by: Vyacheslav Cherkashin <v.cherkashin@samsung.com>
6 years agoMerge branch 'tizen_4.0' into tizen 42/156042/1 accepted/tizen/unified/20171017.071202 submit/tizen/20171017.050426
Dmitry Kovalenko [Tue, 17 Oct 2017 04:54:35 +0000 (07:54 +0300)]
Merge branch 'tizen_4.0' into tizen

Change-Id: I66937f91ab6a1e78dcb008285aae9ee5e6895f8e

6 years agoImplement target bins removing 05/154605/4
Alexander Aksenov [Wed, 4 Oct 2017 18:56:59 +0000 (21:56 +0300)]
Implement target bins removing

Now removing of target bins is handled, they are cleaned on
uninit, messages SWAP_INST_ADD and SWAP_INST_REMOVE handled
in different ways

This commit is related with the same name commit for swap-manager

Change-Id: Iaf3d61ebe98379c9fb7a63ed3c0ae0cda3e365cc
Signed-off-by: Alexander Aksenov <a.aksenov@samsung.com>
6 years agoAdd checking if code is executed in handler 04/154604/3
Alexander Aksenov [Tue, 10 Oct 2017 12:07:36 +0000 (15:07 +0300)]
Add checking if code is executed in handler

This is useful for preventing proifiling debug libraries when
target functions are called indirectrly. For some features that
are sensitive for events consistence, like LSan, this issue is
critical.

Change-Id: I8be26c8bd4889d81b247085cf35e8a820487402b
Signed-off-by: Alexander Aksenov <a.aksenov@samsung.com>
6 years agoFix issues found by static analysis tool 04/155504/1 accepted/tizen/4.0/unified/20171017.212541 submit/tizen_4.0/20171017.050132 tizen_4.0.IoT.p2_release tizen_4.0.m2_release
Dmitry Kovalenko [Fri, 13 Oct 2017 09:12:36 +0000 (12:12 +0300)]
Fix issues found by static analysis tool

elf_impl.cpp: Copy-paste error
elfxx.h: Unintended sign extension
dahelper.c: Out-of-bounds access

Change-Id: I05cc1a83340e581796cd2666da0e47f1a7ca3119
Signed-off-by: Dmitry Kovalenko <d.kovalenko@samsung.com>
6 years agoui_event: move initialization to ui_app_main handler 70/155270/2
Vyacheslav Cherkashin [Thu, 12 Oct 2017 13:59:46 +0000 (16:59 +0300)]
ui_event: move initialization to ui_app_main handler

ecore_wl_init() now executed before it is patched

Change-Id: I24d721adf9a4716ba723b2c358a2f42716ab6480
Signed-off-by: Vyacheslav Cherkashin <v.cherkashin@samsung.com>
6 years agocapi: use multiprobe 69/155269/2
Vyacheslav Cherkashin [Thu, 12 Oct 2017 12:51:06 +0000 (15:51 +0300)]
capi: use multiprobe

Change-Id: I91d75d5026719834216f635ceae2128c561ff66c
Signed-off-by: Vyacheslav Cherkashin <v.cherkashin@samsung.com>
6 years agoImplement multiprobe 67/155267/2
Vyacheslav Cherkashin [Thu, 12 Oct 2017 09:36:15 +0000 (12:36 +0300)]
Implement multiprobe

Change-Id: Ib2a0ef8a5961941686d1dbbc2c44ab46d2f62d1b
Signed-off-by: Vyacheslav Cherkashin <v.cherkashin@samsung.com>
6 years agoFix void wrappers declaration 03/154603/2
Alexander Aksenov [Mon, 9 Oct 2017 16:46:04 +0000 (19:46 +0300)]
Fix void wrappers declaration

Change-Id: I59b29cbc79ce22b1dfa6e3eaf2666d9c5994833f
Signed-off-by: Alexander Aksenov <a.aksenov@samsung.com>
6 years agoRefactor recv_thread 02/154602/2
Alexander Aksenov [Wed, 4 Oct 2017 19:20:31 +0000 (22:20 +0300)]
Refactor recv_thread

Change-Id: I2159b02c311e9d07dd17a6cb48318d38b7fc9ce4
Signed-off-by: Alexander Aksenov <a.aksenov@samsung.com>
6 years agoDon't build for usupported targets 45/154545/1 accepted/tizen/4.0/unified/20171011.071638 submit/tizen_4.0/20171010.120000 tizen_4.0.IoT.p1_release
Dmitry Kovalenko [Tue, 10 Oct 2017 11:51:14 +0000 (14:51 +0300)]
Don't build for usupported targets

Change-Id: Ibe4abea8df6952a78d78149e27eededa08a19940
Signed-off-by: Dmitry Kovalenko <d.kovalenko@samsung.com>
6 years agoMerge branch 'tizen_3.0' into tizen_4.0 58/154458/1 submit/tizen_4.0/20171010.091636
Dmitry Kovalenko [Tue, 10 Oct 2017 08:40:55 +0000 (11:40 +0300)]
Merge branch 'tizen_3.0' into tizen_4.0

Change-Id: I1727513fcb533d3b54149c3ce0cb2ed043e49407

6 years agoPut proper license header to file_buffer.c|h 57/154457/1
Dmitry Kovalenko [Tue, 10 Oct 2017 08:40:25 +0000 (11:40 +0300)]
Put proper license header to file_buffer.c|h

Change-Id: Iea107e031e613e640de9832b6566cc2beacde130
Signed-off-by: Dmitry Kovalenko <d.kovalenko@samsung.com>
6 years agoUIHV: Fix UIHV library loading 55/154055/2
Vitaliy Cherepanov [Thu, 5 Oct 2017 15:13:36 +0000 (18:13 +0300)]
UIHV: Fix UIHV library loading

Change-Id: I2cbd2a35093d50a3dc8e3afd82bc5a687d8f5d91
Signed-off-by: Vitaliy Cherepanov <v.cherepanov@samsung.com>
6 years agoMerge branch 'tizen_4.0' into tizen 02/153902/1
Dmitry Kovalenko [Tue, 3 Oct 2017 06:28:42 +0000 (09:28 +0300)]
Merge branch 'tizen_4.0' into tizen

Change-Id: I34ef1dec67fec6ee546ee4a5748e0a73e34e7b88

6 years agoMerge branch 'tizen_3.0' into tizen_4.0 01/153901/1
Dmitry Kovalenko [Tue, 3 Oct 2017 06:11:28 +0000 (09:11 +0300)]
Merge branch 'tizen_3.0' into tizen_4.0

Change-Id: I19aee737b1a6ddcc386173134a999ab386206f60

6 years agolsan: fix leaks suppression 59/153359/1
Vyacheslav Cherkashin [Thu, 28 Sep 2017 08:50:32 +0000 (11:50 +0300)]
lsan: fix leaks suppression

LSan cannot build backtrace when works with SWAP.
So don't check for reachability.

Change-Id: Ifa0a01b83f8167ae37bd52c29a631ba326a53a82
Signed-off-by: Vyacheslav Cherkashin <v.cherkashin@samsung.com>
6 years agolsan: save mapped address instead of original addr 58/153358/1
Vitaliy Cherepanov [Thu, 8 Dec 2016 13:22:26 +0000 (16:22 +0300)]
lsan: save mapped address instead of original addr

Addresses returned by allocation funcitons should be changed
before saving to library hash because of
lsan search addresses in process memory

Change-Id: Icd197343826c1cfec19d406858e676622ebc8794
Signed-off-by: Vitaliy Cherepanov <v.cherepanov@samsung.com>
6 years agouihv: fix typo 90/151090/2
Vyacheslav Cherkashin [Tue, 19 Sep 2017 15:58:38 +0000 (18:58 +0300)]
uihv: fix typo

Change-Id: If654e06fd57fdd3a7d282bdd1af304d1cc436f2e
Signed-off-by: Vyacheslav Cherkashin <v.cherkashin@samsung.com>
6 years agoMerge branch 'tizen_3.0' into tizen_4.0 34/152634/1 submit/tizen_4.0/20170929.085108
Dmitry Kovalenko [Tue, 26 Sep 2017 15:52:21 +0000 (18:52 +0300)]
Merge branch 'tizen_3.0' into tizen_4.0

Change-Id: Iea2a9fd71ff37becacbd2e45e3746fbc94eab2cd

6 years agolsan: add report sending to manager for storing it 29/152629/3
Vyacheslav Cherkashin [Tue, 26 Sep 2017 13:51:13 +0000 (16:51 +0300)]
lsan: add report sending to manager for storing it

Change-Id: I22786832e35c010e700f33bffaef6d838e0ca686
Signed-off-by: Vyacheslav Cherkashin <v.cherkashin@samsung.com>
6 years agoImplement 'file_buffer' 28/152628/2
Vyacheslav Cherkashin [Fri, 22 Sep 2017 16:08:45 +0000 (19:08 +0300)]
Implement 'file_buffer'

It is used to read data from file to file_buffer struct

Change-Id: I1dbb6b76850d21b7e36b8d69e2f70fb6c0e71efd
Signed-off-by: Vyacheslav Cherkashin <v.cherkashin@samsung.com>
6 years agoAdd dummy assembly funcs for in-swap probes 18/151718/6
Alexander Aksenov [Wed, 20 Sep 2017 16:34:32 +0000 (19:34 +0300)]
Add dummy assembly funcs for in-swap probes

Change-Id: I1767e2de8f45c33b871543c879528e29a54ee689
Signed-off-by: Alexander Aksenov <a.aksenov@samsung.com>
6 years agoAdd add_binary() wrapper 34/151934/1
Alexander Aksenov [Fri, 22 Sep 2017 09:54:20 +0000 (12:54 +0300)]
Add add_binary() wrapper

Change-Id: I4727174d416112a502782e12b81f8841c49f20dc
Signed-off-by: Alexander Aksenov <a.aksenov@samsung.com>
6 years agoProvide process_features() interface 17/151717/2
Alexander Aksenov [Tue, 19 Sep 2017 10:00:50 +0000 (13:00 +0300)]
Provide process_features() interface

Now it should be called only when new target bins received or
by call from kernel.

Change-Id: Ie21a637ec4e0ff82a8fcc4d6058b8887e47057c7
Signed-off-by: Alexander Aksenov <a.aksenov@samsung.com>
6 years agoFix orig address checking 16/151716/2
Alexander Aksenov [Tue, 19 Sep 2017 09:59:09 +0000 (12:59 +0300)]
Fix orig address checking

Change-Id: Ib7c3cbf6850605ea2c5e54940bf749b8585b3a77
Signed-off-by: Alexander Aksenov <a.aksenov@samsung.com>
6 years agoMake linux-gate flexible 15/151715/2
Alexander Aksenov [Wed, 13 Sep 2017 18:37:35 +0000 (21:37 +0300)]
Make linux-gate flexible

Change-Id: I2963e844842edbd81b5c2c1f6fda297c36750332
Signed-off-by: Alexander Aksenov <a.aksenov@samsung.com>
6 years agoFix incorrect error message 14/151714/2
Alexander Aksenov [Wed, 13 Sep 2017 18:20:30 +0000 (21:20 +0300)]
Fix incorrect error message

Change-Id: Id67cb9a9692c977a8fdee23d972aa7a3709ade5a
Signed-off-by: Alexander Aksenov <a.aksenov@samsung.com>
6 years agoMake log file only rw for other users 13/151713/2
Alexander Aksenov [Wed, 20 Sep 2017 11:40:30 +0000 (14:40 +0300)]
Make log file only rw for other users

Change-Id: I1147a5d4e9361db4bb64c1ca3f4e9183bc0a225d
Signed-off-by: Alexander Aksenov <a.aksenov@samsung.com>
6 years agoProvide process_features() interface 94/151094/4
Alexander Aksenov [Tue, 19 Sep 2017 10:00:50 +0000 (13:00 +0300)]
Provide process_features() interface

Now it should be called only when new target bins received or
by call from kernel.

Change-Id: Ie21a637ec4e0ff82a8fcc4d6058b8887e47057c7
Signed-off-by: Alexander Aksenov <a.aksenov@samsung.com>
6 years agoFix orig address checking 93/151093/3
Alexander Aksenov [Tue, 19 Sep 2017 09:59:09 +0000 (12:59 +0300)]
Fix orig address checking

Change-Id: Ib7c3cbf6850605ea2c5e54940bf749b8585b3a77
Signed-off-by: Alexander Aksenov <a.aksenov@samsung.com>
6 years agoMake linux-gate flexible 57/149957/3
Alexander Aksenov [Wed, 13 Sep 2017 18:37:35 +0000 (21:37 +0300)]
Make linux-gate flexible

Change-Id: I2963e844842edbd81b5c2c1f6fda297c36750332
Signed-off-by: Alexander Aksenov <a.aksenov@samsung.com>
6 years agoFix incorrect error message 56/149956/3
Alexander Aksenov [Wed, 13 Sep 2017 18:20:30 +0000 (21:20 +0300)]
Fix incorrect error message

Change-Id: Id67cb9a9692c977a8fdee23d972aa7a3709ade5a
Signed-off-by: Alexander Aksenov <a.aksenov@samsung.com>
6 years agoMake log file only 'r' for other users 34/151334/2
Alexander Aksenov [Wed, 20 Sep 2017 11:40:30 +0000 (14:40 +0300)]
Make log file only 'r' for other users

Change-Id: I1147a5d4e9361db4bb64c1ca3f4e9183bc0a225d
Signed-off-by: Alexander Aksenov <a.aksenov@samsung.com>
Signed-off-by: Dmitry Kovalenko <d.kovalenko@samsung.com>
6 years agoMerge branch 'tizen_4.0' into tizen 04/149904/1
Alexander Aksenov [Wed, 13 Sep 2017 12:37:41 +0000 (15:37 +0300)]
Merge branch 'tizen_4.0' into tizen

Change-Id: Ie46c7a0d5921bca39c8dfab7aaf4db6f8cef9948
Signed-off-by: Alexander Aksenov <a.aksenov@samsung.com>
6 years agoFix elfparser build 83/149883/2 accepted/tizen/4.0/unified/20170913.154108 submit/tizen_4.0/20170913.123755
Vitaliy Cherepanov [Wed, 13 Sep 2017 11:12:52 +0000 (14:12 +0300)]
Fix elfparser build

Change-Id: Ib082519449d8a42914b15f785fb62cdd5353f8f8
Signed-off-by: Vitaliy Cherepanov <v.cherepanov@samsung.com>
6 years agoMerge branch 'tizen_3.0' into tizen_4.0 38/149438/1
Dmitry Kovalenko [Tue, 12 Sep 2017 08:31:01 +0000 (11:31 +0300)]
Merge branch 'tizen_3.0' into tizen_4.0

Change-Id: I707bf2f7638ad8402bbbb442457b1edb46873916

6 years agoFix SVACE issue 38/148738/7
Vitaliy Cherepanov [Fri, 8 Sep 2017 14:17:29 +0000 (17:17 +0300)]
Fix SVACE issue

add bounds checking to process_target_bins

Change-Id: I517306a4479e277b5f8ea2289f14373f253ec8ab
Signed-off-by: Vitaliy Cherepanov <v.cherepanov@samsung.com>
6 years agoFix SVACE issue 23/147223/1
Vyacheslav Cherkashin [Fri, 1 Sep 2017 11:55:33 +0000 (14:55 +0300)]
Fix SVACE issue

- class members aren't initialized

Change-Id: I1bf3116b12bb4e7207e84a794847d88dec2e804a
Signed-off-by: Vyacheslav Cherkashin <v.cherkashin@samsung.com>
6 years agoMove /tmp/* to /run/swap/* 78/146278/1 submit/tizen_3.0/20170901.085536
Vyacheslav Cherkashin [Fri, 25 Aug 2017 11:49:49 +0000 (14:49 +0300)]
Move /tmp/* to /run/swap/*

Rename file:
/tmp/da.socket --> /run/swap/lib.socket

Other files only move:
/tmp/* --> /run/swap/tmp/*

Change-Id: Ib14754af2502dc77b47b0a465c906469dd9cb199
Signed-off-by: Vyacheslav Cherkashin <v.cherkashin@samsung.com>
6 years agoFix unhandled malloc errors 03/145203/2 submit/tizen_3.0/20170822.071124
Dmitry Kovalenko [Tue, 15 Aug 2017 08:38:29 +0000 (11:38 +0300)]
Fix unhandled malloc errors

Change-Id: I35f09fd4aab988dbd174d079475a46ba44e27a10
Signed-off-by: Dmitry Kovalenko <d.kovalenko@samsung.com>
6 years agoFix close socket (probe - manager) after stop 02/145202/2
Vyacheslav Cherkashin [Tue, 2 May 2017 15:06:28 +0000 (18:06 +0300)]
Fix close socket (probe - manager) after stop

Change-Id: Ie95542d27fee0f8fb42c89c7d5fe00428b3ace99
Signed-off-by: Vyacheslav Cherkashin <v.cherkashin@samsung.com>
6 years agoFix socket message handling 01/145201/2
Vyacheslav Cherkashin [Mon, 21 Aug 2017 14:24:37 +0000 (17:24 +0300)]
Fix socket message handling

Change-Id: I8242a9e1b1168133ae347dc8c3d2669d78975cde
Signed-off-by: Vyacheslav Cherkashin <v.cherkashin@samsung.com>
6 years agoFix unhandled malloc errors 59/144159/3 submit/tizen/20170815.123151
Dmitry Kovalenko [Tue, 15 Aug 2017 08:28:31 +0000 (11:28 +0300)]
Fix unhandled malloc errors

Change-Id: Iffc98eb6c5e335b5a55eed22013a848891848d69
Signed-off-by: Dmitry Kovalenko <d.kovalenko@samsung.com>
6 years agoAdd -fpie and -pie option (ASLR) 14/144014/4 accepted/tizen/4.0/unified/20170829.015746 accepted/tizen/unified/20170816.053813 submit/tizen/20170814.123808 submit/tizen_4.0/20170828.100004
Dmitry Kovalenko [Mon, 14 Aug 2017 08:41:28 +0000 (11:41 +0300)]
Add -fpie and -pie option (ASLR)

Change-Id: Ic36375fce45805cdc72d73f2a0005f34da7453e6
Signed-off-by: Dmitry Kovalenko <d.kovalenko@samsung.com>
7 years agoFix GOT double patching 81/134081/2 tizen_3.0_dev
Alexander Aksenov [Wed, 14 Jun 2017 11:34:08 +0000 (14:34 +0300)]
Fix GOT double patching

Now if entry in GOT points into SWAP libraries, it won't be
patched again.

Change-Id: I0659dd820a89f35694ab8f7108060a2f3e1085d0
Signed-off-by: Alexander Aksenov <a.aksenov@samsung.com>
7 years agoFix memory leak in screenshot feature 00/134000/1
Dmitry Kovalenko [Wed, 14 Jun 2017 07:35:03 +0000 (10:35 +0300)]
Fix memory leak in screenshot feature

Change-Id: I579a2546bd7630b7b1d7b8ef65d57379e7c0568a

7 years agoMerge branch 'tizen_3.0_dev' into tizen 60/133160/1 accepted/tizen/4.0/unified/20170816.011215 accepted/tizen/4.0/unified/20170816.014627 accepted/tizen/unified/20170629.085415 submit/tizen/20170616.051114 submit/tizen_4.0/20170811.094300 submit/tizen_4.0/20170814.115522 submit/tizen_4.0_unified/20170814.115522
Dmitry Kovalenko [Fri, 9 Jun 2017 05:31:48 +0000 (08:31 +0300)]
Merge branch 'tizen_3.0_dev' into tizen

Change-Id: I1e8a4079635a3939f8c08742dbe80d3236d67ae7

7 years agoFix build warning (unnecessary escape char in awk) 44/133144/1
Dmitry Kovalenko [Thu, 25 May 2017 12:14:12 +0000 (15:14 +0300)]
Fix build warning (unnecessary escape char in awk)

Change-Id: I336a2f955584782b9741954fce906ab2b3619aa7

7 years agoFix probe lib data generation 90/129990/5
Alexander Aksenov [Thu, 4 May 2017 12:04:49 +0000 (15:04 +0300)]
Fix probe lib data generation

Change-Id: I1dd56e7f91525deb1acfe5e08286761a624233c4
Signed-off-by: Alexander Aksenov <a.aksenov@samsung.com>
7 years agoProbe generation definitions refactor 53/117853/9
Alexander Aksenov [Tue, 7 Mar 2017 18:34:59 +0000 (21:34 +0300)]
Probe generation definitions refactor

Change-Id: Iba97cb165afe432f6f1968265e7ede4c9fbc280e
Signed-off-by: Alexander Aksenov <a.aksenov@samsung.com>
7 years agoFix probes header generation 17/113217/9
Alexander Aksenov [Mon, 6 Feb 2017 12:45:10 +0000 (15:45 +0300)]
Fix probes header generation

- structure name includes full library path, not only
basename;
- pluses replaced with '_'

Change-Id: I30c9556298a9562faf48db9ddabc4b6a18cf2210
Signed-off-by: Alexander Aksenov <a.aksenov@samsung.com>
7 years agoAdd different handler libs handling 84/111884/12
Alexander Aksenov [Mon, 23 Jan 2017 18:09:28 +0000 (21:09 +0300)]
Add different handler libs handling

This commit is related with same name commits in swap-manager
and swap-modules.

Change-Id: I89e99ab1dcc8d1326c9e655c1d530960896a889f
Signed-off-by: Alexander Aksenov <a.aksenov@samsung.com>
7 years agoAdd preload features loading support 01/111701/11
Alexander Aksenov [Mon, 23 Jan 2017 12:22:32 +0000 (15:22 +0300)]
Add preload features loading support

- libraries loading is splitted from GOT patching;
- now libraries loaded also for preload features

Change-Id: Ief02a7f0ee105d33b4f2e6ec25cd997fe4eb00e1
Signed-off-by: Alexander Aksenov <a.aksenov@samsung.com>
7 years agoSupport the whole 128 feature's bits in library. 51/111151/10
Alexander Aksenov [Thu, 19 Jan 2017 12:24:50 +0000 (15:24 +0300)]
Support the whole 128 feature's bits in library.

It will be useful to load libraries for preload features,
because they are on the last 64 bits of features now.
Also, features are passed as integers, not as string as before.

This commit is related with swap-manager commit of the same
name.

Change-Id: I4b51dd16cff64a9bdfccc35700298f558836d71c
Signed-off-by: Alexander Aksenov <a.aksenov@samsung.com>
7 years agoChange dlsym flags 26/110726/10
Alexander Aksenov [Tue, 17 Jan 2017 12:48:27 +0000 (15:48 +0300)]
Change dlsym flags

RTLD_NEXT -> RTLD_DEFAULT. Library loading time is unpredictable,
so target symbol can be anywhere in linker list and this lead to
real func searching fails somethimes. Our probes
have not the same name as target functions so, it is good and
safety to use RTLD_DEFAULT instead of RTLD_NEXT.

Change-Id: I7900631e2edefc5e5e6f5bfd922e3974a7a37ac8
Signed-off-by: Alexander Aksenov <a.aksenov@samsung.com>
7 years agoCleanup code 24/110724/10
Alexander Aksenov [Tue, 13 Dec 2016 16:59:34 +0000 (19:59 +0300)]
Cleanup code

- remove comments that were related to GOT patcher's Preload
supporting
- function isNotFiltOptionEnabled() never used
- unused _sopt variable from da_egl_tizen.cpp
- OPT_* features replaced with FL_*
- remove unused defenitions from daprobe.h

Change-Id: Ie7a17d6990f1bb1dae082164001a0067dfad5bb2
Signed-off-by: Alexander Aksenov <a.aksenov@samsung.com>
7 years agoAdd separated Preload features 22/110722/10
Alexander Aksenov [Tue, 13 Dec 2016 12:09:54 +0000 (15:09 +0300)]
Add separated Preload features

- now all preload-related features are in feature_code_1, so
it is written after generation now;
- enable feature headers generation.
- support Preload headers generation in gen_headers
Related with swap-manager commit

Change-Id: Ieca42b27b8a1d0e71dc2eb66701c2081d35869f0
Signed-off-by: Alexander Aksenov <a.aksenov@samsung.com>
7 years agoPreload: searching special wrappers for kernel calling 21/110721/10
Alexander Aksenov [Tue, 13 Dec 2016 10:02:25 +0000 (13:02 +0300)]
Preload: searching special wrappers for kernel calling

Now special wrappers for kernel calling are used, so their
addreeses are searched.

Change-Id: I1cb28ee6c7d465abedadf5a39c14ef10224f5f1f
Signed-off-by: Alexander Aksenov <a.aksenov@samsung.com>
7 years agoPreload: Add orig field pointer passing to kernel 20/110720/10
Alexander Aksenov [Tue, 6 Dec 2016 16:15:59 +0000 (19:15 +0300)]
Preload: Add orig field pointer passing to kernel

Since preload implementation there field with originally
called API address has arrived, it should be send in each
probe message. When probe handlers called via preload
mechanism we cannot get this information in user-space, so
this field left zero and its address is passed to kernel
for filling here.

This commit is related with swap-modules commit with the
same name.

Change-Id: I713c825070718b1c4922d4ee7e6f4f5354b381a0
Signed-off-by: Alexander Aksenov <a.aksenov@samsung.com>
7 years agoRefactor probes with variable arguments 19/110719/10
Alexander Aksenov [Tue, 6 Dec 2016 14:39:21 +0000 (17:39 +0300)]
Refactor probes with variable arguments

Now there is special definition for such probes wrappers

Change-Id: I8a04f49ed0f6d971b654472909b486e5cf987896
Signed-off-by: Alexander Aksenov <a.aksenov@samsung.com>
7 years agoRemove dead code defenitions from da_socket.h 17/110717/10
Alexander Aksenov [Mon, 5 Dec 2016 11:20:47 +0000 (14:20 +0300)]
Remove dead code defenitions from da_socket.h

Change-Id: I8ad1ed463f70770f0deae7fcc94e38fbefce8cf4
Signed-off-by: Alexander Aksenov <a.aksenov@samsung.com>
7 years agoAdd kernel called wrappers for probes 16/110716/10
Alexander Aksenov [Thu, 1 Dec 2016 17:21:50 +0000 (20:21 +0300)]
Add kernel called wrappers for probes

Previously to the handler themselves data variables were passed.
It was not scalable and difficult to maintain. Now these
variables replaced with structure that contains this data. This
makes passing data more flexible and reduces stack usage on some
platforms.

Also it separates original address (address where probe has
fired) and exec address (pointer to function that should be
executed). It was done because of a great difference between
GOT patcher-based handling and Preload-based: in the second
case we have no avaliable information in user-space about
caller, call_type and original address and exec address
is the result of a dlsym() search while in the first case
we know everything in userspace.

Change-Id: Ib47fa1e655c5f820fdefacea7bd8e85765e62b8c
Signed-off-by: Alexander Aksenov <a.aksenov@samsung.com>
7 years agoPreload: add support at probes saving 15/110715/8
Alexander Aksenov [Thu, 1 Dec 2016 14:41:31 +0000 (17:41 +0300)]
Preload: add support at probes saving

Now writing messages flexibly supproting both GOT patcher
and Preload

Change-Id: I7d263f1f9a7dc646fe604202e3d90fa7e2dace3f
Signed-off-by: Alexander Aksenov <a.aksenov@samsung.com>
7 years agoReplace TYPE_AND_INFO with TARGET_BINS message 14/110714/8
Alexander Aksenov [Thu, 1 Dec 2016 12:49:52 +0000 (15:49 +0300)]
Replace TYPE_AND_INFO with TARGET_BINS message

Now type of preload is not send
Related with swap-probe commit

Change-Id: I75953a9a9b19f78a10de5faa7a7722da89a45322
Signed-off-by: Alexander Aksenov <a.aksenov@samsung.com>
7 years agoCode style fix 25/129225/9
Alexander Aksenov [Mon, 15 May 2017 13:10:22 +0000 (16:10 +0300)]
Code style fix

Change-Id: I0162eae75320bc265f03fd2933655ab9ca7b7ed5
Signed-off-by: Alexander Aksenov <a.aksenov@samsung.com>
7 years agoMake splitted profiler's libs ignored 00/132000/1
Alexander Aksenov [Wed, 31 May 2017 09:52:24 +0000 (12:52 +0300)]
Make splitted profiler's libs ignored

Change-Id: I54452384bb745e085dad52aa6d7b56ed5999a55e
Signed-off-by: Alexander Aksenov <a.aksenov@samsung.com>
7 years agoFix build warning (unnecessary escape char in awk) 36/131136/1 accepted/tizen/unified/20170531.082512 submit/tizen/20170525.122236
Dmitry Kovalenko [Thu, 25 May 2017 12:14:12 +0000 (15:14 +0300)]
Fix build warning (unnecessary escape char in awk)

Change-Id: I336a2f955584782b9741954fce906ab2b3619aa7

7 years agoMerge branch 'tizen_3.0_dev' into tizen 62/127662/1 accepted/tizen/unified/20170429.024559 submit/tizen/20170428.112811 tizen_4.0.m1_release
Dmitry Kovalenko [Fri, 28 Apr 2017 06:52:02 +0000 (09:52 +0300)]
Merge branch 'tizen_3.0_dev' into tizen

Change-Id: Id2eb82d452cddaf91b62e0e9ce0dd0d9aa5c41a1

7 years agoMove screenshot storing to manager 32/127632/1
Vyacheslav Cherkashin [Thu, 20 Apr 2017 13:52:46 +0000 (16:52 +0300)]
Move screenshot storing to manager

Change-Id: Id31ba8135075c4f265819f4ecb2f3525686f78b1
Signed-off-by: Vyacheslav Cherkashin <v.cherkashin@samsung.com>
7 years agoRemove useless check 32/125932/1
Alexander Aksenov [Tue, 18 Apr 2017 13:40:03 +0000 (16:40 +0300)]
Remove useless check

Change-Id: I519c0d2488325f3eee07398476b213616732a13a
Signed-off-by: Alexander Aksenov <a.aksenov@samsung.com>