summaryrefslogtreecommitdiff
path: root/parser
AgeCommit message (Expand)AuthorFilesLines
2016-03-04Tizen 2.4.0 rev3 SDK Public Releasesubmit/tizen_2.4/20160306.235700accepted/tizen/2.4/mobile/20160307.015752tizen_2.4accepted/tizen_2.4_mobilejk7744.park3-33/+1
2015-10-09[FIX] probe_info struct size value setting during creationtizen_2.4_mobile_releasesubmit/tizen_2.4/20151028.065647accepted/tizen/2.4/mobile/20151029.024950Vyacheslav Cherkashin1-4/+4
2015-09-24[FIX] use d_path between path_get()/path_put()Vyacheslav Cherkashin1-0/+3
2015-08-27[FIX] Avoid non-boot CPUs disabling on stopVyacheslav Cherkashin1-8/+1
2015-07-24[FIX] Erroneous files struct putVasiliy Ulyanov1-4/+2
2015-07-23[FIX] usage of kfree'd memoryVyacheslav Cherkashin1-1/+3
2015-07-20[FIX] call vmalloc with zero argumentVyacheslav Cherkashin1-30/+42
2015-07-19[FIX] replace kmalloc/kfree with vmalloc/vfreeVyacheslav Cherkashin1-11/+10
2015-07-12Revert "[FIX] workaround of hangs on multicores"Dmitry Kovalenko1-10/+11
2015-07-10[FIX] workaround of hangs on multicoresVyacheslav Cherkashin1-11/+10
2015-07-06[FIX] Build for 3.10 kernelDmitry Kovalenko1-0/+1
2015-07-06[FIX] correct to call mod_us_app_inst() at the second startVyacheslav Cherkashin1-22/+21
2015-07-02[FIX] installation of a few pfg on one processVyacheslav Cherkashin5-1/+676
2015-07-02[IMPROVE] Preload: breakpoint probe msgs savingAlexander Aksenov1-0/+33
2015-06-17[IMPROVE] system file activityVyacheslav Cherkashin1-2/+40
2015-06-11Merge branch 'tizen_2.4' into tizen_2.4_devDmitry Kovalenko1-1/+1
2015-05-27[REFACTOR] Preload flagsAlexander Aksenov1-4/+4
2015-05-26[FIX] put_pf_group() implementVyacheslav Cherkashin4-0/+95
2015-05-18[REFACTOR] move dentry_by_path()Vyacheslav Cherkashin1-30/+0
2015-05-15[FEATURE] FBI multi probingVitaliy Cherepanov1-11/+47
2015-05-15[FEATURE] FBI portingVitaliy Cherepanov1-1/+105
2015-05-14[IMPROVE] protorcol 4.0Vyacheslav Cherkashin2-7/+37
2015-05-06[STYLE] Fix issues from checkpatch.plVyacheslav Cherkashin1-1/+1
2015-04-30Merge branch 'tizen_2.4' into tizen_2.4_devDmitry Kovalenko8-52/+59
2015-04-30[STYLE] Fix issues from checkpatch.plDmitry Kovalenko8-49/+54
2015-04-27Merge branch 'tizen_2.4' into 'tizen_2.4_dev'Vyacheslav Cherkashin5-47/+14
2015-03-18[IMPROVE] make modules use swap_initializerVyacheslav Cherkashin5-47/+14
2015-02-24[FEATURE] Preload: ImplementAlexander Aksenov1-0/+112
2014-12-17[FIX] Module swap_message_parser buildRuslan Soloviev1-0/+1
2014-12-03[FEATURE] Add web profilingRuslan Soloviev4-6/+70
2014-11-13[IMPROVE] Parser: add probe type supportAlexander Aksenov3-29/+87
2014-11-13[FIX] Probe info size initAlexander Aksenov1-1/+1
2014-11-12[FEATURE] New probes interfaceAlexander Aksenov1-2/+12
2014-10-23[CLEAN] remove module scriptsTizen_SDK_2.3Vyacheslav Cherkashin1-17/+0
2014-08-13[IMPROVE] sampler: remove writer dependencyVyacheslav Cherkashin1-1/+10
2014-07-14[IMPROVE] Comm filter for web appsAlexander Aksenov3-3/+6
2014-07-11[STYLE] Parser: doxygen commentsAlexander Aksenov14-101/+639
2014-05-12[FIX] deadlock on modules unloading with one active CPUVasiliy Ulyanov1-1/+1
2014-05-05[FIX] non boot cpus shutting down on uniprocessor devicesVasiliy Ulyanov4-79/+116
2014-04-29[FIX] race condition on probes disarming (at stop)Vasiliy Ulyanov1-1/+93
2014-03-27[IMPROVE] Parser: implement system-wide instrumentationAlexander Aksenov1-4/+7
2014-01-23[FEATURE] parser: web app supportNikita Kalyazin3-1/+4
2014-01-23[IMPROVE] parser: empty PID string supportVyacheslav Cherkashin2-5/+13
2014-01-06[FIX] get_string()Vyacheslav Cherkashin1-5/+8
2014-01-06[FIX] check message lengthVyacheslav Cherkashin1-0/+6
2014-01-06[FIX] clean up when errorVyacheslav Cherkashin1-2/+2
2013-12-13[FIX] clean up when not errorVyacheslav Cherkashin1-2/+0
2013-12-13[FIX] clean up when errorVyacheslav Cherkashin1-3/+6
2013-11-15[FIX] wrong debug print in get_u64Vitaliy Cherepanov1-1/+1
2013-11-12[PROTO] add return type for exit_event()Vyacheslav Cherkashin5-1/+25