]> sourceware.org Git - systemtap.git/log
systemtap.git
17 years ago2007-02-27 Frank Ch. Eigler <fche@redhat.com>
fche [Tue, 27 Feb 2007 19:03:44 +0000 (19:03 +0000)]
2007-02-27  Frank Ch. Eigler  <fche@redhat.com>

PR 4105
* buildok/twentysix.stp: New test.
* systemtap.pass1-4/buildok.exp: kfail it.

17 years ago2007-02-27 David Smith <dsmith@redhat.com>
dsmith [Tue, 27 Feb 2007 18:25:04 +0000 (18:25 +0000)]
2007-02-27  David Smith  <dsmith@redhat.com>

* systemtap.spec.in: Fedora Packaging Guidelines updates.  Updated
BuildRoot macro value to Fedora Extras standard value.  No longer
uses %makeinstall macro.  The rpm now owns the
/usr/libexec/systemtap directory.

17 years ago2007-02-26 David Smith <dsmith@redhat.com>
dsmith [Mon, 26 Feb 2007 20:41:58 +0000 (20:41 +0000)]
2007-02-26  David Smith  <dsmith@redhat.com>

* Makefile.am: Removed 'update-examples' target.  Moved
functionality to systemtap.spec.in.
* Makefile.in: Regenerated from Makefile.am.
* systemtap.spec.in: Fixes paths in the example scripts directly.

17 years ago2007-02-26 David Smith <dsmith@redhat.com>
dsmith [Mon, 26 Feb 2007 19:29:47 +0000 (19:29 +0000)]
2007-02-26  David Smith  <dsmith@redhat.com>

* Makefile.am: Added 'update-examples' target that fixes paths in
the example code we ship in the rpm.
* Makefile.in: Regenerated from Makefile.am.
* systemtap.spec.in: Calls "make update-examples" target to fix
the path to systemtap in the example scripts.

17 years agoChanged the s390 versions of __stp_put_asm __stp_get_asm to use EX_TABLE macro elimi...
dwilder [Mon, 26 Feb 2007 01:41:46 +0000 (01:41 +0000)]
Changed the s390 versions of  __stp_put_asm __stp_get_asm to use EX_TABLE macro eliminating the need for both a s390 and s390x version of these functions.  This alos fixed an aligment problem building the the exception table.

17 years ago* printf format warning fix
fche [Sun, 25 Feb 2007 23:56:47 +0000 (23:56 +0000)]
* printf format warning fix

17 years ago2007-02-25 Frank Ch. Eigler <fche@redhat.com>
fche [Sun, 25 Feb 2007 23:03:49 +0000 (23:03 +0000)]
2007-02-25  Frank Ch. Eigler  <fche@redhat.com>

* elaborate.h (match_node, derived_probe_builder): Add
build_no_more member function.
* elaborate.cxx (semantic_pass_symbols): Call it.
* tapsets.cxx (dwarf_builder): Implement it by releasing dwflpp
instance after pass 2, freeing mucho memory.

17 years ago2007-02-23 Josh Stone <joshua.i.stone@intel.com>
jistone [Fri, 23 Feb 2007 23:16:57 +0000 (23:16 +0000)]
2007-02-23  Josh Stone  <joshua.i.stone@intel.com>

PR 4096
* tapsets.cxx (hrtimer_derived_probe_group::emit_module_decls):
Adapt the function signature for changes in 2.6.21.
(hrtimer_derived_probe_group::emit_module_init): Fix the enum name
for 2.6.21 as well.

17 years agomore warning elision
fche [Fri, 23 Feb 2007 15:30:15 +0000 (15:30 +0000)]
more warning elision

17 years agoCreated an s390x version of syscall.mmap, syscall.mmap2, syscall.mmap.return,
dwilder [Thu, 22 Feb 2007 23:11:59 +0000 (23:11 +0000)]
Created an s390x version of syscall.mmap, syscall.mmap2, syscall.mmap.return,
syscall.mmap2.return.

17 years ago2007-02-19 David Smith <dsmith@redhat.com>
dsmith [Tue, 20 Feb 2007 15:37:50 +0000 (15:37 +0000)]
2007-02-19  David Smith  <dsmith@redhat.com>

PR 4081
* Makefile.am: The symbolic link that the Makefile creates to stap
now points to the installed version of stap when "make
installcheck" is run.
* Makefile.in: Regenerated.

17 years agoexcise memories of /usr/local
fche [Mon, 19 Feb 2007 20:31:27 +0000 (20:31 +0000)]
excise memories of /usr/local

