sdk/tools/dynamic-analyzer.git
9 years agoSummary : process for the internal allocation data 54/36454/3
seokgil.kang [Fri, 6 Mar 2015 12:20:31 +0000 (21:20 +0900)]
Summary : process for the internal allocation data

Change-Id: Ie42b58e7c8efd64648a81b491eb2e038cb9461a4
Signed-off-by: seokgil.kang <seokgil.kang@samsung.com>
9 years agoMerge branch 'tizen' into da-leak 24/35824/1
seokgil.kang [Wed, 25 Feb 2015 06:27:31 +0000 (15:27 +0900)]
Merge branch 'tizen' into da-leak

Conflicts:
org.tizen.dynamicanalyzer/src/org/tizen/dynamicanalyzer/ui/summary/leaks/FreeDataDBTable.java
org.tizen.dynamicanalyzer/src/org/tizen/dynamicanalyzer/ui/summary/leaks/LeakDataDBTable.java
org.tizen.dynamicanalyzer/src/org/tizen/dynamicanalyzer/ui/summary/leaks/LeakDataMaker.java
org.tizen.dynamicanalyzer/src/org/tizen/dynamicanalyzer/ui/summary/leaks/LeakDetector.java
org.tizen.dynamicanalyzer/src/org/tizen/dynamicanalyzer/ui/summary/leaks/LeakTable.java
org.tizen.dynamicanalyzer/src/org/tizen/dynamicanalyzer/ui/summary/leaks/MemoryAllocationDataDBTable.java
org.tizen.dynamicanalyzer/src/org/tizen/dynamicanalyzer/ui/summary/leaks/NewLeakDetector.java

Change-Id: I2f7f70788cab8d5b15542d5f30f9bc572abe5455
Signed-off-by: seokgil.kang <seokgil.kang@samsung.com>
9 years agoMerge "Page Tab : add a null check" into tizen
woojin jung [Mon, 16 Feb 2015 01:14:08 +0000 (17:14 -0800)]
Merge "Page Tab : add a null check" into tizen

9 years agoMISC update the -Xmx size to 512MB
JuYoung Kim [Fri, 13 Feb 2015 03:10:17 +0000 (12:10 +0900)]
MISC update the -Xmx size to 512MB

Change-Id: I76640aad5324896efa565e4c1ec6772678efa2c2
Signed-off-by: JuYoung Kim <j0.kim@samsung.com>
9 years agoPage Tab : add a null check 87/35387/1
heeyoung [Fri, 13 Feb 2015 02:18:11 +0000 (11:18 +0900)]
Page Tab : add a null check

Change-Id: I5be61ee00a2db3e06fd0590452039b89a7ff1db5
Signed-off-by: heeyoung <heeyoung1008.hwang@samsung.com>
9 years agoPage Tab : Add the page tab view when Open button is clicked in OpenTrace dialog 49/35249/2
heeyoung [Wed, 11 Feb 2015 07:57:01 +0000 (16:57 +0900)]
Page Tab : Add the page tab view when Open button is clicked in OpenTrace dialog

Change-Id: Ic9b52be990429e8ec0a7eecc42500901dbab80b8
Signed-off-by: heeyoung <heeyoung1008.hwang@samsung.com>
9 years agoINTERNEL: fix some potential bugs 29/35229/1
greatim [Wed, 11 Feb 2015 03:29:05 +0000 (12:29 +0900)]
INTERNEL: fix some potential bugs

fix some potential bugs including (dereference null return)

Change-Id: I4d62dbe8e96ec161385886f830014d83fc9982e1
Signed-off-by: greatim <jaewon81.lim@samsung.com>
9 years agoCALLSTACK, FUNCTION PROFILING : remove potential bugs 12/35212/1
woojin [Tue, 10 Feb 2015 15:06:02 +0000 (00:06 +0900)]
CALLSTACK, FUNCTION PROFILING : remove potential bugs

1. safer usage of locks
2. remove potential NullPointerException
3. remove dead code

Change-Id: Icb8dd27c9038d00f100a6142ccefbf5ded47d888
Signed-off-by: woojin <woojin2.jung@samsung.com>
9 years agoINTERNAL: fix some potential bugs 98/35198/1
greatim [Tue, 10 Feb 2015 11:58:07 +0000 (20:58 +0900)]
INTERNAL: fix some potential bugs

fix some potential bugs including double-checked locking bug

Change-Id: Iead801b8d4410d5d045e7f5870df2dd267ffaec5
Signed-off-by: greatim <jaewon81.lim@samsung.com>
9 years agoMerge "Fix potential bugs." into tizen
woojin jung [Tue, 10 Feb 2015 09:12:47 +0000 (01:12 -0800)]
Merge "Fix potential bugs." into tizen

9 years agoMerge "File : deal with null pointer exception" into tizen
woojin jung [Tue, 10 Feb 2015 09:05:04 +0000 (01:05 -0800)]
Merge "File : deal with null pointer exception" into tizen

9 years agoFix potential bugs. 87/35187/1
jungwook.ryu [Tue, 10 Feb 2015 08:57:24 +0000 (17:57 +0900)]
Fix potential bugs.

