kernel/swap-modules.git
11 years agoadd flag for retprobe
Vyacheslav Cherkashin [Fri, 14 Dec 2012 10:29:07 +0000 (14:29 +0400)]
add flag for retprobe

11 years agofix commit 891ef9da28edb639e706fd5942ef09520fa602fd
Vyacheslav Cherkashin [Fri, 14 Dec 2012 09:38:47 +0000 (13:38 +0400)]
fix commit 891ef9da28edb639e706fd5942ef09520fa602fd

11 years agoadd function 'retprobe_init'
Vyacheslav Cherkashin [Fri, 14 Dec 2012 09:33:16 +0000 (13:33 +0400)]
add function 'retprobe_init'

11 years agomini refactoring
Vyacheslav Cherkashin [Thu, 13 Dec 2012 09:52:35 +0000 (13:52 +0400)]
mini refactoring

11 years agofix default handler on do_page_fault (for ARM)
Vyacheslav Cherkashin [Wed, 12 Dec 2012 15:28:53 +0000 (19:28 +0400)]
fix default handler on do_page_fault (for ARM)

11 years agorefactoring:
Vyacheslav Cherkashin [Wed, 12 Dec 2012 09:02:50 +0000 (13:02 +0400)]
refactoring:

 - remove costom handler
 - remove lib sort
 - member 'installed' of struct us_proc_ip_t using in register_usprobe
   and unregister_usprobe

11 years agorefactoring uprobes
Vyacheslav Cherkashin [Wed, 12 Dec 2012 08:00:47 +0000 (12:00 +0400)]
refactoring uprobes

11 years agofix optimization access_process_vm_atomic
Vyacheslav Cherkashin [Tue, 11 Dec 2012 16:07:27 +0000 (20:07 +0400)]
fix optimization access_process_vm_atomic

11 years agooptimization access_process_vm_atomic
Vyacheslav Cherkashin [Fri, 7 Dec 2012 06:27:59 +0000 (10:27 +0400)]
optimization access_process_vm_atomic

11 years agorefactoring function 'do_page_fault_ret_pre_code'
Vyacheslav Cherkashin [Wed, 5 Dec 2012 16:06:12 +0000 (20:06 +0400)]
refactoring function 'do_page_fault_ret_pre_code'

11 years agoMerge branch 'dev' into new_dpf
Vyacheslav Cherkashin [Tue, 4 Dec 2012 17:34:06 +0000 (21:34 +0400)]
Merge branch 'dev' into new_dpf

Conflicts:
src/modules/driver/device_driver.c
src/modules/driver/storage.c
src/modules/driver/us_proc_inst.c

11 years agoMerge branch 'dev' of 106.109.8.71:/srv/git/dbi into dev
Vyacheslav Cherkashin [Tue, 4 Dec 2012 15:20:45 +0000 (19:20 +0400)]
Merge branch 'dev' of 106.109.8.71:/srv/git/dbi into dev

11 years agofix otg_probe (file busy)
Vyacheslav Cherkashin [Tue, 4 Dec 2012 15:13:32 +0000 (19:13 +0400)]
fix otg_probe (file busy)

11 years agoDeleted files with deprecated code
Imran Navruzbekov [Tue, 4 Dec 2012 08:32:29 +0000 (12:32 +0400)]
Deleted files with deprecated code

11 years agoMerge branch 'dev' of 106.109.8.71:/srv/git/dbi into dev
Imran Navruzbekov [Mon, 3 Dec 2012 10:59:42 +0000 (14:59 +0400)]
Merge branch 'dev' of 106.109.8.71:/srv/git/dbi into dev

11 years agofix commit 7d5cbcc989428164df34d5cc41334f87fd4fc0e2
Vyacheslav Cherkashin [Mon, 3 Dec 2012 08:04:00 +0000 (12:04 +0400)]
fix commit 7d5cbcc989428164df34d5cc41334f87fd4fc0e2