17 years ago2007-02-19 Frank Ch. Eigler <fche@elastic.org>
fche [Mon, 19 Feb 2007 18:28:52 +0000 (18:28 +0000)]
2007-02-19  Frank Ch. Eigler  <fche@elastic.org>

PR 4078 and more, including patch from
Eugeniy Meshcheryakov <eugen@debian.org>:
* Makefile.am (AM_CXXFLAGS, AM_CFLAGS): Add -Wextra -Wall -Werror
consistently.
* Makefile.in: Regenerated.
(*): Many minor warning fixes.

17 years agomention printk
fche [Sun, 18 Feb 2007 16:03:08 +0000 (16:03 +0000)]
mention printk

17 years ago2007-02-17 Frank Ch. Eigler <fche@elastic.org>
fche [Sat, 17 Feb 2007 12:26:14 +0000 (12:26 +0000)]
2007-02-17  Frank Ch. Eigler  <fche@elastic.org>

PR 4066.
* translate.cxx (var::init): Check stat scalar initialization,
just like is done for arrays.
(emit_module_exit): Check unlikely but possible null timing stat.

17 years ago2007-02-16 David Smith <dsmith@redhat.com>
dsmith [Fri, 16 Feb 2007 16:02:45 +0000 (16:02 +0000)]
2007-02-16  David Smith  <dsmith@redhat.com>

* systemtap.base/alternatives.exp: New test case.

17 years ago2007-02-15 David Smith <dsmith@redhat.com>
dsmith [Thu, 15 Feb 2007 21:55:05 +0000 (21:55 +0000)]
2007-02-15  David Smith  <dsmith@redhat.com>

PR 3625.
* tapsets.cxx (dwflpp::print_locals): New function to print all
the variables/parameters of a function.
(dwflpp::find_variable_and_frame_base): Calls print_locals() when
target variable can't be found.
(dwflpp::print_members): New function to print all the members of
a union/structure.
(dwflpp::translate_components) Calls print_members() when
union/structure member target variable reference can't be found.

17 years ago2007-02-14 Frank Ch. Eigler <fche@elastic.org>
fche [Wed, 14 Feb 2007 14:17:20 +0000 (14:17 +0000)]
2007-02-14  Frank Ch. Eigler  <fche@elastic.org>

* tapsets.cxx (emit_module_decls): Assert CONFIG_KPROBES,
as suggested by Andreas Kostyrka <andreas@kostyrka.org>.

17 years agoThe s390x version of store_deref was missed named, I fixed it.
dwilder [Mon, 12 Feb 2007 19:00:20 +0000 (19:00 +0000)]
The s390x version of store_deref was missed named,  I fixed it.

17 years ago2007-02-12 Frank Ch. Eigler <fche@elastic.org>
fche [Mon, 12 Feb 2007 15:22:35 +0000 (15:22 +0000)]
2007-02-12  Frank Ch. Eigler  <fche@elastic.org>

* tapsets.cxx (query_statement): Tolerate null file name string.

17 years ago2007-02-09 Frank Ch. Eigler <fche@elastic.org>
fche [Fri, 9 Feb 2007 19:01:30 +0000 (19:01 +0000)]
2007-02-09  Frank Ch. Eigler  <fche@elastic.org>

* conversions.stp (*): Make errmsg usage uniform.

17 years ago* d'oh - disable tests unless [installtest_p]
fche [Fri, 9 Feb 2007 18:57:11 +0000 (18:57 +0000)]
* d'oh - disable tests unless [installtest_p]

17 years ago* fixed -P doc typo
fche [Fri, 9 Feb 2007 15:16:32 +0000 (15:16 +0000)]
* fixed -P doc typo
* added atomic issues to %{ %} docs

17 years ago2007-02-09 Frank Ch. Eigler <fche@elastic.org>
fche [Fri, 9 Feb 2007 13:45:49 +0000 (13:45 +0000)]
2007-02-09  Frank Ch. Eigler  <fche@elastic.org>

PR 3965
* configure.ac: Add --enable-prologue option.
* configure, config.in: Regenerated.
* session.h (prologue_searching): New field.
* main.cxx (main): Parse new "-P" option.  Initialize based on
autoconf flag.
* stap.1.in, NEWS: Document it.
* hash.cxx (find_hash): Include it in computation.
* tapsets.cxx (query_func_info, query_cu): Respect it.

2007-02-09  Frank Ch. Eigler  <fche@elastic.org>

* systemtap.base/prologue.*: New test case.

17 years ago2007-02-07 Martin Hunt <hunt@redhat.com>
hunt [Wed, 7 Feb 2007 15:54:10 +0000 (15:54 +0000)]
2007-02-07  Martin Hunt  <hunt@redhat.com>

