]> sourceware.org Git - systemtap.git/log
systemtap.git
16 years agoAdd a cscope target to the Makefile
Josh Stone [Thu, 29 May 2008 23:23:35 +0000 (16:23 -0700)]
Add a cscope target to the Makefile

16 years agoSW5106 Remove old map and histogram formatting code
Stan Cox [Thu, 29 May 2008 18:46:38 +0000 (14:46 -0400)]
SW5106 Remove old map and histogram formatting code

16 years agoFix powerpc dwarfless argument access
Ananth N Mavinakayanahalli [Thu, 29 May 2008 06:45:29 +0000 (12:15 +0530)]
Fix powerpc dwarfless argument access

16 years agoMake sure that return statements don't override existing errors.
Josh Stone [Thu, 29 May 2008 00:11:00 +0000 (17:11 -0700)]
Make sure that return statements don't override existing errors.

16 years agoCheck that errors in nested functions are not lost on return
Josh Stone [Wed, 28 May 2008 20:53:06 +0000 (13:53 -0700)]
Check that errors in nested functions are not lost on return

Currently this test fails, as noted in bugzilla 6529.

16 years agoCorrect redirect of stderr in testsuite. Make installcheck not depend on clean.
Mark Wielaard [Wed, 28 May 2008 14:27:02 +0000 (16:27 +0200)]
Correct redirect of stderr in testsuite. Make installcheck not depend on clean.

16 years agoRemoved debug print.
David Smith [Wed, 28 May 2008 17:00:08 +0000 (12:00 -0500)]
Removed debug print.
2008-05-28  David Smith  <dsmith@redhat.com>

        * tapsets.cxx (utrace_derived_probe_group::emit_module_decls):
        Removed debug print.

16 years agoHandle bug #6500 fallout.
David Smith [Wed, 28 May 2008 16:56:06 +0000 (11:56 -0500)]
Handle bug #6500 fallout.
2008-05-28  David Smith  <dsmith@redhat.com>

        * tapsets.cxx (utrace_derived_probe_group::emit_probe_decl):
        Instead of adding clone handlers, just call the probes directly.
        (utrace_derived_probe_group::emit_module_decls): For syscall
        probes, on exec detach the parent's utrace engine from the child.

2008-05-28  David Smith  <dsmith@redhat.com>

        * task_finder.c (__stp_utrace_attach_match_filename): Added
        register_p parameter, which is passed on to the callback.  Only
        adds death notification if register_p is 1.  If register_p is 0,
        removes death notification.
        (__stp_utrace_attach_match_tsk): Moved code from
        __stp_utrace_task_finder_report_clone that handles the details of
        grabbing a task's path.
        (__stp_utrace_task_finder_report_clone): Calls new
        __stp_utrace_attach_match_tsk().
        (__stp_utrace_task_finder_report_exec): Notifies upper layer that
        it might need to detach from newly exec'ed process.`

16 years agoMinor improvement to multi-threaded support.
David Smith [Wed, 21 May 2008 17:59:56 +0000 (12:59 -0500)]
Minor improvement to multi-threaded support.
2008-05-21  David Smith  <dsmith@redhat.com>

        * tapsets.cxx (utrace_derived_probe_group::emit_module_decls):
        Added new 'event_flag' parameter to task_finder callback.  Only
        calls probe handlers if we received the correct event.

2008-05-21  David Smith  <dsmith@redhat.com>

        * task_finder.c (__stp_utrace_attach_match_filename): Added
        event_flag parameter of event to pass to callback.
        (__stp_utrace_task_finder_target_death): Ditto.
        (__stp_utrace_task_finder_report_clone): Calls
        __stp_utrace_attach_match_filename() with new argument.
        (__stp_utrace_task_finder_report_exec): Ditto.
        (stap_start_task_finder): Calls callback with an invalid
        event_flag since this callback call isn't related to an event.

16 years agoMerge branch 'master' of ssh://sources.redhat.com/git/systemtap
Frank Ch. Eigler [Wed, 28 May 2008 12:17:42 +0000 (08:17 -0400)]
Merge branch 'master' of ssh://sources.redhat.com/git/systemtap

