]> sourceware.org Git - systemtap.git/log
systemtap.git
15 years agoMerge branch 'master' of ssh://kenistoj@sources.redhat.com/git/systemtap
Jim Keniston [Fri, 24 Oct 2008 16:56:37 +0000 (09:56 -0700)]
Merge branch 'master' of ssh://kenistoj@sources.redhat.com/git/systemtap

15 years agoPR6946: Allow probing of 32-bit ppc apps with ppc64 kernels.
Jim Keniston [Fri, 24 Oct 2008 16:54:31 +0000 (09:54 -0700)]
PR6946: Allow probing of 32-bit ppc apps with ppc64 kernels.

15 years agoAdd skeleton for SystemTap Tapset Reference manual.
William Cohen [Fri, 24 Oct 2008 16:52:54 +0000 (12:52 -0400)]
Add skeleton for SystemTap Tapset Reference manual.

15 years agoUse vfs tapset rather than kernel functions probes.
William Cohen [Fri, 24 Oct 2008 16:50:26 +0000 (12:50 -0400)]
Use vfs tapset rather than kernel functions probes.

15 years agoadded new section on arrays
ddomingo [Fri, 24 Oct 2008 06:27:01 +0000 (16:27 +1000)]
added new section on arrays

16 years agoBZ467652: support old-style stap -c "FOO > BAR" usage by backing down to sh -c...
Frank Ch. Eigler [Thu, 23 Oct 2008 20:33:11 +0000 (16:33 -0400)]
BZ467652: support old-style  stap -c "FOO > BAR"  usage by backing down to sh -c if needed.

16 years agoDon't use pointer_arg to fetch arguments for syscall utime and compat_utime.
Mark Wielaard [Thu, 23 Oct 2008 18:34:42 +0000 (20:34 +0200)]
Don't use pointer_arg to fetch arguments for syscall utime and compat_utime.

16 years agoadded Arrays and other minor edits
ddomingo [Thu, 23 Oct 2008 07:04:20 +0000 (17:04 +1000)]
added Arrays and other minor edits

16 years agomore edits as per wcohen
ddomingo [Wed, 22 Oct 2008 04:22:44 +0000 (14:22 +1000)]
more edits as per wcohen

16 years agoMerge branch 'master' of ssh://sources.redhat.com/git/systemtap
ddomingo [Tue, 21 Oct 2008 06:25:38 +0000 (16:25 +1000)]
Merge branch 'master' of ssh://sources.redhat.com/git/systemtap

16 years agominor changes throughout, esp in Scripts.xml
ddomingo [Tue, 21 Oct 2008 06:25:00 +0000 (16:25 +1000)]
minor changes throughout, esp in Scripts.xml

16 years agocommitting ent
ddomingo [Tue, 21 Oct 2008 06:24:42 +0000 (16:24 +1000)]
committing ent

16 years agoPR6851: Added support for %c printf conversion specifier [trying again]
Elliott Baron [Mon, 20 Oct 2008 15:11:19 +0000 (11:11 -0400)]
PR6851: Added support for %c printf conversion specifier [trying again]

16 years agoMerge branch 'master' of ssh://sources.redhat.com/git/systemtap
Elliott Baron [Mon, 20 Oct 2008 14:44:52 +0000 (10:44 -0400)]
Merge branch 'master' of ssh://sources.redhat.com/git/systemtap

16 years agoPR6851: Added support for %c printf conversion specifier
Elliott Baron [Mon, 20 Oct 2008 14:42:28 +0000 (10:42 -0400)]
PR6851: Added support for %c printf conversion specifier

16 years agoMerge branch 'master' of ssh://sources.redhat.com/git/systemtap
ddomingo [Mon, 20 Oct 2008 06:30:48 +0000 (16:30 +1000)]
Merge branch 'master' of ssh://sources.redhat.com/git/systemtap

16 years agorevised as per latest from wcohen, started out errors, minor edits throughout
ddomingo [Mon, 20 Oct 2008 06:29:56 +0000 (16:29 +1000)]
revised as per latest from wcohen, started out errors, minor edits throughout