* stack-ppc64.c (__stp_stack_print): Remove an old
reference to the string length and instead limit backtraces
to MAXBACKTRACE.
* stack.c: Define MAXBACKTRACE

17 years ago2007-02-06 Josh Stone <joshua.i.stone@intel.com>
jistone [Wed, 7 Feb 2007 02:54:30 +0000 (02:54 +0000)]
2007-02-06  Josh Stone  <joshua.i.stone@intel.com>

* aux_syscalls.stp, inet_sock.stp, ioblock.stp, ioscheduler.stp,
nfs.stp, nfs_proc.stp, nfsd.stp, rpc.stp, scsi.stp, signal.stp,
socket.stp, task.stp, tcp.stp, vfs.stp: Protect pointer dereferences
with kread wherever possible.  Some places still have hazards, as
marked with FIXMEs.

* errno.stp (returnstr): Don't use return in tapset C functions.
* aux_syscalls.stp (__uget_timex_m): Ditto.
* nfsd.stp (__get_fh): Ditto.
* nfs.stp, vfs.stp (<many functions>): Ditto.
* string.stp (substr): Ditto. Also make sure start index is valid.

* syscalls.stp (syscall.execve): Change __string to kernel_string.

LKET/
* nfs.stp, nfs_proc.stp, nfsd.stp, process.stp, tskdispatch.stp:
Protect pointer dereferences with kread wherever possible.  Some
places still have hazards, as marked with FIXMEs.

* aio.stp (log_io_getevents): Don't use return in tapset C functions.
* timestamp.stp (set_timing_method): Ditto.
* utils.stp (filter_by_pid): Ditto.

17 years agoadd a #!
jistone [Wed, 7 Feb 2007 02:18:35 +0000 (02:18 +0000)]
add a #!

17 years ago2007-02-06 Josh Stone <joshua.i.stone@intel.com>
jistone [Tue, 6 Feb 2007 22:55:59 +0000 (22:55 +0000)]
2007-02-06  Josh Stone  <joshua.i.stone@intel.com>

runtime/
* loc2c-runtime.h (kread): Let it work with const types.

testsuite/
* systemtap.base/deref.stp: Test kread with const sources.

17 years ago* kernel_{string,long,...,char} protected accessor functions
fche [Tue, 6 Feb 2007 20:23:25 +0000 (20:23 +0000)]
* kernel_{string,long,...,char} protected accessor functions
* test suites for all of 'em too
* even documentation
* mm, donuts

2007-02-06  Frank Ch. Eigler  <fche@elastic.org>

* stapfuncs.5.in: Add docs for kernel_{long,int,short,char} and
some user_string* variants.

2007-02-06  Frank Ch. Eigler  <fche@elastic.org>

* conversions.stp (kernel_long/int/short/char): New functions.

2007-02-06  Frank Ch. Eigler  <fche@elastic.org>

* buildok/conversions.stp: Build-test all conversions.stp functions.
* systemtap.stress/conversions.*: New test.

17 years ago* removing old reminder
fche [Sun, 4 Feb 2007 15:59:30 +0000 (15:59 +0000)]
* removing old reminder

17 years agowordwrap
fche [Wed, 31 Jan 2007 21:03:45 +0000 (21:03 +0000)]
wordwrap

17 years ago2007-01-31 Martin Hunt <hunt@redhat.com>
hunt [Wed, 31 Jan 2007 20:19:19 +0000 (20:19 +0000)]
2007-01-31  Martin Hunt  <hunt@redhat.com>

* translate.cxx (translate_pass): Remove old string impedance
mismatch stuff. Modify included files.

17 years ago2007-01-31 Martin Hunt <hunt@redhat.com>
hunt [Wed, 31 Jan 2007 20:17:02 +0000 (20:17 +0000)]
2007-01-31  Martin Hunt  <hunt@redhat.com>

* context.stp (print_backtrace): Modify for new
_stp_stack_print.
(backtrace): Just use _stp_stack_snprint().
(print_stack): Use new _stp_print* functions.
(probefunc): Use _stp_symbol_snprint.

17 years ago2007-01-31 Martin Hunt <hunt@redhat.com>
hunt [Wed, 31 Jan 2007 20:13:02 +0000 (20:13 +0000)]
2007-01-31  Martin Hunt  <hunt@redhat.com>

* string.c (_stp_string_init): Deleted.
(_stp_sprintf): Deleted.
(_stp_vsprintf): Deleted.
(_stp_string_cat_cstr): Deleted.
(_stp_string_cat_string): Deleted.
(_stp_string_cat_char): Deleted.
(_stp_string_ptr): Deleted.
(_stp_string_cat): Deleted.
(_stp_snprintf): Moved from vsprintf.c.
(_stp_vscnprintf): Moved from vsprintf.c.