* 'master' of ssh://sources.redhat.com/git/systemtap:
  Create user based cache dir in testsuite.
  Refresh cscope.files.
  Add prototypes for using the 2.6.26 probe_kernel_* functions.

16 years agoRevert "testsuite: use catch{close}catch{wait} to ensure child process pipe/zombie...
Frank Ch. Eigler [Wed, 28 May 2008 12:15:57 +0000 (08:15 -0400)]
Revert "testsuite: use catch{close}catch{wait} to ensure child process pipe/zombie cleanup"
This reverts commit 7938bd829dfd82c40b35d536b5913e666c1454d2.

16 years agoCreate user based cache dir in testsuite.
Mark Wielaard [Wed, 28 May 2008 11:31:37 +0000 (13:31 +0200)]
Create user based cache dir in testsuite.

16 years agoRefresh cscope.files.
Josh Stone [Wed, 28 May 2008 00:17:33 +0000 (17:17 -0700)]
Refresh cscope.files.

16 years agoAdd prototypes for using the 2.6.26 probe_kernel_* functions.
Josh Stone [Sat, 24 May 2008 03:35:55 +0000 (20:35 -0700)]
Add prototypes for using the 2.6.26 probe_kernel_* functions.

For now, the autoconf for the new code is disabled, because it shows
poorer performance than our existing dereferencing functions.  This is
probably because ours get inlined and optimized.  The code is being
committed so that we may re-evaluate its usefulness in the future.

This addresses bugzilla 6432.

16 years agonormalize test case PASS message
Frank Ch. Eigler [Tue, 27 May 2008 22:33:22 +0000 (18:33 -0400)]
normalize test case PASS message

16 years agotestsuite: use catch{close}catch{wait} to ensure child process pipe/zombie cleanup
Frank Ch. Eigler [Tue, 27 May 2008 21:40:00 +0000 (17:40 -0400)]
testsuite: use catch{close}catch{wait} to ensure child process pipe/zombie cleanup

16 years agoFix regparm() on i686 & x86_64.
Josh Stone [Tue, 27 May 2008 20:10:17 +0000 (13:10 -0700)]
Fix regparm() on i686 & x86_64.

It doesn't seem that regparm() is actually used, but I saw compilation
errors when I compiled with -u.

16 years agostmtvars.exp regexp tweak
Frank Ch. Eigler [Mon, 26 May 2008 13:27:05 +0000 (09:27 -0400)]
stmtvars.exp regexp tweak

16 years agoOnly include fdtable.h for kernel versions > 2.6.25.
Mark Wielaard [Mon, 26 May 2008 11:55:14 +0000 (13:55 +0200)]
Only include fdtable.h for kernel versions > 2.6.25.

16 years agoInclude fdtable.h in task.stp for 2.6.26 and format signal.stp
wenji [Mon, 26 May 2008 08:23:12 +0000 (04:23 -0400)]
Include fdtable.h in task.stp for 2.6.26 and format signal.stp

16 years agoCorrect signal.stp for 2.6.26
wenji [Mon, 26 May 2008 06:59:33 +0000 (02:59 -0400)]
Correct signal.stp for 2.6.26

16 years agoMerge branch 'master' of ssh://wenji@sources.redhat.com/git/systemtap
wenji [Mon, 26 May 2008 06:40:52 +0000 (02:40 -0400)]
Merge branch 'master' of ssh://wenji@sources.redhat.com/git/systemtap

16 years agoPR6550: add comment justifying "execrc"
Frank Ch. Eigler [Sat, 24 May 2008 11:00:56 +0000 (07:00 -0400)]
PR6550: add comment justifying "execrc"

16 years agoPR6550: also EXTRA_DIST the little "execrc" helper script file
Frank Ch. Eigler [Sat, 24 May 2008 04:46:28 +0000 (00:46 -0400)]
PR6550: also EXTRA_DIST the little "execrc" helper script file

16 years agoPR6550: --enable-dejazilla: optional automatic test result reporting
Frank Ch. Eigler [Sat, 24 May 2008 04:41:06 +0000 (00:41 -0400)]
PR6550: --enable-dejazilla: optional automatic test result reporting