11 years agouse function 'dentry_by_path'
Vyacheslav Cherkashin [Mon, 3 Dec 2012 07:34:43 +0000 (11:34 +0400)]
use function 'dentry_by_path'

rename function 'get_dentry' -> 'dentry_by_path'
and used she in file storage.c

11 years agoporting dlsymmed_handlers on x86
Vyacheslav Cherkashin [Fri, 30 Nov 2012 14:57:26 +0000 (18:57 +0400)]
porting dlsymmed_handlers on x86

11 years ago... %) ... fix 875e37afe61583c4a0901ec8482ec4aef1694328
Vyacheslav Cherkashin [Thu, 29 Nov 2012 06:04:48 +0000 (10:04 +0400)]
... %) ... fix 875e37afe61583c4a0901ec8482ec4aef1694328

11 years agofixed function '__switch_to' on x86
Vyacheslav Cherkashin [Thu, 29 Nov 2012 05:54:04 +0000 (09:54 +0400)]
fixed function '__switch_to' on x86

11 years agodisabled debug in insmod and patchko if using on target
Vitaliy Cherepanov [Tue, 27 Nov 2012 14:38:49 +0000 (18:38 +0400)]
disabled debug in insmod and patchko if using on target

modified:   src/modules/driver/insmod.sh
modified:   src/modules/driver/patchko.sh

11 years agopatchko.sh and insmod.sh moved to modules driver
Vitaliy Cherepanov [Tue, 27 Nov 2012 13:55:18 +0000 (17:55 +0400)]
patchko.sh and insmod.sh moved to modules driver
try to fix sa tests

11 years agoMerge branch 'dev' of 106.109.8.71:/srv/git/dbi into dev
Vitaliy Cherepanov [Mon, 26 Nov 2012 14:42:49 +0000 (18:42 +0400)]
Merge branch 'dev' of 106.109.8.71:/srv/git/dbi into dev

11 years ago auto patching modules system added (test version)
Vitaliy Cherepanov [Mon, 26 Nov 2012 14:42:16 +0000 (18:42 +0400)]
auto patching modules system added (test version)
    do not use insmod command, use insmod.sh instead of insmod

    it's patch kernel version in module which for it is compiled
    to kernel version it is started on
    (user friendly level up)

11 years agoNew sampling meta architecture introduced!
Andreev S.V [Mon, 26 Nov 2012 11:00:16 +0000 (15:00 +0400)]
New sampling meta architecture introduced!

11 years agoTicket #470 fix (otg probes from dlsymmed handler now removed correctly (I hope))
Alexander Aksenov [Thu, 22 Nov 2012 16:48:59 +0000 (20:48 +0400)]
Ticket #470 fix (otg probes from dlsymmed handler now removed correctly (I hope))

11 years agoMerge branch 'dev' of 106.109.8.71:/srv/git/dbi into dev
Alexander Aksenov [Tue, 20 Nov 2012 11:01:13 +0000 (15:01 +0400)]
Merge branch 'dev' of 106.109.8.71:/srv/git/dbi into dev

11 years agoNow dlsymmed_handler correctly removes otg probes
Alexander Aksenov [Tue, 20 Nov 2012 11:00:55 +0000 (15:00 +0400)]
Now dlsymmed_handler correctly removes otg probes

11 years agoMerge branch 'dev' of 106.109.8.71:/srv/git/dbi into dev
Vitaliy Cherepanov [Tue, 20 Nov 2012 09:39:31 +0000 (13:39 +0400)]
Merge branch 'dev' of 106.109.8.71:/srv/git/dbi into dev

Conflicts:
src/daemon/Makefile.am

11 years agoSmall refactoring
Alexander Aksenov [Fri, 16 Nov 2012 15:39:30 +0000 (19:39 +0400)]
Small refactoring

11 years agoFixed bundle parsing (app probes dropping in libonly)
Alexander Aksenov [Wed, 14 Nov 2012 13:47:12 +0000 (17:47 +0400)]
Fixed bundle parsing (app probes dropping in libonly)