16 years agostap-report script packaging & tweaks
Frank Ch. Eigler [Sat, 18 Oct 2008 02:51:37 +0000 (22:51 -0400)]
stap-report script packaging & tweaks

16 years agoPR6923: Make on_each_cpu() autoconf test work on old kernels.
Jim Keniston [Fri, 17 Oct 2008 21:43:40 +0000 (14:43 -0700)]
PR6923: Make on_each_cpu() autoconf test work on old kernels.

16 years agoChanged stap man page to account for default cache file behaviour.
Kent Sebastian [Fri, 17 Oct 2008 21:32:58 +0000 (17:32 -0400)]
Changed stap man page to account for default cache file behaviour.

16 years agoAdded creation of a default cache limit file if it doesn't exist.
root [Fri, 17 Oct 2008 21:28:46 +0000 (17:28 -0400)]
Added creation of a default cache limit file if it doesn't exist.

16 years agoMinor changes to cache.cxx (cache_clean).
Kent Sebastian [Fri, 17 Oct 2008 18:39:33 +0000 (14:39 -0400)]
Minor changes to cache.cxx (cache_clean).

16 years agoFix compilation warning of uninitialized value in gcc 3.x.
Wenji Huang [Fri, 17 Oct 2008 04:50:28 +0000 (00:50 -0400)]
Fix compilation warning of uninitialized value in gcc 3.x.

16 years agofix wordexp error handling, for invalid shell-like stap -c "command > file"
Frank Ch. Eigler [Wed, 15 Oct 2008 23:08:45 +0000 (19:08 -0400)]
fix wordexp error handling, for invalid shell-like  stap -c "command > file"

Reported-By: Wade Mealing <wmealing@redhat.com>
16 years agocopyright year tweak
Frank Ch. Eigler [Wed, 15 Oct 2008 14:30:39 +0000 (10:30 -0400)]
copyright year tweak

16 years agotried improving Installation, also trying out new chapter on advanced scripts (tentative)
ddomingo [Wed, 15 Oct 2008 05:05:02 +0000 (15:05 +1000)]
tried improving Installation, also trying out new chapter on advanced scripts (tentative)

16 years agoMerge branch 'master' of ssh://sources.redhat.com/git/systemtap
ddomingo [Mon, 13 Oct 2008 04:38:03 +0000 (14:38 +1000)]
Merge branch 'master' of ssh://sources.redhat.com/git/systemtap

16 years agoadded Useful_Scripts-nettop.xml
ddomingo [Mon, 13 Oct 2008 04:37:11 +0000 (14:37 +1000)]
added Useful_Scripts-nettop.xml

16 years agoadded Useful_Scripts-kernelprofiling.xml
ddomingo [Sun, 12 Oct 2008 23:36:52 +0000 (09:36 +1000)]
added Useful_Scripts-kernelprofiling.xml

16 years agoPR6749 test case
Frank Ch. Eigler [Fri, 10 Oct 2008 22:38:44 +0000 (18:38 -0400)]
PR6749 test case

16 years agoPR6749: tolerate failed kprobe_*register with warning
Frank Ch. Eigler [Fri, 10 Oct 2008 22:22:47 +0000 (18:22 -0400)]
PR6749: tolerate failed kprobe_*register with warning

16 years agoMerge branch 'master' of ssh://sources.redhat.com/git/systemtap
Frank Ch. Eigler [Fri, 10 Oct 2008 22:01:31 +0000 (18:01 -0400)]
Merge branch 'master' of ssh://sources.redhat.com/git/systemtap
* 'master' of ssh://sources.redhat.com/git/systemtap:
  Added NEWS entry for source context fix

16 years agoreword NEWS blurb on cache limiting
Frank Ch. Eigler [Fri, 10 Oct 2008 22:00:47 +0000 (18:00 -0400)]
reword NEWS blurb on cache limiting

16 years agoAdded NEWS entry for source context fix
Rajan Arora [Fri, 10 Oct 2008 21:58:15 +0000 (17:58 -0400)]
Added NEWS entry for source context fix

16 years agobuild fix for invalid glob (..., NULL, ...) call, as remarked upon by gcc 4.1.2
Frank Ch. Eigler [Fri, 10 Oct 2008 21:46:23 +0000 (17:46 -0400)]
build fix for invalid glob (..., NULL, ...) call, as remarked upon by gcc 4.1.2

