]> sourceware.org Git - systemtap.git/commit
Improved handling of uprobes.ko by compile-server and client.
authorDave Brolley <brolley@redhat.com>
Thu, 25 Nov 2010 16:11:36 +0000 (11:11 -0500)
committerDave Brolley <brolley@redhat.com>
Thu, 25 Nov 2010 16:11:36 +0000 (11:11 -0500)
commit474d17ad90faf36bb51ea2cb18d5101cdbf4dc09
tree56f5cb5bbc336b5bfb676b39ecc04ebf80e3752e
parentc2291a6542c276cdf7fe8ea84b1adfc431bd6bec
Improved handling of uprobes.ko by compile-server and client.

- Server now returns uprobes.ko to client when required.
- New optional argument to staprun's -u option to specify the location
  of uprobes module.
- Client uses new argument of -u to specify uprobes.ko returned by
  the server.
- staprun still prefers already-loaded uprobes, built-in uprobes and
  kernel-built uprobes over the one returned by the server.
- staprun verifies the signature of the uprobes module for unprivileged
  users.
buildrun.cxx
csclient.cxx
runtime/staprun/common.c
runtime/staprun/staprun.c
runtime/staprun/staprun.h
session.cxx
session.h
stap-server-connect.c
This page took 0.026488 seconds and 5 git commands to generate.