16 years agoFixed arg #3 type in nd_syscall.accept.
Jim Keniston [Fri, 23 May 2008 20:14:19 +0000 (13:14 -0700)]
Fixed arg #3 type in nd_syscall.accept.

16 years agoAddress powerpc dwarfless test failures.
Jim Keniston [Fri, 23 May 2008 18:44:50 +0000 (11:44 -0700)]
Address powerpc dwarfless test failures.

16 years agotapset cleanup: nfs kernel?,module? -> kernel!,module
Frank Ch. Eigler [Fri, 23 May 2008 15:30:26 +0000 (11:30 -0400)]
tapset cleanup: nfs kernel?,module? -> kernel!,module

16 years agotestsuite cleanup: kfailing some FOO-all-probes tests
Frank Ch. Eigler [Fri, 23 May 2008 14:17:41 +0000 (10:17 -0400)]
testsuite cleanup: kfailing some FOO-all-probes tests

16 years agorpc tapset cleanup
Frank Ch. Eigler [Fri, 23 May 2008 14:08:42 +0000 (10:08 -0400)]
rpc tapset cleanup

16 years agoSrinivasa DS <srinivasa@in.ibm.com>,PR6429 Inerim fix to avoid compilation error...
Srikar Dronamraju [Fri, 23 May 2008 07:44:30 +0000 (13:14 +0530)]
Srinivasa DS <srinivasa@in.ibm.com>,PR6429 Inerim fix to avoid compilation error of systemtap module

16 years agoPR6550: add comment justifying "execrc"
Frank Ch. Eigler [Sat, 24 May 2008 11:00:56 +0000 (07:00 -0400)]
PR6550: add comment justifying "execrc"

16 years agoPR6550: also EXTRA_DIST the little "execrc" helper script file
Frank Ch. Eigler [Sat, 24 May 2008 04:46:28 +0000 (00:46 -0400)]
PR6550: also EXTRA_DIST the little "execrc" helper script file

16 years agoPR6550: --enable-dejazilla: optional automatic test result reporting
Frank Ch. Eigler [Sat, 24 May 2008 04:41:06 +0000 (00:41 -0400)]
PR6550: --enable-dejazilla: optional automatic test result reporting

16 years agoFixed arg #3 type in nd_syscall.accept.
Jim Keniston [Fri, 23 May 2008 20:14:19 +0000 (13:14 -0700)]
Fixed arg #3 type in nd_syscall.accept.

16 years agoAddress powerpc dwarfless test failures.
Jim Keniston [Fri, 23 May 2008 18:44:50 +0000 (11:44 -0700)]
Address powerpc dwarfless test failures.

16 years agotapset cleanup: nfs kernel?,module? -> kernel!,module
Frank Ch. Eigler [Fri, 23 May 2008 15:30:26 +0000 (11:30 -0400)]
tapset cleanup: nfs kernel?,module? -> kernel!,module

16 years agotestsuite cleanup: kfailing some FOO-all-probes tests
Frank Ch. Eigler [Fri, 23 May 2008 14:17:41 +0000 (10:17 -0400)]
testsuite cleanup: kfailing some FOO-all-probes tests

16 years agorpc tapset cleanup
Frank Ch. Eigler [Fri, 23 May 2008 14:08:42 +0000 (10:08 -0400)]
rpc tapset cleanup

16 years agoSrinivasa DS <srinivasa@in.ibm.com>,PR6429 Inerim fix to avoid compilation error...
Srikar Dronamraju [Fri, 23 May 2008 07:44:30 +0000 (13:14 +0530)]
Srinivasa DS <srinivasa@in.ibm.com>,PR6429 Inerim fix to avoid compilation error of systemtap module

16 years agoNarrow the regexp matching in stmtvars.exp
wenji [Fri, 18 Apr 2008 02:06:52 +0000 (22:06 -0400)]
Narrow the regexp matching in stmtvars.exp

