diff options
| author | hunt <hunt> | 2006-09-27 18:32:03 +0000 |
|---|---|---|
| committer | hunt <hunt> | 2006-09-27 18:32:03 +0000 |
| commit | a0ccc04fd2b9744facb48e779d6357d3b7096ee0 (patch) | |
| tree | 7925af2c516beb39f9e6a5584839dfff7173037e /runtime/ChangeLog | |
| parent | a63a95dc1994d08176b63f0a133749b531f22b80 (diff) | |
| download | systemtap-steved-a0ccc04fd2b9744facb48e779d6357d3b7096ee0.tar.gz systemtap-steved-a0ccc04fd2b9744facb48e779d6357d3b7096ee0.tar.xz systemtap-steved-a0ccc04fd2b9744facb48e779d6357d3b7096ee0.zip | |
2006-09-27 Martin Hunt <hunt@redhat.com>
* stack.c (_stp_kta): Rewrite. Use the _stap_symbols
struct instead of calling into the kernel.
* sym.c (_stp_kallsyms_lookup): Move here from runtime.h
* runtime.h: Get rid of all the symbol stuff that
did not belong here.
Diffstat (limited to 'runtime/ChangeLog')
| -rw-r--r-- | runtime/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/runtime/ChangeLog b/runtime/ChangeLog index 867dca3d..19606072 100644 --- a/runtime/ChangeLog +++ b/runtime/ChangeLog @@ -1,3 +1,13 @@ +2006-09-27 Martin Hunt <hunt@redhat.com> + + * stack.c (_stp_kta): Rewrite. Use the _stap_symbols + struct instead of calling into the kernel. + + * sym.c (_stp_kallsyms_lookup): Move here from runtime.h + + * runtime.h: Get rid of all the symbol stuff that + did not belong here. + 2006-09-26 David Smith <dsmith@redhat.com> * README: Changed 'stpd' references to 'staprun'. |
