[linux-yocto] [PATCH 0/5] linux-yocto-3.4 kprobes/uprobes updates

Bruce Ashfield bruce.ashfield at windriver.com
Mon Sep 10 10:27:38 PDT 2012


On 12-09-10 01:02 PM, tom.zanussi at intel.com wrote:
> From: Tom Zanussi<tom.zanussi at intel.com>
>
> This patchset adds uprobe config options that turn on the uprobes
> feature, add an anagous kprobes feature and have systemtap use them.

Looks good to me. I was just about to send a v3.4.10 pull request, so I'll
add these to it.

Bruce

>
> The following changes since commit 463299bc2e533e1bd38b0053ae7b210980f269c3:
>
>    meta: bump kver to v3.4.9 (2012-08-17 16:25:01 -0400)
>
> are available in the git repository at:
>
>    git://git.yoctoproject.org/linux-yocto-2.6.37-contrib.git tzanussi/kprobes-uprobes-3.4-updates
>    http://git.yoctoproject.org/cgit/cgit.cgi/linux-yocto-2.6.37-contrib/log/?h=tzanussi/kprobes-uprobes-3.4-updates
>
> Tom Zanussi (5):
>    meta: add uprobe.cfg
>    meta: have uprobe feature use uprobe.cfg
>    meta: add kprobes feature
>    meta: add kprobes support to ktypes/standard
>    meta: have systemtap use kprobes and uprobes feature
>
>   meta/cfg/kernel-cache/features/kprobes/kprobes.cfg       | 2 ++
>   meta/cfg/kernel-cache/features/kprobes/kprobes.scc       | 4 ++++
>   meta/cfg/kernel-cache/features/systemtap/systemtap.cfg   | 1 -
>   meta/cfg/kernel-cache/features/systemtap/systemtap.scc   | 3 +++
>   meta/cfg/kernel-cache/features/uprobe/uprobe.cfg         | 2 ++
>   meta/cfg/kernel-cache/features/uprobe/uprobe.scc         | 5 +++++
>   meta/cfg/kernel-cache/ktypes/standard/standard-nocfg.scc | 3 +++
>   7 files changed, 19 insertions(+), 1 deletion(-)
>   create mode 100644 meta/cfg/kernel-cache/features/kprobes/kprobes.cfg
>   create mode 100644 meta/cfg/kernel-cache/features/kprobes/kprobes.scc
>   create mode 100644 meta/cfg/kernel-cache/features/uprobe/uprobe.cfg
>




More information about the linux-yocto mailing list