16 years agoPR5643: fix .statement(NUM) regression
Wenji Huang [Thu, 22 May 2008 11:40:24 +0000 (07:40 -0400)]
PR5643: fix .statement(NUM) regression

16 years agopowerpc register+arg access
Ananth N Mavinakayanahalli [Thu, 22 May 2008 05:12:35 +0000 (10:42 +0530)]
powerpc register+arg access

16 years agoFix assignment optimization expected results.
Stan Cox [Wed, 21 May 2008 16:47:29 +0000 (12:47 -0400)]
Fix assignment optimization expected results.

16 years agoPR6538: more testsuite tweaks for read-only warnings
Frank Ch. Eigler [Wed, 21 May 2008 16:17:58 +0000 (12:17 -0400)]
PR6538: more testsuite tweaks for read-only warnings

16 years agoPR6538: more tapset fixes
Frank Ch. Eigler [Wed, 21 May 2008 16:15:02 +0000 (12:15 -0400)]
PR6538: more tapset fixes

16 years agoPR6538: explain why absentstats.stp logs will contain warnings
Frank Ch. Eigler [Wed, 21 May 2008 15:47:52 +0000 (11:47 -0400)]
PR6538: explain why absentstats.stp logs will contain warnings

16 years agoMerge branch 'master' of ssh://sources.redhat.com/git/systemtap
Frank Ch. Eigler [Wed, 21 May 2008 15:43:53 +0000 (11:43 -0400)]
Merge branch 'master' of ssh://sources.redhat.com/git/systemtap

* 'master' of ssh://sources.redhat.com/git/systemtap:
  Use pointer_arg to fetch arguments for syscall.utime and compat_utime.
  Optimize compound and binary expression assignments.

16 years agoPR6538: fix treatment of initialized globals
Frank Ch. Eigler [Wed, 21 May 2008 15:42:51 +0000 (11:42 -0400)]
PR6538: fix treatment of initialized globals

16 years agoUse pointer_arg to fetch arguments for syscall.utime and compat_utime.
Mark Wielaard [Wed, 21 May 2008 14:12:17 +0000 (16:12 +0200)]
Use pointer_arg to fetch arguments for syscall.utime and compat_utime.

16 years agoOptimize compound and binary expression assignments.
Stan Cox [Wed, 21 May 2008 13:22:17 +0000 (09:22 -0400)]
Optimize compound and binary expression assignments.

16 years agoMerge branch 'master' of ssh://sources.redhat.com/git/systemtap
Frank Ch. Eigler [Wed, 21 May 2008 12:42:28 +0000 (08:42 -0400)]
Merge branch 'master' of ssh://sources.redhat.com/git/systemtap

* 'master' of ssh://sources.redhat.com/git/systemtap:
  Check new (sub) functions of _struct_utimbuf_* and _struct_compat_utimbuf_*.

16 years agoCheck new (sub) functions of _struct_utimbuf_* and _struct_compat_utimbuf_*.
Mark Wielaard [Wed, 21 May 2008 11:12:21 +0000 (13:12 +0200)]
Check new (sub) functions of _struct_utimbuf_* and _struct_compat_utimbuf_*.

16 years agoPR6538: tapset changes
Frank Ch. Eigler [Tue, 20 May 2008 22:33:38 +0000 (18:33 -0400)]
PR6538: tapset changes

16 years agoPR6538: testsuite changes
Frank Ch. Eigler [Tue, 20 May 2008 22:33:24 +0000 (18:33 -0400)]
PR6538: testsuite changes

16 years agoPR5001: fix test suite collateral damage
Frank Ch. Eigler [Tue, 20 May 2008 21:50:06 +0000 (17:50 -0400)]
PR5001: fix test suite collateral damage

16 years agoPR6538: warn about read-only variables
Frank Ch. Eigler [Tue, 20 May 2008 21:34:07 +0000 (17:34 -0400)]
PR6538: warn about read-only variables

16 years agoAdd some scripts and descriptions to the systemtap.examples.
William Cohen [Tue, 20 May 2008 20:07:50 +0000 (16:07 -0400)]
Add some scripts and descriptions to the systemtap.examples.