11 years agofixed 'ip->offset'
Vyacheslav Cherkashin [Wed, 14 Nov 2012 09:47:33 +0000 (13:47 +0400)]
fixed 'ip->offset'

11 years agoMerge branch 'dev' of 106.109.8.71:/srv/git/dbi into dev
Vyacheslav Cherkashin [Wed, 14 Nov 2012 07:17:19 +0000 (11:17 +0400)]
Merge branch 'dev' of 106.109.8.71:/srv/git/dbi into dev

11 years agofixed us probes in thumb2 mode
Vyacheslav Cherkashin [Wed, 14 Nov 2012 07:16:19 +0000 (11:16 +0400)]
fixed us probes in thumb2 mode

a one-time activation

11 years agoNow null pointer returned by find_vma() correctly handled
Alexander Aksenov [Tue, 13 Nov 2012 12:22:08 +0000 (16:22 +0400)]
Now null pointer returned by find_vma() correctly handled

11 years agonew parsing (via tmp_hash_table)
Vyacheslav Cherkashin [Tue, 13 Nov 2012 07:21:47 +0000 (11:21 +0400)]
new parsing (via tmp_hash_table)

11 years agoip saving in list
Vyacheslav Cherkashin [Tue, 13 Nov 2012 05:14:45 +0000 (09:14 +0400)]
ip saving in list

11 years agoRemoved debug printk
Alexander Aksenov [Mon, 12 Nov 2012 15:21:25 +0000 (19:21 +0400)]
Removed debug printk

11 years agoNow plt functions instrumentation differs app from lib by vma flag
Alexander Aksenov [Mon, 12 Nov 2012 14:41:59 +0000 (18:41 +0400)]
Now plt functions instrumentation differs app from lib by vma flag

11 years agoSmall plt refactoring
Alexander Aksenov [Fri, 9 Nov 2012 18:26:58 +0000 (22:26 +0400)]
Small plt refactoring

11 years agorefactoring file_probes
Vyacheslav Cherkashin [Fri, 9 Nov 2012 07:46:03 +0000 (11:46 +0400)]
refactoring file_probes

map_addr --> vm_start
+vm_end (for PLT function)

11 years agoMerge branch 'dev' into new_dpf
Vyacheslav Cherkashin [Thu, 8 Nov 2012 14:10:11 +0000 (18:10 +0400)]
Merge branch 'dev' into new_dpf

Conflicts:
src/modules/driver/storage.h
src/modules/driver/us_proc_inst.c

11 years agofix commit a089b91c61b823766e1cf65bcc73b6b7538e04b1
Vyacheslav Cherkashin [Wed, 7 Nov 2012 13:18:15 +0000 (17:18 +0400)]
fix commit a089b91c61b823766e1cf65bcc73b6b7538e04b1

11 years agoMerge branch 'dev' of 106.109.8.71:/srv/git/dbi into dev
Vyacheslav Cherkashin [Wed, 7 Nov 2012 12:32:35 +0000 (16:32 +0400)]
Merge branch 'dev' of 106.109.8.71:/srv/git/dbi into dev

11 years agoadded monitoring function 'do_mnumap'
Vyacheslav Cherkashin [Wed, 7 Nov 2012 12:31:01 +0000 (16:31 +0400)]
added monitoring function 'do_mnumap'

11 years agoOptimized plt instrumentation
Alexander Aksenov [Tue, 6 Nov 2012 17:33:29 +0000 (21:33 +0400)]
Optimized plt instrumentation

11 years agoMerge branch 'dev' of 106.109.8.71:/srv/git/dbi into dev
Alexander Aksenov [Tue, 6 Nov 2012 16:48:24 +0000 (20:48 +0400)]
Merge branch 'dev' of 106.109.8.71:/srv/git/dbi into dev

11 years agoNow offset sended from target
Alexander Aksenov [Tue, 6 Nov 2012 15:54:57 +0000 (19:54 +0400)]
Now offset sended from target