Change-Id: I1e4b60c8055b2ff706bec23841db8b1572870474
Signed-off-by: jungwook.ryu <jungwook.ryu@samsung.com>
9 years agoFile : deal with null pointer exception 85/35185/1
hyeran74.kim [Tue, 10 Feb 2015 08:30:22 +0000 (17:30 +0900)]
File : deal with null pointer exception

Change-Id: I5bb06a3a33d3bc629b619744bf47be270ce6d231
Signed-off-by: hyeran74.kim <hyeran74.kim@samsung.com>
9 years agoSetting : modify input range of function sampling rate 63/35163/1
heeyoung [Tue, 10 Feb 2015 05:23:11 +0000 (14:23 +0900)]
Setting : modify input range of function sampling rate

Change-Id: I1453861caff150a32587c5d935f2897edf287e2d

9 years agoDB: fix a potential bug of database connection management 46/35046/1
greatim [Fri, 6 Feb 2015 11:22:08 +0000 (20:22 +0900)]
DB: fix a potential bug of database connection management

fix a potential bug of database connection management (list sync problem)

Change-Id: I118e3cdfbe7b0f720db1dc4874d287282f128f93
Signed-off-by: greatim <jaewon81.lim@samsung.com>
9 years agoBUILD : update changelog 30/35030/1
woojin [Fri, 6 Feb 2015 08:34:12 +0000 (17:34 +0900)]
BUILD : update changelog

update changelog, pkg version

Change-Id: Idd6c7d63cdc0e6883e7acb6e8b020f541c1ad7f8
Signed-off-by: woojin <woojin2.jung@samsung.com>
9 years agoINTERNAL: fix a bug that cannot insert whole data at stress test 07/34907/1
greatim [Wed, 4 Feb 2015 09:09:08 +0000 (18:09 +0900)]
INTERNAL: fix a bug that cannot insert whole data at stress test

fix a bug that page data manager thread is terminated before whole data inserted.

Change-Id: I20e850ebcc5c4cac8c80e3f31ee406d03b681d86
Signed-off-by: greatim <jaewon81.lim@samsung.com>
9 years agoChart : change setOutlineColors() method parameter 39/34739/1
heeyoung [Mon, 2 Feb 2015 08:10:09 +0000 (17:10 +0900)]
Chart : change setOutlineColors() method parameter

Change-Id: I3cf84ec3f08d16cede256b69124dfefeec2cf5aa
Signed-off-by: heeyoung <heeyoung1008.hwang@samsung.com>
9 years agoLOG : improve Logger 14/34614/1
seokgil.kang [Thu, 29 Jan 2015 11:50:11 +0000 (20:50 +0900)]
LOG : improve Logger
1. move the log-level setting  to the setting file of DA
2. add exception() method and replace e.printStackTrace() to the Logger.exception(e)
3. move the part that writes the contents of the log to the file to Logger class

Change-Id: Id65dc7924172b7f70ef8007ae0d2de1551f8eab3
Signed-off-by: seokgil.kang <seokgil.kang@samsung.com>
9 years agoSetting : set settingDialog state (open/close) 18/34418/1
heeyoung [Tue, 27 Jan 2015 05:46:53 +0000 (14:46 +0900)]
Setting : set settingDialog state (open/close)

Change-Id: Ia498464e2b056e808835239c37af8580f9bbf7f8
Signed-off-by: heeyoung <heeyoung1008.hwang@samsung.com>
9 years agoMerge "ProgressDialog : modify button listener setter method" into tizen
juyoung kim [Fri, 23 Jan 2015 04:07:58 +0000 (20:07 -0800)]
Merge "ProgressDialog : modify button listener setter method" into tizen

9 years agoMerge "CALLTRACE : fix bug - sometimes calltrace shows nothing" into tizen
juyoung kim [Fri, 23 Jan 2015 01:30:17 +0000 (17:30 -0800)]
Merge "CALLTRACE : fix bug - sometimes calltrace shows nothing" into tizen

9 years agoCALLTRACE : fix bug - sometimes calltrace shows nothing 60/34260/1
woojin [Thu, 22 Jan 2015 11:15:11 +0000 (20:15 +0900)]
CALLTRACE : fix bug - sometimes calltrace shows nothing

modify windowing table
1. if the number of selected records is not the same with that of requested records, select again
2. when table is full of records, do not select again even if item count is increased

Change-Id: I62f3cc871b9cff7d309619e2cc1940acc2310565
Signed-off-by: woojin <woojin2.jung@samsung.com>
9 years agoProgressDialog : modify button listener setter method 44/34244/1
heeyoung [Thu, 22 Jan 2015 09:44:51 +0000 (18:44 +0900)]
ProgressDialog : modify button listener setter method

Change-Id: I2d74d4010dd77ca63ffc867ccf04d37a01376619
Signed-off-by: heeyoung <heeyoung1008.hwang@samsung.com>
9 years agoSetting : add unit test about setting data 15/34115/1
heeyoung [Wed, 21 Jan 2015 09:20:10 +0000 (18:20 +0900)]
Setting : add unit test about setting data

