[FEATURE] New probes interface 55/29555/7
authorAlexander Aksenov <a.aksenov@samsung.com>
Tue, 9 Sep 2014 07:59:57 +0000 (11:59 +0400)
committerAlexander Aksenov <a.aksenov@samsung.com>
Wed, 12 Nov 2014 12:30:50 +0000 (15:30 +0300)
commitf71aa99c316e5aebdee03adc74e6b87b14bfd502
tree525f441047d6aa54695f5f045da90588447e28cb
parent10433d40881fb6e6c3129b2a1d731c0492eb11f9
[FEATURE] New probes interface

Separates probes from us_manager.
Now all new probe types should register their methods
using special interface declared in us_manager/probes/register_probes.h
To use probes methods, include us_manager/probes/use_probes.h.

Change-Id: I07c7452789b8eec42cd5372ad2b69a5b8d56804b
Signed-off-by: Alexander Aksenov <a.aksenov@samsung.com>
26 files changed:
Kbuild
build.sh
parser/us_inst.c
retprobe/Kbuild [new file with mode: 0644]
retprobe/retprobe.c [new file with mode: 0644]
retprobe/retprobe.h [new file with mode: 0644]
us_manager/Kbuild
us_manager/img/img_file.c
us_manager/img/img_file.h
us_manager/img/img_ip.c
us_manager/img/img_ip.h
us_manager/img/img_proc.c
us_manager/img/img_proc.h
us_manager/pf/pf_group.c
us_manager/pf/pf_group.h
us_manager/probes/probes.c [new file with mode: 0644]
us_manager/probes/probes.h [new file with mode: 0644]
us_manager/probes/register_probes.h [new file with mode: 0644]
us_manager/probes/use_probes.h [new file with mode: 0644]
us_manager/sspt/ip.c
us_manager/sspt/ip.h
us_manager/sspt/sspt.h
us_manager/sspt/sspt_debug.h
us_manager/sspt/sspt_file.c
us_manager/sspt/sspt_file.h
us_manager/sspt/sspt_page.c