11 years agoMerge branch 'dev' into new_dpf
Vyacheslav Cherkashin [Tue, 6 Nov 2012 13:07:40 +0000 (17:07 +0400)]
Merge branch 'dev' into new_dpf

Conflicts:
src/modules/kprobe/arch/asm-arm/dbi_kprobes.c

11 years agoAdded an output both of variable name and variable in fbi mode.
Imran Navruzbekov [Tue, 6 Nov 2012 11:26:18 +0000 (15:26 +0400)]
Added an output both of variable name and variable in fbi mode.

11 years agoFixed deleted string in storage and application GOT addresses
Alexander Aksenov [Tue, 6 Nov 2012 11:18:15 +0000 (15:18 +0400)]
Fixed deleted string in storage and application GOT addresses

11 years agoMerge branch 'dev' of 106.109.8.71:/srv/git/dbi into dev
Vyacheslav Cherkashin [Tue, 6 Nov 2012 09:43:02 +0000 (13:43 +0400)]
Merge branch 'dev' of 106.109.8.71:/srv/git/dbi into dev

11 years agofixed function 'arch_check_insn_thumb'
Vyacheslav Cherkashin [Tue, 6 Nov 2012 09:37:20 +0000 (13:37 +0400)]
fixed function 'arch_check_insn_thumb'

added ignoring CBZ/CBNZ instruction

11 years agoNow plt works with app lib and lib only instrumentation
Alexander Aksenov [Fri, 2 Nov 2012 16:19:34 +0000 (20:19 +0400)]
Now plt works with app lib and lib only instrumentation

11 years agoMerge branch 'dev' into plt_branch
Alexander Aksenov [Fri, 2 Nov 2012 14:59:12 +0000 (18:59 +0400)]
Merge branch 'dev' into plt_branch

11 years agoplt functions handling
Alexander Aksenov [Fri, 2 Nov 2012 14:58:04 +0000 (18:58 +0400)]
plt functions handling

11 years agoMEC: fixed most warning; made initial code redesign
Vasiliy Ulyanov [Fri, 2 Nov 2012 09:14:39 +0000 (13:14 +0400)]
MEC: fixed most warning; made initial code redesign

11 years agofix and mini refactoring
Vyacheslav Cherkashin [Thu, 1 Nov 2012 14:41:37 +0000 (18:41 +0400)]
fix and mini refactoring

fixed calling function 'dbi_unregister_all_uprobes' at pushing STOP

11 years agoworking apps and libonly
Vyacheslav Cherkashin [Thu, 1 Nov 2012 13:49:01 +0000 (17:49 +0400)]
working apps and libonly

11 years agoworking libonly
Vyacheslav Cherkashin [Mon, 29 Oct 2012 12:22:00 +0000 (16:22 +0400)]
working libonly

11 years agoworking libonly
Vyacheslav Cherkashin [Mon, 29 Oct 2012 06:41:47 +0000 (10:41 +0400)]
working libonly

11 years agorefactoring and fixed func 'check_vma'
Vyacheslav Cherkashin [Thu, 25 Oct 2012 10:54:14 +0000 (14:54 +0400)]
refactoring and fixed func 'check_vma'

11 years agoMerge branch 'dev' of 106.109.8.71:/srv/git/dbi into dev
Vitaliy Cherepanov [Thu, 25 Oct 2012 09:42:14 +0000 (13:42 +0400)]
Merge branch 'dev' of 106.109.8.71:/srv/git/dbi into dev

Conflicts:
src/probes/probes.def

11 years agorefactoring
Vyacheslav Cherkashin [Thu, 25 Oct 2012 08:58:34 +0000 (12:58 +0400)]
refactoring

1. refactoring func 'mm_release_probe_pre_code'
2. remove func 'send_sig_jprobe_event_handler'

11 years agoworking function 'uninstall_us_proc_probes'
Vyacheslav Cherkashin [Thu, 25 Oct 2012 07:29:01 +0000 (11:29 +0400)]
working function 'uninstall_us_proc_probes'