16 years agoMerge branch 'master' of ssh://sources.redhat.com/git/systemtap
Elliott Baron [Fri, 10 Oct 2008 20:33:24 +0000 (16:33 -0400)]
Merge branch 'master' of ssh://sources.redhat.com/git/systemtap

16 years agoAdded NEWS entry for stap-report tool
Elliott Baron [Fri, 10 Oct 2008 20:30:39 +0000 (16:30 -0400)]
Added NEWS entry for stap-report tool

16 years agoAdded cache limiting info to man page and NEWS.
Kent Sebastian [Fri, 10 Oct 2008 20:03:35 +0000 (16:03 -0400)]
Added cache limiting info to man page and NEWS.

16 years agoChangeLog update
Kent Sebastian [Fri, 10 Oct 2008 19:46:12 +0000 (15:46 -0400)]
ChangeLog update

16 years agoFunctions implementing cache limiting.
Kent Sebastian [Fri, 10 Oct 2008 19:40:46 +0000 (15:40 -0400)]
Functions implementing cache limiting.

16 years ago2008-10-10 Elliott Baron <ebaron@redhat.com>
Elliott Baron [Fri, 10 Oct 2008 19:36:00 +0000 (15:36 -0400)]
2008-10-10  Elliott Baron <ebaron@redhat.com>

  PR 4211
  * stap-report: First attempt at bug reporting tool.

16 years agoCleanup generated files from uprobes.exp test.
Mark Wielaard [Fri, 10 Oct 2008 10:03:24 +0000 (12:03 +0200)]
Cleanup generated files from uprobes.exp test.

16 years agoMake testsuite/systemtap.base/bz6850.stp executable.
Jim Keniston [Fri, 10 Oct 2008 01:03:44 +0000 (18:03 -0700)]
Make testsuite/systemtap.base/bz6850.stp executable.

16 years agoMerge branch 'master' of ssh://rarora@sources.redhat.com/git/systemtap
Rajan Arora [Fri, 10 Oct 2008 00:14:39 +0000 (20:14 -0400)]
Merge branch 'master' of ssh://rarora@sources.redhat.com/git/systemtap

Conflicts:

ChangeLog

16 years agoDisplay source context for error and warning messages (6701)
Rajan Arora [Thu, 9 Oct 2008 23:58:30 +0000 (19:58 -0400)]
Display source context for error and warning messages (6701)

16 years agoFix line match error message typo.
Stan Cox [Thu, 9 Oct 2008 21:09:18 +0000 (17:09 -0400)]
Fix line match error message typo.

16 years agolatest edits
ddomingo [Thu, 9 Oct 2008 13:31:08 +0000 (23:31 +1000)]
latest edits

16 years agoadded Identifying Contended User-Space Locks
ddomingo [Thu, 9 Oct 2008 04:51:21 +0000 (14:51 +1000)]
added Identifying Contended User-Space Locks

16 years agoadded Counting Function Calls Made, other minor edits
ddomingo [Thu, 9 Oct 2008 04:14:50 +0000 (14:14 +1000)]
added Counting Function Calls Made, other minor edits

16 years agoMerge branch 'master' of ssh://sources.redhat.com/git/systemtap
ddomingo [Thu, 9 Oct 2008 03:12:08 +0000 (13:12 +1000)]
Merge branch 'master' of ssh://sources.redhat.com/git/systemtap

16 years agoadded new stuff
ddomingo [Thu, 9 Oct 2008 03:09:55 +0000 (13:09 +1000)]
added new stuff

16 years agoadded traceio2.stp
ddomingo [Wed, 8 Oct 2008 01:39:50 +0000 (11:39 +1000)]
added traceio2.stp

16 years agomodified to allow conditional-by-brand tagging
ddomingo [Tue, 7 Oct 2008 22:14:05 +0000 (08:14 +1000)]
modified to allow conditional-by-brand tagging

16 years agocorrected tag errors
ddomingo [Tue, 7 Oct 2008 22:12:24 +0000 (08:12 +1000)]
corrected tag errors