* string.h (STP_STRING_SIZE): Deleted.
(STP_NUM_STRINGS): Deleted.
Remove all references to type "String".

        * vsprintf.c (_stp_vscnprintf): Moved to string.c.
(_stp_snprintf): Moved to string.c

* sym.c (_stp_symbol_sprint): Replaced with
_stp_symbol_print, which writes to the print buffer.
(_stp_symbol_sprint_basic): Replaced with
_stp_symbol_snprint.

* runtime.h: Include io.c.

* stat-common.c: Use new _stp_print* functions.
* stat.c: Ditto.

* regs.c: Renamed to regs-ia64.c.
* current.c: Renamed regs.c.
* regs-ia64.c: New file (renamed from regs.c).

* stack.c (_stp_stack_sprint): Renamed _stp_stack_print
and now just prints to the print buffer. Calls
__stp_stack_print instead of __stp_stack_sprint.
(_stp_stack_snprint): New function. Calls _stp_stack_print and
then copies the print buffer into a string.
(_stp_stack_printj): Deleted.
(_stp_ustack_sprint): Deleted.
* stack-*.c: Rewritten to print instead of writing to strings.
Uses new _stp_print* functions.

* print.c (_stp_printf): Create new function instead of macro.
(_stp_print): Ditto.
(_stp_print_char): New function.

* map.c: Use _stp_print() and _stp_print_char()
instead of _stp_print_cstr().

* io.c (_stp_vlog): Use _stp_print() instead
of _stp_string_cat_cstr().

* copy.c (_stp_string_from_user): Deleted.

17 years agodelete statement update
fche [Wed, 31 Jan 2007 19:28:39 +0000 (19:28 +0000)]
delete statement update

17 years ago2007-01-30 Martin Hunt <hunt@redhat.com>
hunt [Tue, 30 Jan 2007 19:19:29 +0000 (19:19 +0000)]
2007-01-30  Martin Hunt  <hunt@redhat.com>

* symbols.c: Comment out many debug lines.

17 years ago2007-01-30 Martin Hunt <hunt@redhat.com>
hunt [Tue, 30 Jan 2007 19:18:06 +0000 (19:18 +0000)]
2007-01-30  Martin Hunt  <hunt@redhat.com>

* io.c (_stp_vlog): Use dynamic percpu allocations
instead of very wasteful static allocations.
* print.c (_stp_print_init): Do percpu allocations
for io.c.
(_stp_print_cleanup): Free percpu allocations.

* string.c (_stp_sprintf): Overflow check needed
to be >= instead of >.

17 years ago2007-01-30 Martin Hunt <hunt@redhat.com>
hunt [Tue, 30 Jan 2007 17:13:46 +0000 (17:13 +0000)]
2007-01-30  Martin Hunt  <hunt@redhat.com>

* alloc.c (_stp_alloc_percpu):  Don't implement
our own; just call __alloc_percpu with appropriate args
for the OS version.
(_stp_free_percpu): Delete.
* map.c (_stp_map_init): When calling kmalloc_node, first
call cpu_to_node() to get the proper node number.
* stat.c (_stp_stat_del): Call free_percpu()
instead of _stp_free_percpu().

17 years ago2007-01-30 Frank Ch. Eigler <fche@elastic.org>
fche [Tue, 30 Jan 2007 15:03:27 +0000 (15:03 +0000)]
2007-01-30  Frank Ch. Eigler  <fche@elastic.org>

* socket-trace.stp: Added from the tutorial.

17 years ago2007-01-29 Frank Ch. Eigler <fche@elastic.org>
fche [Mon, 29 Jan 2007 20:54:32 +0000 (20:54 +0000)]
2007-01-29  Frank Ch. Eigler  <fche@elastic.org>

* configure.ac, configure: Bumped version to 0.5.13 for development.

17 years ago2007-01-29 Frank Ch. Eigler <fche@elastic.org>
fche [Mon, 29 Jan 2007 20:52:51 +0000 (20:52 +0000)]
2007-01-29  Frank Ch. Eigler  <fche@elastic.org>

* translate.cxx (emit_module_init): Add some more type casts to printk args.

17 years agonone
fche [Mon, 29 Jan 2007 20:49:38 +0000 (20:49 +0000)]
none

17 years ago2007-01-29 Martin Hunt <hunt@redhat.com>
hunt [Mon, 29 Jan 2007 20:45:59 +0000 (20:45 +0000)]
2007-01-29  Martin Hunt  <hunt@redhat.com>

* translate.cxx (emit_module_init): BZ3888. Add memory usage for the
runtime to the printk.