11 years agoMerge branch 'dev' into new_dpf
Vyacheslav Cherkashin [Wed, 24 Oct 2012 10:37:18 +0000 (14:37 +0400)]
Merge branch 'dev' into new_dpf

11 years agoMerge branch 'dev' of ssh://106.109.8.71/srv/git/dbi into dev
Dmitry Kovalenko [Tue, 23 Oct 2012 12:04:43 +0000 (16:04 +0400)]
Merge branch 'dev' of ssh://106.109.8.71/srv/git/dbi into dev

11 years agoFully removed "symbol" from target (no-standalone) part
Dmitry Kovalenko [Tue, 23 Oct 2012 12:04:36 +0000 (16:04 +0400)]
Fully removed "symbol" from target (no-standalone) part

11 years agoadded function unregs* and flag uninstall pages
Vyacheslav Cherkashin [Tue, 23 Oct 2012 08:33:07 +0000 (12:33 +0400)]
added function unregs* and flag uninstall pages

11 years agoadded search page on hash table in file
Vyacheslav Cherkashin [Tue, 23 Oct 2012 06:28:18 +0000 (10:28 +0400)]
added search page on hash table in file

11 years agorefactoring names
Vyacheslav Cherkashin [Mon, 22 Oct 2012 08:28:04 +0000 (12:28 +0400)]
refactoring names

11 years agorefactoring function 'set_mapping_file'
Vyacheslav Cherkashin [Mon, 22 Oct 2012 06:33:23 +0000 (10:33 +0400)]
refactoring function 'set_mapping_file'

11 years agomove offset of struct page_probes in struct file_probes
Vyacheslav Cherkashin [Mon, 22 Oct 2012 06:19:41 +0000 (10:19 +0400)]
move offset of struct page_probes in struct file_probes

11 years agodelete prelink kostyl
Vyacheslav Cherkashin [Fri, 19 Oct 2012 09:02:59 +0000 (13:02 +0400)]
delete prelink kostyl

11 years agonew event mappping lib/app
Vyacheslav Cherkashin [Fri, 19 Oct 2012 08:35:23 +0000 (12:35 +0400)]
new event mappping lib/app

11 years agoMerge branch 'dev' into new_dpf
Vyacheslav Cherkashin [Thu, 18 Oct 2012 10:51:15 +0000 (14:51 +0400)]
Merge branch 'dev' into new_dpf

Conflicts:
src/modules/driver/us_proc_inst.c

11 years agoMerge branch 'dev' of 106.109.8.71:/srv/git/dbi into dev
Vyacheslav Cherkashin [Thu, 18 Oct 2012 08:29:12 +0000 (12:29 +0400)]
Merge branch 'dev' of 106.109.8.71:/srv/git/dbi into dev

Conflicts:
src/modules/driver/us_proc_inst.c

11 years agofixed and remove warning
Vyacheslav Cherkashin [Thu, 18 Oct 2012 08:22:00 +0000 (12:22 +0400)]
fixed and remove warning

but warning in file 'src/probes/probes.def' lines 950 and 980

11 years agoMerge branch 'dev' of 106.109.8.71:/srv/git/dbi into dev
Kudrjavtsev Nickita [Wed, 17 Oct 2012 15:43:11 +0000 (19:43 +0400)]
Merge branch 'dev' of 106.109.8.71:/srv/git/dbi into dev

11 years agosolving the problem of addres instead function name
Kudrjavtsev Nickita [Wed, 17 Oct 2012 15:41:02 +0000 (19:41 +0400)]
solving the problem of addres instead function name

11 years agoFixed hardcoded device name in swap_driver.sh
Nikita Kalyazin [Wed, 17 Oct 2012 12:29:23 +0000 (16:29 +0400)]
Fixed hardcoded device name in swap_driver.sh

11 years agoMerge branch 'dev' into new_dpf
Vyacheslav Cherkashin [Wed, 17 Oct 2012 04:45:53 +0000 (08:45 +0400)]
Merge branch 'dev' into new_dpf