Change-Id: I08ddc8a26d4ab4d23e0aa3be62144d034741b8e8
Signed-off-by: heeyoung <heeyoung1008.hwang@samsung.com>
9 years agoMerge "ProgressDialog : modify progress text setter method" into tizen
juyoung kim [Wed, 21 Jan 2015 08:27:03 +0000 (00:27 -0800)]
Merge "ProgressDialog : modify progress text setter method" into tizen

9 years agoProgressDialog : modify progress text setter method 02/34102/1
heeyoung [Wed, 21 Jan 2015 07:12:24 +0000 (16:12 +0900)]
ProgressDialog : modify progress text setter method

Change-Id: I2ddbe4dba2b5b6e8f1371f6c0e2b08a7bc81fef6
Signed-off-by: heeyoung <heeyoung1008.hwang@samsung.com>
9 years agoSetting : modify selected feature list apply/revert 97/34097/1
heeyoung [Wed, 21 Jan 2015 05:33:05 +0000 (14:33 +0900)]
Setting : modify selected feature list apply/revert

Change-Id: I47268fe9da3b5aac7049ff4c62019cb1eede20d1
Signed-off-by: heeyoung <heeyoung1008.hwang@samsung.com>
9 years agoSetting : add application detail information string 29/34029/1
heeyoung [Tue, 20 Jan 2015 08:56:30 +0000 (17:56 +0900)]
Setting : add application detail information string

Change-Id: I05ebf52a5320c933cdc2e3a8f56ae46c5e676970
Signed-off-by: heeyoung <heeyoung1008.hwang@samsung.com>
9 years agoMerge "Setting, Combo : remove potential bugs" into tizen
juyoung kim [Mon, 19 Jan 2015 12:31:41 +0000 (04:31 -0800)]
Merge "Setting, Combo : remove potential bugs" into tizen

9 years agoMerge "thread : change comparison of string objects using equals Signed-off-by: Hyunj...
juyoung kim [Mon, 19 Jan 2015 12:31:32 +0000 (04:31 -0800)]
Merge "thread : change comparison of string objects using equals Signed-off-by: Hyunjong.park <phjwithyou.park@samsung.com>" into tizen

9 years agoSetting, Combo : remove potential bugs 70/33870/1
heeyoung [Fri, 16 Jan 2015 02:58:16 +0000 (11:58 +0900)]
Setting, Combo : remove potential bugs

Change-Id: Ib4c8f81c2bb19f2d0f76bfeb3c1dec705a27a2e8
Signed-off-by: heeyoung <heeyoung1008.hwang@samsung.com>
9 years agoFile : deal with null pointer exception 66/33866/2
hyeran74.kim [Fri, 16 Jan 2015 01:56:10 +0000 (10:56 +0900)]
File : deal with null pointer exception

Change-Id: Id8beaed36d5be6548eef08489d45f802d9179ab8
Signed-off-by: hyeran74.kim <hyeran74.kim@samsung.com>
9 years agothread : change comparison of string objects using equals 65/33865/1
Hyunjong.park [Fri, 16 Jan 2015 01:43:32 +0000 (10:43 +0900)]
thread : change comparison of string objects using equals
Signed-off-by: Hyunjong.park <phjwithyou.park@samsung.com>
Change-Id: I6cd15ca2f31dba5b2bd86a746584c72b7a1bc1ce

9 years agoUnittest : export common unittest package 10/33810/1
heeyoung [Thu, 15 Jan 2015 08:49:09 +0000 (17:49 +0900)]
Unittest : export common unittest package

Change-Id: I25120b2feee9b09e4ccd0dd0b8267585c6560b8d
Signed-off-by: heeyoung <heeyoung1008.hwang@samsung.com>
9 years agoSetting : define settingFilePath (used in the unit test) 08/33808/1
heeyoung [Thu, 15 Jan 2015 08:41:38 +0000 (17:41 +0900)]
Setting : define settingFilePath (used in the unit test)

Change-Id: I17ea37fe2d708aadb75f35e4685584ddae7b6b32
Signed-off-by: heeyoung <heeyoung1008.hwang@samsung.com>
9 years agoSetting : modify method name 05/33805/1
heeyoung [Thu, 15 Jan 2015 08:27:01 +0000 (17:27 +0900)]
Setting : modify method name
(changeAvailableFeatureList -> changeSelectecFeatureList)

Change-Id: I1a516df4e699c39a06cd80991b08bed75d3b0e40
Signed-off-by: heeyoung <heeyoung1008.hwang@samsung.com>
9 years ago[SETTING] add error popup when user try to add binary setting without device connection 37/33537/1
greatim [Tue, 13 Jan 2015 07:35:26 +0000 (16:35 +0900)]
[SETTING] add error popup when user try to add binary setting without device connection

add error popup when user try to add binary setting without device connection

Change-Id: Ic04bf6479b5dbb023101380db00dd07bd80e1f4e
Signed-off-by: greatim <jaewon81.lim@samsung.com>
9 years agoMerge branch 'tizen' into da-leak 31/33531/1
seokgil.kang [Tue, 13 Jan 2015 05:19:18 +0000 (14:19 +0900)]
Merge branch 'tizen' into da-leak