17 years ago2007-01-29 Martin Hunt <hunt@redhat.com>
hunt [Mon, 29 Jan 2007 20:44:38 +0000 (20:44 +0000)]
2007-01-29  Martin Hunt  <hunt@redhat.com>

* procfs.c: Count allocated IO memory.
* symbols.c: Use _stp_kmalloc() and _stp_kzalloc().
* transport.c: Count allocated IO memory.

17 years ago2007-01-29 Martin Hunt <hunt@redhat.com>
hunt [Mon, 29 Jan 2007 20:42:16 +0000 (20:42 +0000)]
2007-01-29  Martin Hunt  <hunt@redhat.com>
* alloc.c (_stp_kmalloc): New function. Call kmalloc
with the coirrect flags and track usage.
(_stp_kzalloc): Ditto.
* map.c: Use new alloc calls.
* print.c: Ditto.
* stat.c: Ditto.
* time.c: Ditto.

17 years agoNew example that uses a shell script to process command line options for a systemtap...
mmason [Mon, 29 Jan 2007 20:35:39 +0000 (20:35 +0000)]
New example that uses a shell script to process command line options for a systemtap script.

17 years ago2007-01-29 Frank Ch. Eigler <fche@elastic.org>
fche [Mon, 29 Jan 2007 20:32:00 +0000 (20:32 +0000)]
2007-01-29  Frank Ch. Eigler  <fche@elastic.org>

* main.cxx (main): For successful last_pass=4, print compiled module name.
* cache.cxx (get_from_cache): Ditto.

2007-01-29  Frank Ch. Eigler  <fche@elastic.org>

* systemtap.base/cache.exp (stap_compile): Accept new -p4 output.

17 years ago2007-01-26 Josh Stone <joshua.i.stone@intel.com>
jistone [Sat, 27 Jan 2007 00:42:31 +0000 (00:42 +0000)]
2007-01-26  Josh Stone  <joshua.i.stone@intel.com>

* vfs.stp (ppos_pos): Change deref() to kread() so i686 passes.

17 years ago.
roland [Fri, 26 Jan 2007 01:12:53 +0000 (01:12 +0000)]
.

17 years ago2007-01-25 Roland McGrath <roland@redhat.com>
roland [Fri, 26 Jan 2007 01:12:46 +0000 (01:12 +0000)]
2007-01-25  Roland McGrath  <roland@redhat.com>

* loc2c-runtime.h (store_deref): Use "Zr" constraint for 64-bit case.

17 years ago__is_idle should be pure.
jistone [Thu, 25 Jan 2007 21:31:32 +0000 (21:31 +0000)]
__is_idle should be pure.

17 years agoFix for missing SOCK_PASSSEC in kernels earlier than 2.6.18.
mmason [Thu, 25 Jan 2007 18:42:37 +0000 (18:42 +0000)]
Fix for missing SOCK_PASSSEC in kernels earlier than 2.6.18.

17 years ago2007-01-25 Martin Hunt <hunt@localhost.localdomain>
hunt [Thu, 25 Jan 2007 17:06:38 +0000 (17:06 +0000)]
2007-01-25  Martin Hunt  <hunt@localhost.localdomain>

* syscalls2.stp: Add sys32_ustat probe.

17 years ago * systemtap.syscall/syscall.exp: Increase timeout for slow machines.
wcohen [Wed, 24 Jan 2007 22:14:20 +0000 (22:14 +0000)]
* systemtap.syscall/syscall.exp: Increase timeout for slow machines.

17 years agoadd helpful blurb
fche [Wed, 24 Jan 2007 14:55:36 +0000 (14:55 +0000)]
add helpful blurb

17 years agoForgot to include ChangeLog in last commit.
mmason [Wed, 24 Jan 2007 07:26:40 +0000 (07:26 +0000)]
Forgot to include ChangeLog in last commit.

17 years agoAdded stapprobes.socket(5) man page and updates to stapprobes(5) and stapfuncs(5).
mmason [Wed, 24 Jan 2007 07:25:29 +0000 (07:25 +0000)]
Added stapprobes.socket(5) man page and updates to stapprobes(5) and stapfuncs(5).

17 years agoChanged bit checking method in sock_flags_num2str().
mmason [Wed, 24 Jan 2007 06:38:58 +0000 (06:38 +0000)]
Changed bit checking method in sock_flags_num2str().

17 years ago2007-01-23 Frank Ch. Eigler <fche@elastic.org>
fche [Tue, 23 Jan 2007 20:03:21 +0000 (20:03 +0000)]
2007-01-23  Frank Ch. Eigler  <fche@elastic.org>

* tapsets.cxx (loc2c_error): Correct vasprintf ignored-rc warning.