11 years agofixed vma filter
Vyacheslav Cherkashin [Tue, 16 Oct 2012 13:50:21 +0000 (17:50 +0400)]
fixed vma filter

11 years agocorrect processing prelink libraries
Vyacheslav Cherkashin [Mon, 15 Oct 2012 08:08:37 +0000 (12:08 +0400)]
correct processing prelink libraries

11 years agoMerge branch 'dev' of 106.109.8.71:/srv/git/dbi into dev
Vyacheslav Cherkashin [Mon, 15 Oct 2012 06:55:59 +0000 (10:55 +0400)]
Merge branch 'dev' of 106.109.8.71:/srv/git/dbi into dev

11 years agorefactoring function 'inst_usr_space_proc'
Vyacheslav Cherkashin [Wed, 10 Oct 2012 08:28:43 +0000 (12:28 +0400)]
refactoring function 'inst_usr_space_proc'

add function 'get_dentry'

11 years agodelete struct us_proc_ip, used us_proc_ip_t
Vyacheslav Cherkashin [Mon, 8 Oct 2012 12:50:51 +0000 (16:50 +0400)]
delete struct us_proc_ip, used us_proc_ip_t

11 years agorefactoring
Vyacheslav Cherkashin [Mon, 8 Oct 2012 12:36:34 +0000 (16:36 +0400)]
refactoring

11 years agorefactoring
Vyacheslav Cherkashin [Mon, 8 Oct 2012 11:26:49 +0000 (15:26 +0400)]
refactoring

11 years agoworking, owerhead 60 -> 6
Vyacheslav Cherkashin [Mon, 8 Oct 2012 09:02:21 +0000 (13:02 +0400)]
working, owerhead 60 -> 6

11 years agointermediate result
Vyacheslav Cherkashin [Thu, 4 Oct 2012 07:26:01 +0000 (11:26 +0400)]
intermediate result

11 years agoMerge branch 'dev' of ssh://106.109.8.71/srv/git/dbi into dev
Dmitry Kovalenko [Mon, 1 Oct 2012 10:10:55 +0000 (14:10 +0400)]
Merge branch 'dev' of ssh://106.109.8.71/srv/git/dbi into dev

11 years agofix bug rp2, when installed kprobe kfree
Vyacheslav Cherkashin [Fri, 28 Sep 2012 11:24:53 +0000 (15:24 +0400)]
fix bug rp2, when installed kprobe kfree

11 years agodel user mode in kprobe_running (for ARM)
Vyacheslav Cherkashin [Fri, 28 Sep 2012 11:04:14 +0000 (15:04 +0400)]
del user mode in kprobe_running (for ARM)

11 years agorefactoring_kprobe
Vyacheslav Cherkashin [Fri, 28 Sep 2012 09:40:17 +0000 (13:40 +0400)]
refactoring_kprobe

11 years agoadd user mode in kprobe_running (for ARM)
Vyacheslav Cherkashin [Mon, 24 Sep 2012 08:19:39 +0000 (12:19 +0400)]
add user mode in kprobe_running (for ARM)

11 years agoMakefiles fix
Dmitry Kovalenko [Mon, 24 Sep 2012 06:27:08 +0000 (10:27 +0400)]
Makefiles fix

11 years agoDESTDIR expanded by prefix var in daemon's Makefile.am
Dmitry Kovalenko [Wed, 19 Sep 2012 14:42:57 +0000 (18:42 +0400)]
DESTDIR expanded by prefix var in daemon's Makefile.am

11 years agoBuildsystem redesign
Dmitry Kovalenko [Wed, 19 Sep 2012 09:26:58 +0000 (13:26 +0400)]
Buildsystem redesign

11 years agoMerge branch 'dev' of 106.109.8.71:/srv/git/dbi into dev
Vyacheslav Cherkashin [Wed, 12 Sep 2012 08:19:24 +0000 (12:19 +0400)]
Merge branch 'dev' of 106.109.8.71:/srv/git/dbi into dev