Conflicts:
org.tizen.dynamicanalyzer/src/org/tizen/dynamicanalyzer/ui/summary/leaks/LeakDataMaker.java
org.tizen.dynamicanalyzer/src/org/tizen/dynamicanalyzer/ui/summary/leaks/LeakDetector.java
org.tizen.dynamicanalyzer/src/org/tizen/dynamicanalyzer/ui/summary/leaks/LeakTable.java
org.tizen.dynamicanalyzer/src/org/tizen/dynamicanalyzer/ui/summary/leaks/LeakView.java
org.tizen.dynamicanalyzer/src/org/tizen/dynamicanalyzer/ui/summary/leaks/NewLeakDetector.java

Change-Id: I0950bad4723be3dcd087de2570eb71a37a78a143
Signed-off-by: seokgil.kang <seokgil.kang@samsung.com>
9 years ago[SETTING] fix exception when select debug rpm in binary setting tab 89/33489/2
greatim [Mon, 12 Jan 2015 08:24:46 +0000 (17:24 +0900)]
[SETTING] fix exception when select debug rpm in binary setting tab

fix exception when select debug rpm in binary setting tab

Change-Id: I5791f9a342451efbf0c3f356d07c8f3efce1bd95
Signed-off-by: greatim <jaewon81.lim@samsung.com>
9 years ago[UTIL] refactor ByteUtil 16/33416/5
greatim [Fri, 9 Jan 2015 07:50:40 +0000 (16:50 +0900)]
[UTIL] refactor ByteUtil

Refactoring ByteUtil for performance and reliability. (fix a bug of toBytes for int)
Remove ByteSwapper and unittest for ByteSwapper (not necessary anymore)
Use long instead of UnsignedInt in MessageParser.java

Change-Id: I37e4133e82cbdb47752e6199dd798ff999db20f0
Signed-off-by: greatim <jaewon81.lim@samsung.com>
9 years agoMerge "ProgressDialog : add warning style" into tizen
juyoung kim [Mon, 12 Jan 2015 09:32:23 +0000 (01:32 -0800)]
Merge "ProgressDialog : add warning style" into tizen

9 years agoProgressDialog : add warning style 72/33472/2
heeyoung [Mon, 12 Jan 2015 05:15:27 +0000 (14:15 +0900)]
ProgressDialog : add warning style

Change-Id: Iea341141799487511f09d61242ca5b6ae8d14b91
Signed-off-by: heeyoung <heeyoung1008.hwang@samsung.com>
9 years agoMerge "[CALLSTACK] insert callstackdata into DB for every 5000 data" into tizen
juyoung kim [Mon, 12 Jan 2015 06:49:26 +0000 (22:49 -0800)]
Merge "[CALLSTACK] insert callstackdata into DB for every 5000 data" into tizen

9 years ago[CALLSTACK] remove NullPointerException 61/33461/1
woojin [Mon, 12 Jan 2015 00:57:29 +0000 (09:57 +0900)]
[CALLSTACK] remove NullPointerException

modify code to prevent NullPointerException when failed to get DB connection

Change-Id: I9fb443859c94883177ef3443a58ad753f10e235d
Signed-off-by: woojin <woojin2.jung@samsung.com>
9 years ago[CALLSTACK] insert callstackdata into DB for every 5000 data 60/33460/1
woojin [Mon, 12 Jan 2015 00:31:27 +0000 (09:31 +0900)]
[CALLSTACK] insert callstackdata into DB for every 5000 data

increase the number of callstackdata held before DB insertion
100 -> 5000
it decreases making time of probe callstack drastically when sampling feature is off

Change-Id: I92fc3f89cc6eb13d71075ff20b68e7d4c7f84907
Signed-off-by: woojin <woojin2.jung@samsung.com>
9 years agoLOG : change the System.out.println() to Logger.debug() and support the System.out... 89/33389/1
seokgil.kang [Fri, 9 Jan 2015 04:24:37 +0000 (13:24 +0900)]
LOG : change the System.out.println() to Logger.debug() and support the System.out.print() feature

Change-Id: Ib5d4abc0b4f754c649b3b854e87de081f94330bf
Signed-off-by: seokgil.kang <seokgil.kang@samsung.com>
9 years agoMerge "ProgressDialog : refactoring (duplicated code cleanup)" into tizen
juyoung kim [Fri, 9 Jan 2015 02:52:12 +0000 (18:52 -0800)]
Merge "ProgressDialog : refactoring (duplicated code cleanup)" into tizen

9 years agochange the warning message of overflow
JuYoung Kim [Thu, 8 Jan 2015 09:07:00 +0000 (18:07 +0900)]
change the warning message of overflow

Change-Id: I2b5690f3d113b5ec2073ac8593236314486dbb4c
Signed-off-by: JuYoung Kim <j0.kim@samsung.com>
9 years agoProgressDialog : refactoring (duplicated code cleanup) 04/33304/1
heeyoung [Thu, 8 Jan 2015 06:41:59 +0000 (15:41 +0900)]
ProgressDialog : refactoring (duplicated code cleanup)