17 years ago2007-01-23 Frank Ch. Eigler <fche@elastic.org>
fche [Tue, 23 Jan 2007 19:30:16 +0000 (19:30 +0000)]
2007-01-23  Frank Ch. Eigler  <fche@elastic.org>

* systemtap.pass1-4/buildok.exp: Remove most kfail designations.

17 years agoAdded build test for sockets tapset.
mmason [Tue, 23 Jan 2007 18:13:08 +0000 (18:13 +0000)]
Added build test for sockets tapset.

17 years agoNew sockets tapset.
mmason [Tue, 23 Jan 2007 18:08:22 +0000 (18:08 +0000)]
New sockets tapset.

17 years agoAdded new string functions tokenize() and strtol().
mmason [Tue, 23 Jan 2007 18:03:50 +0000 (18:03 +0000)]
Added new string functions tokenize() and strtol().

17 years ago2007-01-22 Josh Stone <joshua.i.stone@intel.com>
jistone [Tue, 23 Jan 2007 02:57:01 +0000 (02:57 +0000)]
2007-01-22  Josh Stone  <joshua.i.stone@intel.com>

runtime/
* loc2c-runtime.h (kread, kwrite): Tweaks to work better with
reading and writing pointer values.
testsuite/
* systemtap.base/deref.stp: Rewrite test, and now also check the ability
to read/write pointers.

17 years ago2007-01-22 Frank Ch. Eigler <fche@redhat.com>
fche [Mon, 22 Jan 2007 22:44:32 +0000 (22:44 +0000)]
2007-01-22  Frank Ch. Eigler  <fche@redhat.com>

