]> sourceware.org Git - systemtap.git/log
systemtap.git
15 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).

15 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.

15 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>
15 years agocopyright year tweak
Frank Ch. Eigler [Wed, 15 Oct 2008 14:30:39 +0000 (10:30 -0400)]
copyright year tweak

15 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)

15 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

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

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

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

15 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

15 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

15 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

15 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

15 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

15 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

15 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

15 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.

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

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

15 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.

15 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.

15 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.

15 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

15 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)

15 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.

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

15 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

15 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

15 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

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

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

15 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

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

15 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

15 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.

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

15 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.

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

15 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.

15 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

15 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)

15 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)

15 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.

15 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.

15 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

15 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.

15 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.

15 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.

15 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

15 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.

15 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)

15 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

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

15 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

15 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.

15 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
15 years agoadded installation chapter
ddomingo [Wed, 1 Oct 2008 03:13:25 +0000 (13:13 +1000)]
added installation chapter

15 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

15 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

15 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"

15 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

15 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.

15 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

15 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.

15 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

15 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

15 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)

15 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

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

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

15 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

15 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

15 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

15 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

15 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.

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

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

15 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.

15 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

15 years agoHandling members with anonymous structs / unions
Prerna [Thu, 25 Sep 2008 08:55:40 +0000 (14:25 +0530)]
Handling members with anonymous structs / unions

15 years agoCorrect dwfl_assert () implementation.
Mark Wielaard [Wed, 24 Sep 2008 11:48:26 +0000 (13:48 +0200)]
Correct dwfl_assert () implementation.

15 years agosocket.stp (socket.aio_read/write): Fix version-checking method.
Zhaolei [Tue, 23 Sep 2008 12:01:38 +0000 (20:01 +0800)]
socket.stp (socket.aio_read/write): Fix version-checking method.
Thanks Mark Wielaard <mjw@redhat.com>

15 years agocommitting
ddomingo [Tue, 23 Sep 2008 03:05:18 +0000 (13:05 +1000)]
committing

15 years agoadded cross-instrumentation, deploying systemtap
ddomingo [Mon, 22 Sep 2008 06:47:03 +0000 (16:47 +1000)]
added cross-instrumentation, deploying systemtap

15 years agosocket.stp (socket.aio_read/write): Fix the semantic error caused by the difference...
Zhaolei [Mon, 22 Sep 2008 04:15:11 +0000 (12:15 +0800)]
socket.stp (socket.aio_read/write): Fix the semantic error caused by the difference of kernel versions.

15 years agoMerge branch 'master' of ssh://sources.redhat.com/git/systemtap
ddomingo [Mon, 22 Sep 2008 01:40:58 +0000 (11:40 +1000)]
Merge branch 'master' of ssh://sources.redhat.com/git/systemtap

15 years agoMoved reboot.h include out of _reboot_magic_str in aux_syscalls.stp.
Mark Wielaard [Thu, 18 Sep 2008 21:33:06 +0000 (23:33 +0200)]
Moved reboot.h include out of _reboot_magic_str in aux_syscalls.stp.

15 years agoFix PR 6903 by checking for the real uid, not the euid.
David Smith [Thu, 18 Sep 2008 21:23:12 +0000 (16:23 -0500)]
Fix PR 6903 by checking for the real uid, not the euid.
2008-09-18  David Smith  <dsmith@redhat.com>

PR 6903.
* staprun_funcs.c (check_permissions): Instead of checking the
effective uid, check the real uid for root permissions.

15 years agoPR 6487, 6504: robustify __stp_print_flush
Frank Ch. Eigler [Wed, 17 Sep 2008 19:20:07 +0000 (15:20 -0400)]
PR 6487, 6504: robustify __stp_print_flush

15 years agoLow byte of clone flags is always set to SIGCHLD in forkwait.c test.
Mark Wielaard [Wed, 17 Sep 2008 15:58:58 +0000 (17:58 +0200)]
Low byte of clone flags is always set to SIGCHLD in forkwait.c test.

15 years agoTimer id in timer.c test can be arbitrary number.
Mark Wielaard [Wed, 17 Sep 2008 15:23:06 +0000 (17:23 +0200)]
Timer id in timer.c test can be arbitrary number.

15 years agoDon't try including unnecessary asm/page.h in swap.c test.
Mark Wielaard [Wed, 17 Sep 2008 14:48:54 +0000 (16:48 +0200)]
Don't try including unnecessary asm/page.h in swap.c test.

15 years agoRemoved commented out code and unneeded embedded C-code from aux_syscalls.stp.
Mark Wielaard [Wed, 17 Sep 2008 14:27:44 +0000 (16:27 +0200)]
Removed commented out code and unneeded embedded C-code from aux_syscalls.stp.

15 years agoPR6879: uprobe support for 0x64/0x65 segment prefix instructions
Jim Keniston [Wed, 17 Sep 2008 16:10:22 +0000 (12:10 -0400)]
PR6879: uprobe support for 0x64/0x65 segment prefix instructions

15 years agominor, added notes for Using SystemTap chapter
ddomingo [Wed, 17 Sep 2008 03:08:29 +0000 (13:08 +1000)]
minor, added notes for Using SystemTap chapter

15 years agoadded section on tapsets
ddomingo [Wed, 17 Sep 2008 03:02:01 +0000 (13:02 +1000)]
added section on tapsets

15 years agoadd new stap -F (flight recorder) option that just passes through to staprun -L
Nobuhiro Tachino [Wed, 17 Sep 2008 02:04:02 +0000 (22:04 -0400)]
add new stap -F (flight recorder) option that just passes through to staprun -L

15 years agorevisions as per sghosh
ddomingo [Wed, 17 Sep 2008 01:13:22 +0000 (11:13 +1000)]
revisions as per sghosh

15 years agoMerge branch 'master' of ssh://sources.redhat.com/git/systemtap
ddomingo [Tue, 16 Sep 2008 04:15:55 +0000 (14:15 +1000)]
Merge branch 'master' of ssh://sources.redhat.com/git/systemtap

15 years agominor edits as per david smith, flavio leitner
ddomingo [Tue, 16 Sep 2008 03:35:57 +0000 (13:35 +1000)]
minor edits as per david smith, flavio leitner

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