16 years agoPR4886: weaken build-id failure semantics
Frank Ch. Eigler [Tue, 7 Oct 2008 17:06:17 +0000 (13:06 -0400)]
PR4886: weaken build-id failure semantics

16 years agoTransform struct sigaction32 to struct sigaction for rt_sigaction32 syscall.
Mark Wielaard [Tue, 7 Oct 2008 10:12:57 +0000 (12:12 +0200)]
Transform struct sigaction32 to struct sigaction for rt_sigaction32 syscall.

16 years agoadded para-callgraph.stp
ddomingo [Tue, 7 Oct 2008 04:07:23 +0000 (14:07 +1000)]
added para-callgraph.stp

16 years agoAdd workaround for fedora 9 2.6.26 kernels to utrace_compatibility.h.
Mark Wielaard [Mon, 6 Oct 2008 17:36:56 +0000 (19:36 +0200)]
Add workaround for fedora 9 2.6.26 kernels to utrace_compatibility.h.

16 years agoAdd uprobes.txt.
Jim Keniston [Mon, 6 Oct 2008 17:24:32 +0000 (10:24 -0700)]
Add uprobes.txt.

16 years agoPR4886: check build-id if able.
Wenji Huang [Mon, 6 Oct 2008 07:07:09 +0000 (03:07 -0400)]
PR4886: check build-id if able.

This provides sanity check of debuginfo file based on build-id. Many cases are considered, whether build-id exists in debuginfo file or not, whether module is loaded or not, whether build-id exists in runtime kernel/module. It will do work when LD >= 2.18 and kernel >=2.6.23, otherwise no check.

16 years agoMerge branch 'master' of ssh://sources.redhat.com/git/systemtap
ddomingo [Mon, 6 Oct 2008 06:19:08 +0000 (16:19 +1000)]
Merge branch 'master' of ssh://sources.redhat.com/git/systemtap