* config/unix.exp: New file as a master load_lib repository.
* */*.exp: Removed load_lib calls.
* parseko/cmdline01.stp: Swallow expected stap ERROR: message.
* systemtap.syscall/syscall.exp: Added installmode_p checks.

17 years agoFix for kallsyms problem
hunt [Mon, 22 Jan 2007 18:45:16 +0000 (18:45 +0000)]
Fix for kallsyms problem

17 years ago2007-01-22 Martin Hunt <hunt@redhat.com>
hunt [Mon, 22 Jan 2007 16:56:42 +0000 (16:56 +0000)]
2007-01-22  Martin Hunt  <hunt@redhat.com>

* translate.cxx (mapvar::exists): Use new _stp_map_exists function.
Testing for zero is no longer correct after changes from 2007-01-10
below.

17 years ago2007-01-22 Martin Hunt <hunt@redhat.com>
hunt [Mon, 22 Jan 2007 16:54:18 +0000 (16:54 +0000)]
2007-01-22  Martin Hunt  <hunt@redhat.com>

* map-gen.c (_stp_map_exists): New. Check for membership only.

17 years ago2007-01-22 Martin Hunt <hunt@redhat.com>
hunt [Mon, 22 Jan 2007 16:52:44 +0000 (16:52 +0000)]
2007-01-22  Martin Hunt  <hunt@redhat.com>

* systemtap.maps/exists.stp: New test to see if
array elements exist using the "in" keyword.

17 years agoUpdated kmodule.stp test to look for other modules when ext3 isn't a module.
mmason [Sun, 21 Jan 2007 02:13:09 +0000 (02:13 +0000)]
Updated kmodule.stp test to look for other modules when ext3 isn't a module.

17 years ago2007-01-19 Josh Stone <joshua.i.stone@intel.com>
jistone [Sat, 20 Jan 2007 03:03:42 +0000 (03:03 +0000)]
2007-01-19  Josh Stone  <joshua.i.stone@intel.com>

PR 3079
runtime/
* loc2c-runtime.h (kread, kwrite): New macros to safely read/write
values from kernel pointers.  This includes a workaround for 64-bit
numbers on i386 platforms.
testsuite/
* systemtap.base/deref.stp: Use the new kread macro that should work
fine with 64-bit numbers on i386 platforms.  Also expand the test to
include writes with kwrite.
* systemtap.base/deref.exp: Remove the setup_kfail.

17 years ago2007-01-18 Frank Ch. Eigler <fche@elastic.org>
fche [Thu, 18 Jan 2007 23:00:15 +0000 (23:00 +0000)]
2007-01-18  Frank Ch. Eigler  <fche@elastic.org>

* main.cxx (version): Add (C) 2007.
* translate.cxx (emit_module_init): Add a KERN_DEBUG printk
at module startup time to aid debugging and auditing.

17 years agoIn _stp_sockaddr_str() s390x needs sockaddr_ll.sll_addr printed as a long int instead...
dwilder [Thu, 18 Jan 2007 22:50:28 +0000 (22:50 +0000)]
In _stp_sockaddr_str() s390x needs sockaddr_ll.sll_addr printed as a long int instead of long long int.

17 years agoAdded several ? to probe definitions for kernel functions that are not availableon...
dwilder [Thu, 18 Jan 2007 22:38:36 +0000 (22:38 +0000)]
Added several ? to probe definitions for kernel functions that are not availableon s390. This is needed to make probe syscall.* work.

17 years agoAdded s390x support in function errno_str.
dwilder [Thu, 18 Jan 2007 22:31:31 +0000 (22:31 +0000)]
Added s390x support in function errno_str.

17 years ago* embedded-C safety blurb
fche [Wed, 17 Jan 2007 19:35:32 +0000 (19:35 +0000)]
* embedded-C safety blurb

17 years ago2007-01-17 Martin Hunt <hunt@redhat.com>
hunt [Wed, 17 Jan 2007 18:27:41 +0000 (18:27 +0000)]
2007-01-17  Martin Hunt  <hunt@redhat.com>

* syscalls.stp: Add syscall.creat.
* syscalls2.stp: Add compat_sys_open.

17 years ago2007-01-17 Martin Hunt <hunt@redhat.com>
hunt [Wed, 17 Jan 2007 18:24:21 +0000 (18:24 +0000)]
2007-01-17  Martin Hunt  <hunt@redhat.com>

* test.exp: Renamed to syscall.exp.

17 years agobuildok/eighteen.stp: changed to find __audit_getname or audit_getname
mmason [Tue, 16 Jan 2007 21:16:49 +0000 (21:16 +0000)]
buildok/eighteen.stp: changed to find __audit_getname or audit_getname
without checking kernel version to support audit code backports

17 years ago* point to NEWS
fche [Mon, 15 Jan 2007 20:12:49 +0000 (20:12 +0000)]
* point to NEWS

17 years agoTest 32-bit binaries on ppc64 in test.exp.
mmason [Mon, 15 Jan 2007 15:51:28 +0000 (15:51 +0000)]
Test 32-bit binaries on ppc64 in test.exp.

17 years agoFix for ioblocktest.exp test (PR 3867)
mmason [Sat, 13 Jan 2007 19:05:07 +0000 (19:05 +0000)]
Fix for ioblocktest.exp test (PR 3867)

17 years agoAdded ? to request_key probes in x86_64/syscalls.stp to prevent
mmason [Sat, 13 Jan 2007 03:02:48 +0000 (03:02 +0000)]
Added ? to request_key probes in x86_64/syscalls.stp to prevent
syscall.* failures on some kernels.

17 years ago2007-01-12 David Smith <dsmith@redhat.com>
dsmith [Fri, 12 Jan 2007 16:33:16 +0000 (16:33 +0000)]
2007-01-12  David Smith  <dsmith@redhat.com>

* tapsets.cxx
(dwarf_var_expanding_copy_visitor::visit_target_symbol): Since
array behavior has changed (setting to 0 no longer deletes the
array element), we delete the internal counter array element when
providing target variable access in return probes.

17 years agoAdd iotime.stp, sleeptime.stp, and wait4time.stp examples.
wcohen [Thu, 11 Jan 2007 15:47:50 +0000 (15:47 +0000)]
Add iotime.stp, sleeptime.stp, and wait4time.stp examples.

17 years ago.
roland [Thu, 11 Jan 2007 08:43:17 +0000 (08:43 +0000)]
.

17 years ago2007-01-11 Roland McGrath <roland@redhat.com>
roland [Thu, 11 Jan 2007 08:43:10 +0000 (08:43 +0000)]
2007-01-11  Roland McGrath  <roland@redhat.com>

* systemtap.spec.in (elfutils_version): Bump to 0.125.
Older libdw's have known bugs, though the ABI has not changed.

17 years ago* moving examples/ changelog entries
fche [Wed, 10 Jan 2007 18:17:45 +0000 (18:17 +0000)]
* moving examples/ changelog entries

17 years ago2007-01-10 Martin Hunt <hunt@redhat.com>
hunt [Wed, 10 Jan 2007 15:24:36 +0000 (15:24 +0000)]
2007-01-10  Martin Hunt  <hunt@redhat.com>

* small_demos/top.stp: Use "limit" option in foreach.

17 years ago2007-01-10 Martin Hunt <hunt@redhat.com>
hunt [Wed, 10 Jan 2007 15:14:36 +0000 (15:14 +0000)]
2007-01-10  Martin Hunt  <hunt@redhat.com>

* systemtap.maps/foreach_foreach.exp: Update for new delete func.
* systemtap.maps/ii.exp: Ditto.
* systemtap.maps/ii.stp: Ditto.
* systemtap.maps/iiiiii.exp: Ditto.
* systemtap.maps/iiiiii.stp: Ditto.
* systemtap.maps/is.stp: Ditto.
* systemtap.maps/si.exp: Ditto.
* systemtap.maps/si.stp: Ditto.
* systemtap.maps/ss.stp: Ditto.

17 years ago2007-01-10 Martin Hunt <hunt@redhat.com>
hunt [Wed, 10 Jan 2007 15:11:10 +0000 (15:11 +0000)]
2007-01-10  Martin Hunt  <hunt@redhat.com>

* translate.cxx (mapvar::del): Call the new _stp_map_del
function instead of setting to zero.

17 years ago2007-01-10 Martin Hunt <hunt@redhat.com>
hunt [Wed, 10 Jan 2007 15:07:25 +0000 (15:07 +0000)]
2007-01-10  Martin Hunt  <hunt@redhat.com>
PR 3708
* map.c (str_copy): Check for NULL pointers.
(_new_map_set_int64): Don't check val for 0.
(_new_map_set_str): Don't check val for NULL.

* map-gen.c (VAL_IS_ZERO): Removed.
(_stp_map_del): New.
(__stp_map_set): Don't check for zero.

* pmap-gen.c (VAL_IS_ZERO): Removed.
(_stp_pmap_del): New.
(__stp_pmap_set): Don't check for zero.

17 years ago2007-01-09 Martin Hunt <hunt@redhat.com>
hunt [Tue, 9 Jan 2007 20:39:19 +0000 (20:39 +0000)]
2007-01-09  Martin Hunt  <hunt@redhat.com>

* test.exp, test.tcl, test-debug.tcl: PR 3524.
Support for separtet source and obj trees.

17 years ago2007-01-09 Martin Hunt <hunt@redhat.com>
hunt [Tue, 9 Jan 2007 17:43:55 +0000 (17:43 +0000)]
2007-01-09  Martin Hunt  <hunt@redhat.com>

* symbols.c (_stp_del_module): Fix so memory allocated
for module 0 (kernel) is freed.
(_stp_free_modules): No need to lock module list.

17 years agolaggard release-0.5.12
fche [Tue, 2 Jan 2007 04:38:17 +0000 (04:38 +0000)]
laggard

17 years ago2007-01-01 Frank Ch. Eigler <fche@redhat.com>
fche [Tue, 2 Jan 2007 04:33:41 +0000 (04:33 +0000)]
2007-01-01  Frank Ch. Eigler  <fche@redhat.com>

* configure.ac: Bump version to 0.5.12 for release.
* configure: Regenerated.
* NEWS, AUTHORS: Populate & repopulate.
* examples/*: Added several .stp/.txt files from the wiki.

17 years ago2006-12-29 Frank Ch. Eigler <fche@elastic.org>
fche [Sat, 30 Dec 2006 04:25:51 +0000 (04:25 +0000)]
2006-12-29  Frank Ch. Eigler  <fche@elastic.org>

* tapsets.cxx (*group:emit_module_init): flush stdout less for timing
mode.  Also, Set probe_point variable ...
* translate.cxx (emit_module_init): ... so on registration failure, a
usable error message can be generated.

17 years ago2006-12-29 Frank Ch. Eigler <fche@redhat.com>
fche [Sat, 30 Dec 2006 03:54:51 +0000 (03:54 +0000)]
2006-12-29  Frank Ch. Eigler  <fche@redhat.com>

PR 3523.
* tapsets.cxx (common_probe_entryfn_prologue,epilogue): Restore
support for -t (benchmarking) mode.
* translate.cxx (emit_common_header,emit_module_init):Ditto.
(emit_module_exit,emit_probe): Ditto, with most meat here.

2006-12-29  Frank Ch. Eigler  <fche@redhat.com>

PR 3523.
* buildok/fourteen.stp, fourteen-plus.stp: Tweak & add a test.
* systemtap.base/bench.stp: Work around randomized-ordered probes.
* systemtap.base/bench.exp: Tighten output requirements.

17 years agobugfix for 2.6.19 kernel
guanglei [Fri, 29 Dec 2006 08:02:07 +0000 (08:02 +0000)]
bugfix for 2.6.19 kernel

17 years agofix wrong HOOKID for _addevent.sunrpc.svc.recv.entry
guanglei [Sat, 23 Dec 2006 11:02:29 +0000 (11:02 +0000)]
fix wrong HOOKID for _addevent.sunrpc.svc.recv.entry
and _addevent.sunrpc.svc.recv.return

This page took 0.066834 seconds and 5 git commands to generate.