16 years agoPR5001: Remove _stp_ctime and always use ctime.
Mark Wielaard [Tue, 20 May 2008 19:58:04 +0000 (21:58 +0200)]
PR5001: Remove _stp_ctime and always use ctime.

16 years agoUse tr1/unordered_map instead of the deprecated ext/hash_map.
Tim Moore [Tue, 20 May 2008 10:39:47 +0000 (12:39 +0200)]
Use tr1/unordered_map instead of the deprecated ext/hash_map.

16 years agoPR6524: ctime() on bad values hangs system.
Mark Wielaard [Mon, 19 May 2008 22:12:25 +0000 (00:12 +0200)]
PR6524: ctime() on bad values hangs system.

16 years agoOptimize away assignments in other contexts.
Stan Cox [Mon, 19 May 2008 20:18:49 +0000 (16:18 -0400)]
Optimize away assignments in other contexts.

16 years agoOptimize away assignments in other contexts.
Stan Cox [Mon, 19 May 2008 19:39:55 +0000 (15:39 -0400)]
Optimize away assignments in other contexts.

16 years agodummy commit for testing systemtap-cvs notification
Frank Ch. Eigler [Mon, 19 May 2008 18:42:46 +0000 (14:42 -0400)]
dummy commit for testing systemtap-cvs notification

16 years agoRemove sa_restorer initialization.
William Cohen [Mon, 19 May 2008 17:43:06 +0000 (13:43 -0400)]
Remove sa_restorer initialization.

16 years agosuppress "pass-2 failed" messages from "stap -l FOOBAR"; just produce empty output
Frank Ch. Eigler [Sat, 17 May 2008 14:02:19 +0000 (10:02 -0400)]
suppress "pass-2 failed" messages from "stap -l FOOBAR"; just produce empty output

16 years agomake the mod_cu_function_cache a hash_map instead of map for more go-go
Frank Ch. Eigler [Sat, 17 May 2008 12:52:19 +0000 (08:52 -0400)]
make the mod_cu_function_cache a hash_map instead of map for more go-go

16 years agoPR5643: function caching for much faster syscall.* pass-2 processing
Frank Ch. Eigler [Fri, 16 May 2008 21:53:31 +0000 (17:53 -0400)]
PR5643: function caching for much faster syscall.* pass-2 processing

16 years agoFixed PR 6499 (utrace probe crash).
David Smith [Fri, 16 May 2008 19:51:07 +0000 (14:51 -0500)]
Fixed PR 6499 (utrace probe crash).
2008-05-16  David Smith  <dsmith@redhat.com>

PR 6499.
* task_finder.c (stap_register_task_finder_target): Added error
check.
(__stp_utrace_task_finder_report_clone): Ditto.
(stap_utrace_detach_ops): Uses do_each_thread/while_each_thread
instead of for_each_process (which only iterated among process
group leaders instead of all threads).
(stap_start_task_finder): Ditto.

16 years agoMerge branch 'master' of ssh://sources.redhat.com/git/systemtap
Frank Ch. Eigler [Fri, 16 May 2008 15:04:30 +0000 (11:04 -0400)]
Merge branch 'master' of ssh://sources.redhat.com/git/systemtap

* 'master' of ssh://sources.redhat.com/git/systemtap:
  Ignores signals when removing the temporary directory.
  Add appropriate ChangeLog entry for earlier checkin.

16 years agonote "make installcheck" in post-build checkout
Frank Ch. Eigler [Fri, 16 May 2008 15:04:05 +0000 (11:04 -0400)]
note "make installcheck" in post-build checkout

16 years agoIgnores signals when removing the temporary directory.
David Smith [Thu, 15 May 2008 20:52:12 +0000 (15:52 -0500)]
Ignores signals when removing the temporary directory.
2008-05-15  David Smith  <dsmith@redhat.com>

* main.cxx (setup_signals): New function.
(main): Calls setup_signals() to setup signal handling.  When
removing the temporary directory, ignore signals.

16 years agoAdd appropriate ChangeLog entry for earlier checkin.
William Cohen [Thu, 15 May 2008 15:25:59 +0000 (11:25 -0400)]
Add appropriate ChangeLog entry for earlier checkin.