Signed-off-by: heeyoung <heeyoung1008.hwang@samsung.com>
Change-Id: Ib2a1d479c845d882dd60f9971b603019d54bf9b7

9 years agoMerge remote-tracking branch 'origin/da-unittest' into tizen 01/33201/1
hyeran74.kim [Wed, 7 Jan 2015 01:26:18 +0000 (10:26 +0900)]
Merge remote-tracking branch 'origin/da-unittest' into tizen

Conflicts:
org.tizen.dynamicanalyzer/src/org/tizen/dynamicanalyzer/ui/file/manager/FileDataMaker.java

Change-Id: Ife7081247235e6bbc6443df692ddbb9810d39cac
Signed-off-by: hyeran74.kim <hyeran74.kim@samsung.com>
9 years agoFile : added functions to make random objects and test 75/33075/1 da-unittest
hyeran74.kim [Mon, 5 Jan 2015 08:07:22 +0000 (17:07 +0900)]
File : added functions to make random objects and test

Signed-off-by: hyeran74.kim <hyeran74.kim@samsung.com>
Change-Id: I4a543c690aeb6134121f94a97e786db6d37f5acb

9 years agoLifecycle : Add database table for LifeCycle 69/33069/1
jungwook.ryu [Tue, 30 Dec 2014 06:06:24 +0000 (15:06 +0900)]
Lifecycle : Add database table for LifeCycle

Change-Id: I583adf68f883195375130d267cf203c9e7c0d60c
Signed-off-by: jungwook.ryu <jungwook.ryu@samsung.com>
9 years agoopengl : show buffer size in detail view 39/32639/3
Hyunjong.park [Mon, 22 Dec 2014 02:02:21 +0000 (11:02 +0900)]
opengl : show buffer size in detail view
Signed-off-by: Hyunjong.park <phjwithyou.park@samsung.com>
Change-Id: I1210b22c615a643c3f239364d33a72371dc7f43e
Signed-off-by: Hyunjong.park <phjwithyou.park@samsung.com>
9 years agoFile : added file unit test 04/30904/4
hyeran74.kim [Thu, 27 Nov 2014 01:42:08 +0000 (10:42 +0900)]
File : added file unit test

Signed-off-by: hyeran74.kim <hyeran74.kim@samsung.com>
Change-Id: Ia9cf06a98c6b8ae3207e0beba7a40aa0c76d40d5
Signed-off-by: hyeran74.kim <hyeran74.kim@samsung.com>
9 years agoMerge "INTERNAL: stop toolbar timer as soon as the stop button is pressed" into tizen
juyoung kim [Fri, 19 Dec 2014 07:17:59 +0000 (23:17 -0800)]
Merge "INTERNAL: stop toolbar timer as soon as the stop button is pressed" into tizen

9 years agoMerge "INTERNAL: stop tracing by force when some log from swap is missing" into tizen
juyoung kim [Fri, 19 Dec 2014 07:17:30 +0000 (23:17 -0800)]
Merge "INTERNAL: stop tracing by force when some log from swap is missing" into tizen

9 years agoMerge "DEBUG: change some thread names for debugging" into tizen
juyoung kim [Fri, 19 Dec 2014 07:16:26 +0000 (23:16 -0800)]
Merge "DEBUG: change some thread names for debugging" into tizen

9 years agoMerge "Summary : modify data structure for thread safety in the leak table. (HashMap...
juyoung kim [Fri, 19 Dec 2014 07:14:18 +0000 (23:14 -0800)]
Merge "Summary : modify data structure for thread safety in the leak table. (HashMap --> ConcurrentHashMap)" into tizen

9 years agoINTERNAL: stop toolbar timer as soon as the stop button is pressed 18/32518/1
greatim [Thu, 18 Dec 2014 16:32:13 +0000 (01:32 +0900)]
INTERNAL: stop toolbar timer as soon as the stop button is pressed

stop toolbar timer as soon as the stop button is pressed
add timer's name for debugging

Change-Id: Ia0c77effee6bffe912a2abe61376a8dea3989157
Signed-off-by: greatim <jaewon81.lim@samsung.com>
9 years agoINTERNAL: stop tracing by force when some log from swap is missing 03/32503/1
greatim [Thu, 18 Dec 2014 14:55:49 +0000 (23:55 +0900)]
INTERNAL: stop tracing by force when some log from swap is missing

Stop tracing by force when some log from swap is missing.
In that situation, DA show error message to user

Change-Id: I4af58f14a9ad56ed17d5736a083e93b6a3c7fbf9
Signed-off-by: greatim <jaewon81.lim@samsung.com>
9 years agoDEBUG: change some thread names for debugging 77/32477/1
greatim [Thu, 18 Dec 2014 11:54:47 +0000 (20:54 +0900)]
DEBUG: change some thread names for debugging

change some thread names for debugging