16 years agoadded target(), -c and -x to functions, also added Basic Constructs (conditional...
ddomingo [Mon, 6 Oct 2008 06:17:36 +0000 (16:17 +1000)]
added target(), -c and -x to functions, also added Basic Constructs (conditional statements and variables)

16 years agoadded target(), -c and -x to functions, also added Basic Constructs (conditional...
ddomingo [Mon, 6 Oct 2008 06:17:03 +0000 (16:17 +1000)]
added target(), -c and -x to functions, also added Basic Constructs (conditional statements and variables)

16 years agoExpect syscall faccessat, fchmodat, linkat, symlinkat, readlinkat chain-calls.
Mark Wielaard [Sat, 4 Oct 2008 22:29:49 +0000 (00:29 +0200)]
Expect syscall faccessat, fchmodat, linkat, symlinkat, readlinkat chain-calls.

16 years agoGuess where debuginfo is installed for debugpath.exp test.
Mark Wielaard [Sat, 4 Oct 2008 15:38:07 +0000 (17:38 +0200)]
Guess where debuginfo is installed for debugpath.exp test.

16 years agoMerge branch 'master' of ssh://kenistoj@sources.redhat.com/git/systemtap
Jim Keniston [Fri, 3 Oct 2008 22:58:36 +0000 (15:58 -0700)]
Merge branch 'master' of ssh://kenistoj@sources.redhat.com/git/systemtap

16 years agoPR 6850
Jim Keniston [Fri, 3 Oct 2008 22:44:32 +0000 (15:44 -0700)]
PR 6850
Fix handling of fork with uretprobe_instances outstanding.
Add regression test.

16 years agoRemove debug output from warning in procfs.
Mark Wielaard [Fri, 3 Oct 2008 22:11:52 +0000 (00:11 +0200)]
Remove debug output from warning in procfs.

16 years agoprocfs dir_entry count warning on removal depends on kernel version.
Mark Wielaard [Fri, 3 Oct 2008 22:02:54 +0000 (00:02 +0200)]
procfs dir_entry count warning on removal depends on kernel version.

16 years agoMerge branch 'master' of ssh://kenistoj@sources.redhat.com/git/systemtap
Jim Keniston [Fri, 3 Oct 2008 21:11:41 +0000 (14:11 -0700)]
Merge branch 'master' of ssh://kenistoj@sources.redhat.com/git/systemtap

16 years agoAdjust expected foreach ordering in global_end.exp due to commit e91b23bc.
Mark Wielaard [Fri, 3 Oct 2008 12:15:49 +0000 (14:15 +0200)]
Adjust expected foreach ordering in global_end.exp due to commit e91b23bc.

16 years agoadded section for traceio.stp (tracking cumulative IO)
ddomingo [Fri, 3 Oct 2008 04:02:04 +0000 (14:02 +1000)]
added section for traceio.stp (tracking cumulative IO)

16 years agoMerge branch 'master' of ssh://sources.redhat.com/git/systemtap
ddomingo [Thu, 2 Oct 2008 13:26:24 +0000 (23:26 +1000)]
Merge branch 'master' of ssh://sources.redhat.com/git/systemtap

16 years agonew section, iotop.stp
ddomingo [Thu, 2 Oct 2008 13:07:01 +0000 (23:07 +1000)]
new section, iotop.stp

16 years agofix bugs in add_bad_addr_entry
Tim Moore [Thu, 2 Oct 2008 08:31:49 +0000 (10:31 +0200)]
fix bugs in add_bad_addr_entry

16 years agoAdjust semok/thirtythree.stp test to pass on older kernels.
Mark Wielaard [Wed, 1 Oct 2008 11:38:16 +0000 (13:38 +0200)]
Adjust semok/thirtythree.stp test to pass on older kernels.

16 years agofix test suite regression due to commit e91b23bc
Frank Ch. Eigler [Wed, 1 Oct 2008 11:07:39 +0000 (07:07 -0400)]
fix test suite regression due to commit e91b23bc

Reported-By: mjw
16 years agoadded installation chapter
ddomingo [Wed, 1 Oct 2008 03:13:25 +0000 (13:13 +1000)]
added installation chapter

16 years agoremoved brackets in replaceables, my mistake
ddomingo [Tue, 30 Sep 2008 23:29:07 +0000 (09:29 +1000)]
removed brackets in replaceables, my mistake

16 years agoMore README text tweaks for run options
Frank Ch. Eigler [Tue, 30 Sep 2008 23:26:39 +0000 (19:26 -0400)]
More README text tweaks for run options

16 years agoPR6925: mention the possibility of running the build tree "stap" after "make install"
Frank Ch. Eigler [Tue, 30 Sep 2008 18:51:26 +0000 (14:51 -0400)]
PR6925: mention the possibility of running the build tree "stap" after "make install"

16 years agoPR6925: add more information about installing and running stap
Frank Ch. Eigler [Tue, 30 Sep 2008 18:49:43 +0000 (14:49 -0400)]
PR6925: add more information about installing and running stap

16 years agoMerge branch 'master' of ssh://sources.redhat.com/git/systemtap
Frank Ch. Eigler [Tue, 30 Sep 2008 16:28:36 +0000 (12:28 -0400)]
Merge branch 'master' of ssh://sources.redhat.com/git/systemtap

* 'master' of ssh://sources.redhat.com/git/systemtap:
  Fix race condition in addr-map; simplify allocation logic
  Don't crash when reporting an error if getting alternatives fails.

16 years agoFix race condition in addr-map; simplify allocation logic
Tim Moore [Mon, 29 Sep 2008 15:58:31 +0000 (17:58 +0200)]
Fix race condition in addr-map; simplify allocation logic

16 years agoDon't crash when reporting an error if getting alternatives fails.
Mark Wielaard [Tue, 30 Sep 2008 14:35:13 +0000 (16:35 +0200)]
Don't crash when reporting an error if getting alternatives fails.

16 years agoMerge branch 'master' of ssh://sources.redhat.com/git/systemtap
Frank Ch. Eigler [Tue, 30 Sep 2008 14:27:41 +0000 (10:27 -0400)]
Merge branch 'master' of ssh://sources.redhat.com/git/systemtap

* 'master' of ssh://sources.redhat.com/git/systemtap:
  added sections to Useful Scripts (graphs, disktop)
  added file
  added gnuplot sample image
  correcting a tag error
  added Usage item
  committing
  added cross-instrumentation, deploying systemtap
  minor, added notes for Using SystemTap chapter
  added section on tapsets
  revisions as per sghosh

16 years agoMerge branch 'master' of ssh://kenistoj@sources.redhat.com/git/systemtap
Jim Keniston [Mon, 29 Sep 2008 17:34:08 +0000 (10:34 -0700)]
Merge branch 'master' of ssh://kenistoj@sources.redhat.com/git/systemtap

16 years agoadded sections to Useful Scripts (graphs, disktop)
ddomingo [Mon, 29 Sep 2008 06:08:53 +0000 (16:08 +1000)]
added sections to Useful Scripts (graphs, disktop)

16 years agoMerge branch 'master' of ssh://sources.redhat.com/git/systemtap
ddomingo [Mon, 29 Sep 2008 06:08:16 +0000 (16:08 +1000)]
Merge branch 'master' of ssh://sources.redhat.com/git/systemtap

16 years agoadded file
ddomingo [Mon, 29 Sep 2008 04:47:40 +0000 (14:47 +1000)]
added file

16 years agoadded gnuplot sample image
ddomingo [Mon, 29 Sep 2008 02:08:28 +0000 (12:08 +1000)]
added gnuplot sample image

16 years agosort arrays by value- subject to automagic foreach/printf
Frank Ch. Eigler [Fri, 26 Sep 2008 20:22:43 +0000 (16:22 -0400)]
sort arrays by value- subject to automagic foreach/printf

16 years agoPR6916: fix STRUCT1 ($var alternatives error message syntax) regression
Frank Ch. Eigler [Fri, 26 Sep 2008 19:23:10 +0000 (15:23 -0400)]
PR6916: fix STRUCT1 ($var alternatives error message syntax) regression

16 years agoMerge branch 'master' of ssh://kenistoj@sources.redhat.com/git/systemtap
Jim Keniston [Fri, 26 Sep 2008 19:03:43 +0000 (12:03 -0700)]
Merge branch 'master' of ssh://kenistoj@sources.redhat.com/git/systemtap

16 years agoPR6829: leave unregister_uprobe() to the professionals (uprobe itself) for target...
Frank Ch. Eigler [Fri, 26 Sep 2008 17:55:52 +0000 (13:55 -0400)]
PR6829: leave unregister_uprobe() to the professionals (uprobe itself) for target exec/exit

16 years agoFixed __STP_ATTACHED_TASK_EVENTS problem caused by last commit.
David Smith [Fri, 26 Sep 2008 14:43:11 +0000 (09:43 -0500)]
Fixed __STP_ATTACHED_TASK_EVENTS problem caused by last commit.
2008-09-26  David Smith  <dsmith@redhat.com>

* task_finder.c (__STP_ATTACHED_TASK_EVENTS): Removed UTRACE_STOP,
which isn't needed anymore.

16 years agocorrecting a tag error
ddomingo [Fri, 26 Sep 2008 04:49:03 +0000 (14:49 +1000)]
correcting a tag error

16 years agoadded Usage item
ddomingo [Fri, 26 Sep 2008 04:28:21 +0000 (14:28 +1000)]
added Usage item

16 years agoNew utrace fixes.
David Smith [Thu, 25 Sep 2008 21:13:34 +0000 (16:13 -0500)]
New utrace fixes.
2008-09-25  David Smith  <dsmith@redhat.com>

* task_finder.c (__stp_utrace_attach): Added action flag to know
to request the thread to be stopped or not.
(stap_utrace_attach): Now just calls __stp_utrace_attach().
(__stp_utrace_task_finder_target_quiesce): Handles
utrace_set_events() errors properly.

* utrace_compatibility.h (enum utrace_resume_action): Added
utrace_resume_action enum.
(utrace_control): Added UTRACE_STOP support.
(utrace_engine_put): New.
(utrace_barrier): New.

16 years agotweak anon-struct test case and news blurb
Frank Ch. Eigler [Thu, 25 Sep 2008 13:43:52 +0000 (09:43 -0400)]
tweak anon-struct test case and news blurb

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