16 years agoPR 5955 - Accept ; terminated globals
Ananth N Mavinakayanahalli [Wed, 14 May 2008 05:26:37 +0000 (10:56 +0530)]
PR 5955 - Accept ; terminated globals

16 years agoFactored returnval() out of returnstr(), for use in dwarfless probing.
Jim Keniston [Tue, 13 May 2008 23:33:26 +0000 (16:33 -0700)]
Factored returnval() out of returnstr(), for use in dwarfless probing.

16 years agoConverted more aliases to use arg numbers instead of names. In particular,
Jim Keniston [Tue, 13 May 2008 22:34:00 +0000 (15:34 -0700)]
Converted more aliases to use arg numbers instead of names.  In particular,
converted the aliases for futex, getrusage, and mq_open -- which presented
problems when this tapset is used without dwarf, even if those aliases
aren't used.

16 years agoMerge branch 'master' of ssh://sources.redhat.com/git/systemtap
Frank Ch. Eigler [Mon, 12 May 2008 23:37:31 +0000 (19:37 -0400)]
Merge branch 'master' of ssh://sources.redhat.com/git/systemtap
* 'master' of ssh://sources.redhat.com/git/systemtap:
  The beginnings of a no-dwarf version of syscalls.stp.  Selected
  Added CPU REGISTERS and NUMBERED FUNCTION ARGUMENTS sections to
  Replaced [u_]arg() with [u]int_arg(), [u]long_arg(), {s|u}32_arg(),
  Added support for register(), u_register(), arg(), and u_arg() functions.
  * testsuite/{semok,semko}/nodwf*.stp
  PR 4311 - Function boundary tracing without debuginfo: Phase I

16 years agoRevert "PR6487: extend blacklist with relay/timer subsystem"
Frank Ch. Eigler [Mon, 12 May 2008 23:35:17 +0000 (19:35 -0400)]
Revert "PR6487: extend blacklist with relay/timer subsystem"
This reverts commit e0d0dcf974e2d0898a7f5a05a2a3fdc93ba51fea.

It seems that blacklisting kernel/timer.c is overbroad.

16 years agoPR 4311 - Function boundary tracing without debuginfo: Phases I and II
Jim Keniston [Mon, 12 May 2008 21:09:18 +0000 (14:09 -0700)]
PR 4311 - Function boundary tracing without debuginfo: Phases I and II

16 years agoMerge commit 'origin/dwarfless'
Jim Keniston [Mon, 12 May 2008 19:17:20 +0000 (12:17 -0700)]
Merge commit 'origin/dwarfless'
PR 4311 - Function boundary tracing without debuginfo: Phases 1 and 2

16 years agoMerge branch 'master' of git://sources.redhat.com/git/systemtap
William Cohen [Fri, 9 May 2008 20:39:11 +0000 (16:39 -0400)]
Merge branch 'master' of git://sources.redhat.com/git/systemtap

16 years agoAdd syscalls_by_pid.meta, syscalls_by_proc.meta,
William Cohen [Fri, 9 May 2008 20:36:13 +0000 (16:36 -0400)]
Add syscalls_by_pid.meta, syscalls_by_proc.meta,
sigmon.meta, sig_by_pid.meta, sig_by_proc.meta, and socket-trace.meta.

16 years agoPR6487: extend blacklist with relay/timer subsystem
Frank Ch. Eigler [Fri, 9 May 2008 19:51:57 +0000 (15:51 -0400)]
PR6487: extend blacklist with relay/timer subsystem

16 years agoAdjust iotime.meta description.
William Cohen [Thu, 8 May 2008 22:15:16 +0000 (18:15 -0400)]
Adjust iotime.meta description.

16 years agoMerge branch 'master' of git://sources.redhat.com/git/systemtap
William Cohen [Thu, 8 May 2008 22:11:04 +0000 (18:11 -0400)]
Merge branch 'master' of git://sources.redhat.com/git/systemtap

16 years ago * iotime.meta: New.
William Cohen [Thu, 8 May 2008 21:48:24 +0000 (17:48 -0400)]
* iotime.meta: New.