Change-Id: I4de231fd3697ce3c1ad752e703c35be6470d29c0
Signed-off-by: greatim <jaewon81.lim@samsung.com>
9 years agoMerge "[Callstack] fix bug - callstack of user function grows continuosly" into tizen
juyoung kim [Thu, 18 Dec 2014 05:41:19 +0000 (21:41 -0800)]
Merge "[Callstack] fix bug - callstack of user function grows continuosly" into tizen

9 years agoMerge "Page Tab : save/open for page tab view" into tizen
juyoung kim [Thu, 18 Dec 2014 05:35:06 +0000 (21:35 -0800)]
Merge "Page Tab : save/open for page tab view" into tizen

9 years agoSummary : modify data structure for thread safety in the leak table. (HashMap --... 16/32416/1
seokgil.kang [Thu, 18 Dec 2014 03:26:09 +0000 (12:26 +0900)]
Summary : modify data structure for thread safety in the leak table. (HashMap --> ConcurrentHashMap)

Change-Id: I7726636b09ce98f17a58f3f2175e32dda2e47bbb
Signed-off-by: seokgil.kang <seokgil.kang@samsung.com>
9 years ago[Callstack] fix bug - callstack of user function grows continuosly 79/32379/1
woojin [Wed, 17 Dec 2014 13:25:47 +0000 (22:25 +0900)]
[Callstack] fix bug - callstack of user function grows continuosly

bug fix - callstack of user function grows (which should remain the same)
this bug can cause out of memory in some cases

Change-Id: Ie22e76576ffa31e21712dec2a6bf1e878d8d6bd7
Signed-off-by: woojin <woojin2.jung@samsung.com>
9 years agoLOG : support the string formatter type 64/32364/1
seokgil.kang [Wed, 17 Dec 2014 11:31:58 +0000 (20:31 +0900)]
LOG : support the string formatter type

Change-Id: Id93af8299980fa3179321e9aa3ae207a0eb735f7
Signed-off-by: seokgil.kang <seokgil.kang@samsung.com>
9 years agoPage Tab : save/open for page tab view 49/32349/1
heeyoung [Wed, 17 Dec 2014 09:52:09 +0000 (18:52 +0900)]
Page Tab : save/open for page tab view

Change-Id: I1c1ce5c6504643ba53b5f0815289f069fe495f37
Signed-off-by: heeyoung <heeyoung1008.hwang@samsung.com>
9 years agoSummary : modify the criteria to make the group data 44/32344/1
seokgil.kang [Wed, 17 Dec 2014 09:06:21 +0000 (18:06 +0900)]
Summary : modify the criteria to make the group data
- If the call stack list is null, group data key is made by caller pc address.

Change-Id: I55b68a5d5cba6ae9cbe4a6dba9661f7a5e38f79f
Signed-off-by: seokgil.kang <seokgil.kang@samsung.com>
9 years agoCombo : check combo tooltip index 39/32239/1
heeyoung [Wed, 17 Dec 2014 06:33:02 +0000 (15:33 +0900)]
Combo : check combo tooltip index

Change-Id: I7b59e83817f2b4e72b0ee6803e1e3d15823e8c76
Signed-off-by: heeyoung <heeyoung1008.hwang@samsung.com>
9 years agoSETTING: fix bug of binary setting 42/32142/2
greatim [Tue, 16 Dec 2014 07:39:42 +0000 (16:39 +0900)]
SETTING: fix bug of binary setting

fix bug when adding binary setting with non-elf binary (like /etc/printcap)
swap manager was crashed by binary-info message with non-elf (fixed)
Now, binary info message get ACK message with error flag for non-elf binary

Change-Id: I908d5d132cf07234908b859d0ae5c4f691f4f4f8
Signed-off-by: greatim <jaewon81.lim@samsung.com>
9 years agoSETTING: fix a bug of binary setting 45/32045/3
greatim [Mon, 15 Dec 2014 08:42:19 +0000 (17:42 +0900)]
SETTING: fix a bug of binary setting

fix a bug when adding directory to binary setting.
directory item cannot be set as binary setting.
When user select directory item and press OK button, then enter the directory NOW.

Change-Id: I576390e4e38a30c2c367963ac2cf0a6babe3fdeb
Signed-off-by: greatim <jaewon81.lim@samsung.com>
9 years agoSummary : modify column name of the leak view (File/parameter -> Parameter) 49/32049/1
seokgil.kang [Mon, 15 Dec 2014 09:13:32 +0000 (18:13 +0900)]
Summary : modify column name of the leak view (File/parameter -> Parameter)

Change-Id: Iaa577e929eb61a95bf8b3865499c89e87f820bdd
Signed-off-by: seokgil.kang <seokgil.kang@samsung.com>
9 years agoMerge branch 'tizen' into da-leak 46/32046/1
seokgil.kang [Mon, 15 Dec 2014 08:59:25 +0000 (17:59 +0900)]
Merge branch 'tizen' into da-leak

Conflicts:
org.tizen.dynamicanalyzer/src/org/tizen/dynamicanalyzer/ui/summary/SummaryDataManager.java
org.tizen.dynamicanalyzer/src/org/tizen/dynamicanalyzer/ui/summary/leaks/LeakDataMaker.java
org.tizen.dynamicanalyzer/src/org/tizen/dynamicanalyzer/ui/summary/leaks/LeakDetector.java
org.tizen.dynamicanalyzer/src/org/tizen/dynamicanalyzer/ui/summary/leaks/NewLeakDetector.java

Change-Id: I03fe37195d7db2e76095282cb24ceae450e6f8ad
Signed-off-by: seokgil.kang <seokgil.kang@samsung.com>
9 years agoMerge "SETTING: fix bug 1 of binary setting (TS-16504)" into tizen
juyoung kim [Mon, 15 Dec 2014 05:00:20 +0000 (21:00 -0800)]
Merge "SETTING: fix bug 1 of binary setting (TS-16504)" into tizen

9 years agoSETTING: fix bug 1 of binary setting (TS-16504) 09/32009/1
greatim [Mon, 15 Dec 2014 04:39:22 +0000 (13:39 +0900)]
SETTING: fix bug 1 of binary setting (TS-16504)

fix first bug of binary setting in (TS-16504)

Change-Id: I25fd053969519482ec288c99d0e47cc127f32198
Signed-off-by: greatim <jaewon81.lim@samsung.com>
9 years agoTEST : add and modify some files for the test automation 38/31938/1
seokgil.kang [Fri, 12 Dec 2014 10:43:27 +0000 (19:43 +0900)]
TEST : add and modify some files for the test automation

Change-Id: I5e7aa0ee5fb2eaeea2bc6210388057481d39477c
Signed-off-by: seokgil.kang <seokgil.kang@samsung.com>
9 years agoFile : using DBInserter when saving data while tracing 87/31787/1
hyeran74.kim [Wed, 10 Dec 2014 04:51:11 +0000 (13:51 +0900)]
File : using DBInserter when saving data while tracing

Change-Id: I4b591809ae4d06f43a19da64001045dc40832bc7
Signed-off-by: hyeran74.kim <hyeran74.kim@samsung.com>
9 years agocommon : changed file owner 24/31324/1
Hyunjong.park [Thu, 4 Dec 2014 04:42:11 +0000 (13:42 +0900)]
common : changed file owner
Signed-off-by: Hyunjong.park <phjwithyou.park@samsung.com>
Change-Id: I37d7cb61ebdb4fa4f2b76af80ab58b4cc2c6371c

9 years agoMerge remote-tracking branch 'origin/da-setting' into tizen 44/31144/1
heeyoung [Tue, 2 Dec 2014 04:36:31 +0000 (13:36 +0900)]
Merge remote-tracking branch 'origin/da-setting' into tizen

Change-Id: I6b20c9ebc053d72430ba083f25b974765a7bccbc
Signed-off-by: heeyoung <heeyoung1008.hwang@samsung.com>
9 years agoSetting : add overhead description 86/31086/1 da-setting
heeyoung [Mon, 1 Dec 2014 09:51:33 +0000 (18:51 +0900)]
Setting : add overhead description

Change-Id: Ifc08bbed134ed6e2bc241e3314c1fff43a570164
Signed-off-by: heeyoung <heeyoung1008.hwang@samsung.com>
9 years agoMerge remote-tracking branch 'origin/tizen' into da-setting 22/30922/1
heeyoung [Thu, 27 Nov 2014 09:44:40 +0000 (18:44 +0900)]
Merge remote-tracking branch 'origin/tizen' into da-setting

Conflicts:
org.tizen.dynamicanalyzer/src/org/tizen/dynamicanalyzer/ui/summary/leaks/NewLeakDetector.java
org.tizen.dynamicanalyzer/src/org/tizen/dynamicanalyzer/ui/toolbar/setting/SettingDataManager.java

Change-Id: Ie461839dd9058732ab7405e349d38f2d0a224260
Signed-off-by: heeyoung <heeyoung1008.hwang@samsung.com>
9 years agoSetting : add overhead information in setting dialog 63/30763/3
heeyoung [Tue, 25 Nov 2014 06:36:22 +0000 (15:36 +0900)]
Setting : add overhead information in setting dialog

Change-Id: Ief9798e7b34850e77309d71ac1b39724d4c486d0
Signed-off-by: heeyoung <heeyoung1008.hwang@samsung.com>
9 years agoopengl : add indexing table, and remove unnecessary query 87/30687/1
Hyunjong.park [Mon, 24 Nov 2014 09:27:09 +0000 (18:27 +0900)]
opengl : add indexing table, and remove unnecessary query
Signed-off-by: Hyunjong.park <phjwithyou.park@samsung.com>
Change-Id: I09e284d5e0b240ffefa75f66160e899017b689ad

9 years agoSummary : implement grouping for the leak data and cleanup the unuse code 71/30371/3
seokgil.kang [Mon, 17 Nov 2014 10:04:25 +0000 (19:04 +0900)]
Summary : implement grouping for the leak data and cleanup the  unuse code

Change-Id: If485b169337f0322def5c82651c796d3e8628bcb
Signed-off-by: seokgil.kang <seokgil.kang@samsung.com>
9 years agoINTERNAL: change source code owner 62/30562/1
greatim [Thu, 20 Nov 2014 12:02:46 +0000 (21:02 +0900)]
INTERNAL: change source code owner

change source code owner

Change-Id: I237e76ca120e31af197a0b8d70d0bdcfc845e0b5
Signed-off-by: greatim <jaewon81.lim@samsung.com>
9 years agoINTERNAL: change error message when starting is failed
greatim [Wed, 19 Nov 2014 12:08:40 +0000 (21:08 +0900)]
INTERNAL: change error message when starting is failed

change error message when starting is failed

Change-Id: I4de933e24730a5d86f9489c0218c2ea579157b9a
Signed-off-by: greatim <jaewon81.lim@samsung.com>
9 years agoMerge "Setting : fix potential bug" into tizen
juyoung kim [Wed, 19 Nov 2014 09:55:46 +0000 (01:55 -0800)]
Merge "Setting : fix potential bug" into tizen

9 years agoMerge "thread : add feature to relationship between two thread(created, join), fix...
juyoung kim [Wed, 19 Nov 2014 06:26:00 +0000 (22:26 -0800)]
Merge "thread : add feature to relationship between two thread(created, join), fix multiple Processes filtering logic. Signed-off-by: Hyunjong.park <phjwithyou.park@samsung.com>" into tizen

9 years agothread : add feature to relationship between two thread(created, join), fix multiple... 98/30298/4
Hyunjong.park [Fri, 14 Nov 2014 06:13:03 +0000 (15:13 +0900)]
thread : add feature to relationship between two thread(created, join), fix multiple Processes filtering logic.
Signed-off-by: Hyunjong.park <phjwithyou.park@samsung.com>
Change-Id: Ie530a0556f5c23dab3160efdf75b9a79acf54636
Signed-off-by: Hyunjong.park <phjwithyou.park@samsung.com>
9 years agoSetting : fix potential bug 18/30418/1
heeyoung [Tue, 18 Nov 2014 05:08:54 +0000 (14:08 +0900)]
Setting : fix potential bug

Change-Id: I2810f93a0d043c9a3ccf17bc8461ee6a92e25709
Signed-off-by: heeyoung <heeyoung1008.hwang@samsung.com>
9 years agoMerge "common: changed owner" into tizen
juyoung kim [Tue, 18 Nov 2014 04:14:44 +0000 (20:14 -0800)]
Merge "common: changed owner" into tizen

9 years agocommon: changed owner 15/30415/1
hyeran74.kim [Tue, 18 Nov 2014 01:39:30 +0000 (10:39 +0900)]
common: changed owner

Change-Id: I047d6c3c29ec5f0abc7380b6f0111c7e41cd06a4
Signed-off-by: hyeran74.kim <hyeran74.kim@samsung.com>
9 years agoMerge "Summary : remove File leak check in the Leak view" into tizen
juyoung kim [Mon, 17 Nov 2014 10:12:03 +0000 (02:12 -0800)]
Merge "Summary : remove File leak check in the Leak view" into tizen

9 years agoSummary : remove File leak check in the Leak view 49/30249/2
seokgil.kang [Thu, 13 Nov 2014 05:37:40 +0000 (14:37 +0900)]
Summary : remove File leak check in the Leak view

Change-Id: I07389b650551b7660ad5c8e891f23aecfeb84d25
Signed-off-by: seokgil.kang <seokgil.kang@samsung.com>
9 years agoMISC : revision source owner 55/30355/1
jungwook.ryu [Sat, 15 Nov 2014 12:02:56 +0000 (21:02 +0900)]
MISC : revision source owner

Change-Id: If30cf43b67accb0364d71408f1af1554b2f354a5
Signed-off-by: jungwook.ryu <jungwook.ryu@samsung.com>
9 years agoMerge branch 'tizen' into da-unittest
JuYoung Kim [Thu, 13 Nov 2014 05:37:20 +0000 (14:37 +0900)]
Merge branch 'tizen' into da-unittest

9 years agoSetting : modify application combo tooptip (round stroke) 68/30168/1
heeyoung [Wed, 12 Nov 2014 10:40:20 +0000 (19:40 +0900)]
Setting : modify application combo tooptip (round stroke)

Change-Id: If2ae234a0c91f7fa9ab13c9a63d7f0d4f4ced04e
Signed-off-by: heeyoung <heeyoung1008.hwang@samsung.com>
9 years agoSetting : remove unused file and string 55/30155/1
heeyoung [Wed, 12 Nov 2014 06:36:57 +0000 (15:36 +0900)]
Setting : remove unused file and string

Change-Id: I900043182aa72e81d771edca135e3f1f68ba47a2
Signed-off-by: heeyoung <heeyoung1008.hwang@samsung.com>
9 years agoCombo Widget : modify image combo button 54/30154/1
heeyoung [Wed, 12 Nov 2014 05:48:27 +0000 (14:48 +0900)]
Combo Widget : modify image combo button

Change-Id: I46a22d52720814d150ee7cc7d6d5c80d9dd3e9c3
Signed-off-by: heeyoung <heeyoung1008.hwang@samsung.com>