diff options
| author | fche <fche> | 2005-10-06 16:33:48 +0000 |
|---|---|---|
| committer | fche <fche> | 2005-10-06 16:33:48 +0000 |
| commit | 33f88a80b716a37e6ef7b474622457906cc1f4f0 (patch) | |
| tree | f786ef3895a14c572be4b11d36435f56f7916bf8 /runtime/ChangeLog | |
| parent | 8714b4e52ce6efd60cefea1ca4421b426b5ddeec (diff) | |
| download | systemtap-steved-33f88a80b716a37e6ef7b474622457906cc1f4f0.tar.gz systemtap-steved-33f88a80b716a37e6ef7b474622457906cc1f4f0.tar.xz systemtap-steved-33f88a80b716a37e6ef7b474622457906cc1f4f0.zip | |
2005-10-06 Frank Ch. Eigler <fche@elastic.org>
PR 1332.
* translate.cxx (emit_symbol_data): New function to transcribe
a processed address->symbol lookup table, based upon /proc/kallsyms.
2005-10-06 Frank Ch. Eigler <fche@elastic.org>
PR 1332.
* sym.h: New file to declare explicit symbol table struct.
* runtime.h (_stp_kallsyms_lookup_tabled): Use it if available.
* sym.c (_stp_symbol_sprint): HAS_LOOKUP mooted.
2005-10-06 Frank Ch. Eigler <fche@elastic.org>
PR 1132.
* systemtap.samples/symbols.*: New test.
Diffstat (limited to 'runtime/ChangeLog')
| -rw-r--r-- | runtime/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/runtime/ChangeLog b/runtime/ChangeLog index 548f908e..196d9486 100644 --- a/runtime/ChangeLog +++ b/runtime/ChangeLog @@ -1,3 +1,10 @@ +2005-10-06 Frank Ch. Eigler <fche@elastic.org> + + PR 1332. + * sym.h: New file to declare explicit symbol table struct. + * runtime.h (_stp_kallsyms_lookup_tabled): Use it if available. + * sym.c (_stp_symbol_sprint): HAS_LOOKUP mooted. + 2005-09-30 Graydon Hoare <graydon@redhat.com> * loc2c-runtime.h (_put_user_asm): Fix bracket-matching. |
