]> sourceware.org Git - systemtap.git/commit
2007-03-14 Martin Hunt <hunt@redhat.com>
authorhunt <hunt>
Wed, 14 Mar 2007 16:12:40 +0000 (16:12 +0000)
committerhunt <hunt>
Wed, 14 Mar 2007 16:12:40 +0000 (16:12 +0000)
commitfbbb89fffb3533a3b4fb63c15eaeaae6956391eb
tree6e3420267ef6917d71667070dd5479a569591b13
parenta846e9cd2b991b2b6f895b45f0a2af1ce2c994bc
2007-03-14  Martin Hunt  <hunt@redhat.com>

* transport_msgs.h: ifdef old messages as such.
Add support for new transport.
* relayfs.c: Simplify and add new interface to look
like utt.
* utt.[ch]: New files. Similar to the proposed utt interface.
These setup and teardown relayfs on debugfs.
* control.c: New file. Implements a simple control channel.
A small subset of procfs.c.
* procfs.c: This is now only used for old kernels lacking newer
relayfs. Change STP_RELAYFS to STP_BULKMODE. Use new
messages from transport_msgs.h. Don't support
RELAYFS_CHANNEL_VERSION >= 4. CHanges all control channel functions
to new names. Use pids instead of module names in /proc names.
runtime/transport/ChangeLog
runtime/transport/control.c [new file with mode: 0644]
runtime/transport/procfs.c
runtime/transport/relayfs.c
runtime/transport/symbols.c
runtime/transport/transport.c
runtime/transport/transport.h
runtime/transport/transport_msgs.h
runtime/transport/utt.c [new file with mode: 0644]
runtime/transport/utt.h [new file with mode: 0644]
This page took 0.027943 seconds and 5 git commands to generate.