16 years agoFix for PR 6500.
David Smith [Thu, 8 May 2008 21:19:08 +0000 (16:19 -0500)]
Fix for PR 6500.
2008-05-08  David Smith  <dsmith@redhat.com>

        PR 6500.
        * task_finder.c (__stp_utrace_task_finder_report_exec): Moved
        attach logic to __stp_utrace_attach_match_filename().
        (__stp_utrace_attach_match_filename): New function.
        (__stp_utrace_task_finder_report_clone): Calls
        __stp_utrace_attach_match_filename() to attach to newly cloned
        threads.

16 years agoUpdate ChangeLog
William Cohen [Thu, 8 May 2008 21:27:38 +0000 (17:27 -0400)]
Update ChangeLog

16 years ago * sleeptime.meta, wait4time.meta: New.
William Cohen [Thu, 8 May 2008 21:25:59 +0000 (17:25 -0400)]
* sleeptime.meta, wait4time.meta: New.

16 years agosystemtap.examples futexes.meta change futex.stp to futexes.stp.
Mark Wielaard [Thu, 8 May 2008 12:02:52 +0000 (14:02 +0200)]
systemtap.examples futexes.meta change futex.stp to futexes.stp.

16 years agoIn ioblock.stp ioblock.end set bytes_done depending on kernel version.
Mark Wielaard [Thu, 8 May 2008 11:48:11 +0000 (13:48 +0200)]
In ioblock.stp ioblock.end set bytes_done depending on kernel version.

16 years agoPR6492: make listing mode warning-free
Frank Ch. Eigler [Wed, 7 May 2008 23:35:50 +0000 (19:35 -0400)]
PR6492: make listing mode warning-free

16 years agoPR5648: Fix unaligned access warning in stp_print_flush on ia64
Masami Hiramatsu [Wed, 7 May 2008 23:23:44 +0000 (19:23 -0400)]
PR5648: Fix unaligned access warning in stp_print_flush on ia64

16 years agoPR5648: Fix memcpy's endianess issue.
Masami Hiramatsu [Wed, 7 May 2008 23:23:18 +0000 (19:23 -0400)]
PR5648: Fix memcpy's endianess issue.

16 years agofutexes.meta, nettop.meta, pf2.meta: New.
William Cohen [Wed, 7 May 2008 21:00:57 +0000 (17:00 -0400)]
futexes.meta, nettop.meta, pf2.meta: New.

16 years agoClean up output.
William Cohen [Wed, 7 May 2008 20:00:48 +0000 (16:00 -0400)]
Clean up output.

16 years agoThe beginnings of a no-dwarf version of syscalls.stp. Selected
Jim Keniston [Tue, 6 May 2008 20:42:53 +0000 (13:42 -0700)]
The beginnings of a no-dwarf version of syscalls.stp.  Selected
aliases refer to args by number rather than name.

16 years agoAdded CPU REGISTERS and NUMBERED FUNCTION ARGUMENTS sections to
Jim Keniston [Tue, 6 May 2008 20:40:40 +0000 (13:40 -0700)]
Added CPU REGISTERS and NUMBERED FUNCTION ARGUMENTS sections to
stapfuncs.5.in.

16 years agoPR444886: add .../build/... to default debuginfo search path
Frank Ch. Eigler [Tue, 6 May 2008 02:53:18 +0000 (22:53 -0400)]
PR444886: add .../build/... to default debuginfo search path

16 years agoReplaced [u_]arg() with [u]int_arg(), [u]long_arg(), {s|u}32_arg(),
Jim Keniston [Tue, 6 May 2008 00:03:49 +0000 (17:03 -0700)]
Replaced [u_]arg() with [u]int_arg(), [u]long_arg(), {s|u}32_arg(),
{s|u}64_arg(), etc.  Added asmlinkage(), fastcall(), regparm().
Dealt with some surprises -- e.g., rax is ZERO-extended eax.
Seems to work well with -m32 and -m64 user apps, and with a (small)
dwarfless subset of syscall.stp.

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