]> sourceware.org Git - systemtap.git/log
systemtap.git
16 years agoMerge branch 'master' of git://sources.redhat.com/git/systemtap
William Cohen [Thu, 24 Apr 2008 18:00:42 +0000 (14:00 -0400)]
Merge branch 'master' of git://sources.redhat.com/git/systemtap

16 years agoMove examples to testsuite/systemtap.examples.
William Cohen [Thu, 24 Apr 2008 17:57:59 +0000 (13:57 -0400)]
Move examples to testsuite/systemtap.examples.

16 years agoMerge branch 'master' of ssh://sources.redhat.com/git/systemtap
Frank Ch. Eigler [Thu, 24 Apr 2008 17:55:34 +0000 (13:55 -0400)]
Merge branch 'master' of ssh://sources.redhat.com/git/systemtap

* 'master' of ssh://sources.redhat.com/git/systemtap:
  Made kernel 2.6.25 changes in task_finder.c.
  Move examples to testsuite/systemtap.examples

16 years agoPR6451: avoid one class of staprun shutdown deadlock (module/.ctl filehandle = 0)
Frank Ch. Eigler [Thu, 24 Apr 2008 17:55:19 +0000 (13:55 -0400)]
PR6451: avoid one class of staprun shutdown deadlock (module/.ctl filehandle = 0)

16 years agoMerge branch 'master' of git://sources.redhat.com/git/systemtap
William Cohen [Thu, 24 Apr 2008 17:53:45 +0000 (13:53 -0400)]
Merge branch 'master' of git://sources.redhat.com/git/systemtap

16 years agoMade kernel 2.6.25 changes in task_finder.c.
David Smith [Thu, 24 Apr 2008 17:50:23 +0000 (12:50 -0500)]
Made kernel 2.6.25 changes in task_finder.c.
2008-04-24  David Smith  <dsmith@redhat.com>

        * task_finder.c (__stp_get_mm_path): Made kernel 2.6.25 changes.

16 years agoMove examples to testsuite/systemtap.examples
William Cohen [Thu, 24 Apr 2008 16:20:13 +0000 (12:20 -0400)]
Move examples to testsuite/systemtap.examples

16 years agoPR6416: extend probing blacklist with more init/exit sections
Srinivasa DS [Wed, 23 Apr 2008 19:06:32 +0000 (15:06 -0400)]
PR6416: extend probing blacklist with more init/exit sections

16 years agofix overload-detection uninitialized variable bug
Frank Ch. Eigler [Wed, 23 Apr 2008 14:23:20 +0000 (10:23 -0400)]
fix overload-detection uninitialized variable bug

Reported-By: Peter Teoh <htmldeveloper@gmail.com>
16 years agoAllow staprun to run on kernels without capabilities configured.
Martin Hunt [Tue, 22 Apr 2008 22:09:58 +0000 (18:09 -0400)]
Allow staprun to run on kernels without capabilities configured.

16 years agoSimplified systemtap.base/utrace_p5.exp a little.
David Smith [Tue, 22 Apr 2008 18:31:37 +0000 (13:31 -0500)]
Simplified systemtap.base/utrace_p5.exp a little.
2008-04-22  David Smith  <dsmith@redhat.com>

* systemtap.base/utrace_p5.exp: Simplfied a little.

16 years agoMove send_request out of common.c because staprun no longer sends anything.
Martin Hunt [Tue, 22 Apr 2008 16:45:08 +0000 (12:45 -0400)]
Move send_request out of common.c because staprun no longer sends anything.

16 years agoAdd documentation for staprun -d option.
Martin Hunt [Tue, 22 Apr 2008 14:40:32 +0000 (10:40 -0400)]
Add documentation for staprun -d option.

16 years agoAdded run-time utrace tests.
David Smith [Tue, 22 Apr 2008 13:19:34 +0000 (08:19 -0500)]
Added run-time utrace tests.
2008-04-22  David Smith  <dsmith@redhat.com>

* systemtap.base/utrace_p5.exp: Added run-time utrace tests.

16 years agoRemoved debug statements.
David Smith [Tue, 22 Apr 2008 13:14:05 +0000 (08:14 -0500)]
Removed debug statements.
2008-04-22  David Smith  <dsmith@redhat.com>

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

16 years agoRenamed semko/utrace02.stp to parseko/utrace01.stp.
David Smith [Mon, 21 Apr 2008 14:16:14 +0000 (09:16 -0500)]
Renamed semko/utrace02.stp to parseko/utrace01.stp.
2008-04-21  David Smith  <dsmith@redhat.com>

* parseko/utrace01.stp: Renamed from semko/utrace02.stp (since it
received a parse error, not a semantic error).

16 years agoChange staprun to exec stapio. Add "-d" option to staprun.
Martin Hunt [Mon, 21 Apr 2008 20:50:52 +0000 (16:50 -0400)]
Change staprun to exec stapio. Add "-d" option to staprun.

16 years agoAdded utrace exec probes.
David Smith [Fri, 18 Apr 2008 18:52:25 +0000 (13:52 -0500)]
Added utrace exec probes.
2008-04-18  David Smith  <dsmith@redhat.com>

* tapsets.cxx (struct utrace_builder): Added exec probes.
(utrace_derived_probe_group::emit_probe_decl): Ditto.
(utrace_derived_probe_group::emit_module_decls): Ditto.
(register_standard_tapsets): Ditto.
* stapprobes.5.in: Added information about exec probes.
* NEWS: Added information about utrace probes.

2008-04-18  David Smith  <dsmith@redhat.com>

* systemtap.base/utrace_p4.exp: Added exec probe test.

16 years agoAdded utrace probe documentation.
David Smith [Fri, 18 Apr 2008 17:23:52 +0000 (12:23 -0500)]
Added utrace probe documentation.
2008-04-18  David Smith  <dsmith@redhat.com>

* stapprobes.5.in: Added information about utrace probes.

16 years agoRewrote utrace buildok tests to check for kernel utrace support.
David Smith [Fri, 18 Apr 2008 15:06:24 +0000 (10:06 -0500)]
Rewrote utrace buildok tests to check for kernel utrace support.
2008-04-18  David Smith  <dsmith@redhat.com>

* buildok/utrace01.stp: Removed.
* buildok/utrace02.stp: Ditto.
* buildok/utrace03.stp: Ditto.
* systemtap.base/utrace_p4.exp: Rewrote buildok tests to check for
kernel utrace support.

16 years agoShiny new Vim highlighting
Josh Stone [Fri, 18 Apr 2008 00:09:27 +0000 (17:09 -0700)]
Shiny new Vim highlighting

Recognize the 'limit' keyword and script arguments, allow '$' in
variable names, and highlight $target variables.

16 years agoRefresh cscope.files
Josh Stone [Thu, 17 Apr 2008 18:33:30 +0000 (11:33 -0700)]
Refresh cscope.files

16 years agoFix the blacklist regexps for atomic functions
Josh Stone [Thu, 17 Apr 2008 18:15:55 +0000 (11:15 -0700)]
Fix the blacklist regexps for atomic functions

16 years agoAdded process PATH checking and conditional utrace handler function calls.
David Smith [Thu, 17 Apr 2008 17:49:32 +0000 (12:49 -0500)]
Added process PATH checking and conditional utrace handler function calls.
2008-04-17  David Smith  <dsmith@redhat.com>

* tapsets.cxx (utrace_builder::build): Make sure that the PATH of
'process("PATH")' probes is an absolute path.
(utrace_derived_probe_group::emit_module_decls): Made calls to
utrace probe handler functions conditional on which types of
utrace probes are going to be output.

16 years agoAdded new utrace tests.
David Smith [Thu, 17 Apr 2008 17:48:03 +0000 (12:48 -0500)]
Added new utrace tests.
2008-04-17  David Smith  <dsmith@redhat.com>

* buildok/utrace01.stp: New test.
* buildok/utrace02.stp: Ditto.
* buildok/utrace03.stp: Ditto.
* semko/utrace01.stp: Ditto.
* semko/utrace02.stp: Ditto.
* semko/utrace03.stp: Ditto.
* semko/utrace04.stp: Ditto.
* semko/utrace05.stp: Ditto.
* semko/utrace06.stp: Ditto.
* semko/utrace07.stp: Ditto.
* semko/utrace08.stp: Ditto.
* semko/utrace09.stp: Ditto.
* semko/utrace10.stp: Ditto.
* semko/utrace11.stp: Ditto.
* semko/utrace12.stp: Ditto.
* semko/utrace13.stp: Ditto.

16 years agoRHEL4 gcc compatibility: dummy ctor in unused task_finder_derived_probe
Frank Ch. Eigler [Wed, 16 Apr 2008 18:08:27 +0000 (14:08 -0400)]
RHEL4 gcc compatibility: dummy ctor in unused task_finder_derived_probe

16 years agoPR6417: extend kprobe blacklist some more
Srinivasa DS [Wed, 16 Apr 2008 16:30:09 +0000 (12:30 -0400)]
PR6417: extend kprobe blacklist some more

16 years ago2008-04-16 David Smith <dsmith@redhat.com>
David Smith [Wed, 16 Apr 2008 13:54:36 +0000 (08:54 -0500)]
2008-04-16  David Smith  <dsmith@redhat.com>

        * task_finder.c (__stp_get_mm_path): Made kernel 2.6.18 changes.

16 years ago2008-04-15 David Smith <dsmith@redhat.com>
David Smith [Tue, 15 Apr 2008 20:58:23 +0000 (15:58 -0500)]
2008-04-15  David Smith  <dsmith@redhat.com>

* session.h (struct systemtap_session): Added utrace_derived_probe
group and task_finder_derived_probe_group members.
* elaborate.cxx (systemtap_session::systemtap_session): Added
initialization of utrace_derived_probes and
task_finder_derived_probes.
* tapsets.cxx (struct task_finder_derived_probe_group): New
derived_probe_group to handle task_finder framework.
(struct utrace_derived_probe_group): New derived_probe_group to
handle utrace probes.

2008-04-15  David Smith  <dsmith@redhat.com>

PR 5961 (partial)
* task_finder.c (stap_start_task_finder): When an interesting
thread is found that is already running, make sure to set up
thread death notification.

16 years agoupdate scsi
wenji [Wed, 16 Apr 2008 07:12:33 +0000 (03:12 -0400)]
update scsi

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

16 years agoRemove _stp_pbuf_full.
Martin Hunt [Wed, 16 Apr 2008 02:32:45 +0000 (22:32 -0400)]
Remove _stp_pbuf_full.

16 years agoCount stack levels printed on x86_64 too.
Martin Hunt [Wed, 16 Apr 2008 01:46:36 +0000 (21:46 -0400)]
Count stack levels printed on x86_64 too.

16 years agoMerge branch 'master' of ssh://wenji@sources.redhat.com/git/systemtap
wenji [Wed, 16 Apr 2008 01:32:59 +0000 (21:32 -0400)]
Merge branch 'master' of ssh://wenji@sources.redhat.com/git/systemtap

16 years agoMerge branch 'master' of monkey:/home/hunt/systemtap
Martin Hunt [Wed, 16 Apr 2008 01:12:26 +0000 (21:12 -0400)]
Merge branch 'master' of monkey:/home/hunt/systemtap

16 years ago2.6.25 fixes and stack level limits.
Martin Hunt [Wed, 16 Apr 2008 01:10:34 +0000 (21:10 -0400)]
2.6.25 fixes and stack level limits.

16 years agoPR6410: unwinder-less architecture tolerance
Frank Ch. Eigler [Tue, 15 Apr 2008 21:44:32 +0000 (17:44 -0400)]
PR6410: unwinder-less architecture tolerance

16 years agoPR6405, start of rhel4 compatibility
Frank Ch. Eigler [Tue, 15 Apr 2008 05:24:19 +0000 (01:24 -0400)]
PR6405, start of rhel4 compatibility

16 years agoPR6405: unwinder build compatibility with RHEL5
Frank Ch. Eigler [Tue, 15 Apr 2008 05:22:46 +0000 (01:22 -0400)]
PR6405: unwinder build compatibility with RHEL5

16 years agounwinder build fix for STACK_{TOP,BOTTOM} macro name collisions
Frank Ch. Eigler [Tue, 15 Apr 2008 04:02:27 +0000 (00:02 -0400)]
unwinder build fix for STACK_{TOP,BOTTOM} macro name collisions

2008-04-15  Frank Ch. Eigler  <fche@elastic.org>

* unwind/i386.h (STACK_BOTTOM, STACK_TOP): Comment out these
unused definitions, for they collide with some kernels
(2.6.25-0.121.rc5.git4 rawhide).

16 years ago2008-04-14 David Smith <dsmith@redhat.com>
David Smith [Mon, 14 Apr 2008 17:58:32 +0000 (12:58 -0500)]
2008-04-14  David Smith  <dsmith@redhat.com>

* .gitignore: Added 'Makefile'.

16 years agoMerge branch 'master' of ssh://sources.redhat.com/git/systemtap
David Smith [Mon, 14 Apr 2008 17:53:38 +0000 (12:53 -0500)]
Merge branch 'master' of ssh://sources.redhat.com/git/systemtap

16 years ago2008-04-14 David Smith <dsmith@redhat.com>
David Smith [Mon, 14 Apr 2008 17:22:53 +0000 (12:22 -0500)]
2008-04-14  David Smith  <dsmith@redhat.com>

* elaborate.h (struct derived_probe_group): Removed
emit_module_header virtual function.
* translate.cxx (c_unparser::emit_common_header): Removed calls to
emit_module_header function.
* tapsets.cxx (be_derived_probe>): Removed emit_module_header function.
(struct timer_derived_probe_group): Ditto.
(struct profile_derived_probe_group): Ditto.
(struct procfs_derived_probe_group): Ditto.
(struct hrtimer_derived_probe_group): Ditto.
(struct perfmon_derived_probe_group): Ditto.
(dwarf_derived_probe_group::emit_module_decls): Moved kernel check
back from deleted emit_module_header function.
(uprobe_derived_probe_group::emit_module_decls): Ditto.
(mark_derived_probe_group::join_group): Moved marker
kernel check (to a new embedded code section) from deleted
emit_module_header function.

16 years agoPR6400: support bundled elfutils for stapio
Frank Ch. Eigler [Mon, 14 Apr 2008 16:31:22 +0000 (12:31 -0400)]
PR6400: support bundled elfutils for stapio

2008-04-14  Frank Ch. Eigler  <fche@elastic.org>

* Makefile.am (stapio_*): Become able to link/compile against
bundled elfutils.
* Makefile.in: Regenerated.

16 years agoMerge branch 'master' of ssh://wenji@sources.redhat.com/git/systemtap
wenji [Mon, 14 Apr 2008 02:50:18 +0000 (22:50 -0400)]
Merge branch 'master' of ssh://wenji@sources.redhat.com/git/systemtap

16 years agoruntime backtrace: stop infinite loops by checking for full print buffer
Frank Ch. Eigler [Sun, 13 Apr 2008 21:50:45 +0000 (17:50 -0400)]
runtime backtrace: stop infinite loops by checking for full print buffer

2008-04-13  Frank Ch. Eigler  <fche@elastic.org>

* print.c (_stp_pbuf_full): New function to note full print buffer.
* stack-{i386,x86_64}.c: Use it in all stack-searching loops, to
impose another limit against unbounded iteration.

16 years agoClarify .function().call vs .function as tutorial footnote
Frank Ch. Eigler [Sun, 13 Apr 2008 21:48:16 +0000 (17:48 -0400)]
Clarify .function().call vs .function as tutorial footnote

16 years agoMerge commit 'origin/unwind'
Frank Ch. Eigler [Sun, 13 Apr 2008 18:59:36 +0000 (14:59 -0400)]
Merge commit 'origin/unwind'

* commit 'origin/unwind':
  Fixes for 2.6.25 pt_regs changes.
  Include string.h
  Change stap to get kernel symbols from debuginfo and
  reincarnate vim/ directory in this branch to match master
  Add new define STP_USE_DWARF_UNWINDER which is set based on which archs
  Remove misleading error message.
  Support for kernels built with CONFIG_FRAME_POINTER
  Fix regression.
  dded _stp_read_address() and changed code to use it.
  kretprobe trampoline fixes
  i386 fixes.
  control.c (_stp_ctl_write_dbug): Insert missing break.
  32-bit fixes
  Cleanup.
  2008-03-23  Frank Ch. Eigler  <fche@elastic.org>
  2008-03-23  Frank Ch. Eigler  <fche@elastic.org>
  2008-03-21  Eugene Teo  <eugeneteo@kernel.sg>
  add (back) runtime/unwind files
  * clarify utility of epilogue-type probe aliases in documentation
  rebased unwind_branch on top of current master

16 years agoMerge branch 'master' into unwind
Frank Ch. Eigler [Sat, 12 Apr 2008 15:03:19 +0000 (11:03 -0400)]
Merge branch 'master' into unwind

* master:
  2008-04-11  David Smith  <dsmith@redhat.com>
  2008-04-11  David Smith  <dsmith@redhat.com>
  2008-04-11  David Smith  <dsmith@redhat.com>
  PR2949: add missing line
  PR2949: listings mode (stap -l PROBE)
  PR6393: don't bother print build (configure) date any more, with reliable git ids
  PR6393: regenerate git_version.h at every make
  PR6393: git version tagging at build time
  2008-04-09  David Smith  <dsmith@redhat.com>
  2008-04-04  Masami Hiramatsu <mhiramat@redhat.com>
  2008-04-04  David Smith  <dsmith@redhat.com>
  2008-04-04  Masami Hiramatsu <mhiramat@redhat.com>
  removing another part of retired LKET
  removing abandoned experiment: safety/* disassembly/symbol checks

Conflicts:

.gitignore
ChangeLog
runtime/ChangeLog

16 years agoMerge branch 'master' of git://sources.redhat.com/git/systemtap
Frank Ch. Eigler [Fri, 11 Apr 2008 17:37:07 +0000 (13:37 -0400)]
Merge branch 'master' of git://sources.redhat.com/git/systemtap

* 'master' of git://sources.redhat.com/git/systemtap:
  2008-04-11  David Smith  <dsmith@redhat.com>
  2008-04-11  David Smith  <dsmith@redhat.com>
  2008-04-11  David Smith  <dsmith@redhat.com>

16 years ago2008-04-11 David Smith <dsmith@redhat.com>
David Smith [Fri, 11 Apr 2008 14:57:00 +0000 (09:57 -0500)]
2008-04-11  David Smith  <dsmith@redhat.com>

* .gitignore: New file.

16 years agoMerge branch 'master' of ssh://sources.redhat.com/git/systemtap
David Smith [Fri, 11 Apr 2008 14:54:10 +0000 (09:54 -0500)]
Merge branch 'master' of ssh://sources.redhat.com/git/systemtap

16 years ago2008-04-11 David Smith <dsmith@redhat.com>
David Smith [Fri, 11 Apr 2008 14:52:55 +0000 (09:52 -0500)]
2008-04-11  David Smith  <dsmith@redhat.com>

* elaborate.h (struct derived_probe_group): Added
emit_module_header virtual function.
* translate.cxx (c_unparser::emit_common_header): Calls each probe
group's emit_module_header function.
(translate_pass): Moved inclusion of linux/marker.h to
mark_derived_probe_group::emit_module_header().
* tapsets.cxx (struct be_derived_probe_group): Added empty
emit_module_header function.
(struct timer_derived_probe_group): Ditto.
(struct profile_derived_probe_group): Ditto.
(struct procfs_derived_probe_group): Ditto.
(struct hrtimer_derived_probe_group): Ditto.
(struct perfmon_derived_probe_group): Ditto.
(dwarf_derived_probe_group::emit_module_header): Moved kprobes
kernel check from emit_module_decls() to here.
(uprobe_derived_probe_group::emit_module_header): Moved uprobe
kernel check from emit_module_decls() to here.
(uprobe_derived_probe_group::emit_module_decls): Moved uprobe
kernel check to emit_module_header().
(mark_derived_probe_group::emit_module_header): Moved marker
kernel check from emit_module_decls and translate_pass() to here.
(uprobe_derived_probe_group::emit_module_decls): Moved marker
kernel check to emit_module_header().

16 years ago2008-04-11 David Smith <dsmith@redhat.com>
David Smith [Fri, 11 Apr 2008 14:52:25 +0000 (09:52 -0500)]
2008-04-11  David Smith  <dsmith@redhat.com>

* .gitignore: Added git_version.h.

16 years agoMerge branch 'master' into work
David Smith [Thu, 10 Apr 2008 20:04:25 +0000 (15:04 -0500)]
Merge branch 'master' into work

Conflicts:

ChangeLog

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

* 'master' of git://sources.redhat.com/git/systemtap:
  PR2949: add missing line
  PR2949: listings mode (stap -l PROBE)
  PR6393: don't bother print build (configure) date any more, with reliable git ids
  PR6393: regenerate git_version.h at every make
  PR6393: git version tagging at build time
  2008-04-09  David Smith  <dsmith@redhat.com>
  2008-04-04  Masami Hiramatsu <mhiramat@redhat.com>
  2008-04-04  David Smith  <dsmith@redhat.com>
  2008-04-04  Masami Hiramatsu <mhiramat@redhat.com>

16 years agoMerge branch 'master' of ssh://wenji@sources.redhat.com/git/systemtap
wenji [Fri, 11 Apr 2008 01:29:51 +0000 (21:29 -0400)]
Merge branch 'master' of ssh://wenji@sources.redhat.com/git/systemtap

16 years ago2008-04-10 David Smith <dsmith@redhat.com>
David Smith [Thu, 10 Apr 2008 20:00:08 +0000 (15:00 -0500)]
2008-04-10  David Smith  <dsmith@redhat.com>

* elaborate.h (struct derived_probe_group): Added
emit_module_header virtual function.
* translate.cxx (c_unparser::emit_common_header): Calls each probe
group's emit_module_header function.
(translate_pass): Moved inclusion of linux/marker.h to
mark_derived_probe_group::emit_module_header().
* tapsets.cxx (struct be_derived_probe_group): Added empty
emit_module_header function.
(struct dwarf_derived_probe_group): Ditto.
(struct timer_derived_probe_group): Ditto.
(struct profile_derived_probe_group): Ditto.
(struct procfs_derived_probe_group): Ditto.
(struct hrtimer_derived_probe_group): Ditto.
(struct perfmon_derived_probe_group): Ditto.
(uprobe_derived_probe_group::emit_module_header): Moved uprobe
kernel check from emit_module_decls() to here.
(uprobe_derived_probe_group::emit_module_decls): Moved uprobe
kernel check to emit_module_header().
(mark_derived_probe_group::emit_module_header): Moved marker
kernel check from emit_module_decls and translate_pass() to here.
(uprobe_derived_probe_group::emit_module_decls): Moved marker
kernel check to emit_module_header().

16 years agoPR2949: add missing line
Frank Ch. Eigler [Thu, 10 Apr 2008 19:41:24 +0000 (15:41 -0400)]
PR2949: add missing line

16 years agoPR2949: listings mode (stap -l PROBE)
Frank Ch. Eigler [Thu, 10 Apr 2008 19:38:18 +0000 (15:38 -0400)]
PR2949: listings mode (stap -l PROBE)

2008-04-10  Frank Ch. Eigler  <fche@elastic.org>

PR 2949.
* session.h (listing_mode): New field.
* main.cxx (main): Test it.  Enjoy it.
(usage): Document it.
* stap.1.in, stapex.5.in: Ditto.
* elaborate.cxx (print_error): Disable error messages in listing mode.

2008-04-10  Frank Ch. Eigler  <fche@elastic.org>

PR 2949
* systemtap.base/cmd_parse.exp: Add "-l" listing test.

16 years agoPR6393: don't bother print build (configure) date any more, with reliable git ids
Frank Ch. Eigler [Thu, 10 Apr 2008 17:36:34 +0000 (13:36 -0400)]
PR6393: don't bother print build (configure) date any more, with reliable git ids

16 years agoPR6393: regenerate git_version.h at every make
Frank Ch. Eigler [Thu, 10 Apr 2008 17:34:30 +0000 (13:34 -0400)]
PR6393: regenerate git_version.h at every make

2008-04-10  Frank Ch. Eigler  <fche@elastic.org>

PR 6393 cont'd.
* Makefile.am: Also copy RadeonHD.am fragment to force
git_version.h regeneration at every make, and also special
tagging for "make dist".  Thanks <ndim>.

16 years agoPR6393: git version tagging at build time
Frank Ch. Eigler [Thu, 10 Apr 2008 17:09:19 +0000 (13:09 -0400)]
PR6393: git version tagging at build time

2008-04-10  Frank Ch. Eigler  <fche@elastic.org>

PR 6393.
* git_version.sh: New file, copied from radeonhd.
* configure.ac: No longer generate $builddir/SNAPSHOT.
* Makefile.am: Generate $builddir/git_version.h.
(EXTRA_DIST): Add git_version.h and git_version.sh.
* main.cxx (version): Print generated GIT_MESSAGE therefrom.
* Makefile.in, configure: Regenerated.

16 years agoMerge branch 'master' of ssh://wenji@sources.redhat.com/git/systemtap
wenji [Thu, 10 Apr 2008 01:43:32 +0000 (21:43 -0400)]
Merge branch 'master' of ssh://wenji@sources.redhat.com/git/systemtap

16 years agoFixes for 2.6.25 pt_regs changes.
Martin Hunt [Wed, 9 Apr 2008 21:02:40 +0000 (17:02 -0400)]
Fixes for 2.6.25 pt_regs changes.

16 years agoInclude string.h
Martin Hunt [Wed, 9 Apr 2008 19:24:14 +0000 (15:24 -0400)]
Include string.h

16 years ago2008-04-09 David Smith <dsmith@redhat.com>
David Smith [Wed, 9 Apr 2008 18:00:36 +0000 (13:00 -0500)]
2008-04-09  David Smith  <dsmith@redhat.com>

        * .gitignore: Added more files to ignore.
        * doc/.gitignore: New file.

16 years agoChange stap to get kernel symbols from debuginfo and
Martin Hunt [Wed, 9 Apr 2008 15:32:50 +0000 (11:32 -0400)]
Change stap to get kernel symbols from debuginfo and
compile them into the module.

16 years agoMerge branch 'master' of ssh://wenji@sources.redhat.com/git/systemtap
wenji [Sun, 6 Apr 2008 22:10:46 +0000 (18:10 -0400)]
Merge branch 'master' of ssh://wenji@sources.redhat.com/git/systemtap

16 years agoMerge branch 'master' of ssh://hiramatu@sources.redhat.com/git/systemtap
Masami Hiramatsu [Fri, 4 Apr 2008 20:55:54 +0000 (16:55 -0400)]
Merge branch 'master' of ssh://hiramatu@sources.redhat.com/git/systemtap

Conflicts:

runtime/ChangeLog

16 years ago2008-04-04 Masami Hiramatsu <mhiramat@redhat.com>
Masami Hiramatsu [Fri, 4 Apr 2008 20:52:30 +0000 (16:52 -0400)]
2008-04-04  Masami Hiramatsu <mhiramat@redhat.com>

PR 6028
* translate.cxx (c_unparser::emit_common_header): Add unwaddr for
caching unwound address.
* tapsets.cxx (common_probe_entryfn_prologue): Clear unwaddr.
* loc2c-runtime.h (fetch_register): Call ia64_fetch_register with
the address of c->unwaddr.
* regs-ia64.c (ia64_fetch_register): Don't unwind stack if it has
already unwound stack in same probe.

16 years ago2008-04-04 David Smith <dsmith@redhat.com>
David Smith [Fri, 4 Apr 2008 20:06:33 +0000 (15:06 -0500)]
2008-04-04  David Smith  <dsmith@redhat.com>

PR 5961 (partial)
* task_finder.c: New file.

16 years ago2008-04-04 Masami Hiramatsu <mhiramat@redhat.com>
Masami Hiramatsu [Fri, 4 Apr 2008 19:16:39 +0000 (15:16 -0400)]
2008-04-04  Masami Hiramatsu <mhiramat@redhat.com>

PR 5528
* systemtap.stress/conversions.exp: Update a script to catch up
recently changes of conversions.stp.

16 years agoRevert "emphasize the regexp math"
wenji [Thu, 3 Apr 2008 05:46:06 +0000 (01:46 -0400)]
Revert "emphasize the regexp math"

This reverts commit 285477856b016f3d16c339b7d7f00422cbe1795f.

16 years agoemphasize the regexp math
wenji [Thu, 3 Apr 2008 05:37:14 +0000 (01:37 -0400)]
emphasize the regexp math

16 years agoreincarnate vim/ directory in this branch to match master
Frank Ch. Eigler [Wed, 2 Apr 2008 02:37:12 +0000 (22:37 -0400)]
reincarnate vim/ directory in this branch to match master

16 years agoMerge branch 'master' of git://sources.redhat.com/git/systemtap
Frank Ch. Eigler [Wed, 2 Apr 2008 02:33:45 +0000 (22:33 -0400)]
Merge branch 'master' of git://sources.redhat.com/git/systemtap

* 'master' of git://sources.redhat.com/git/systemtap:
  removing another part of retired LKET
  removing abandoned experiment: safety/* disassembly/symbol checks
  Revert "Just a test commit"
  Just a test commit
  bump autoconf* version numbers to 0.7
  replace mentions of CVS with GIT in docuemntation files

16 years agoremoving another part of retired LKET
Frank Ch. Eigler [Wed, 2 Apr 2008 02:32:28 +0000 (22:32 -0400)]
removing another part of retired LKET

16 years agoremoving abandoned experiment: safety/* disassembly/symbol checks
Frank Ch. Eigler [Wed, 2 Apr 2008 02:11:31 +0000 (22:11 -0400)]
removing abandoned experiment: safety/* disassembly/symbol checks

16 years agoMerge branch 'master' into unwind
Frank Ch. Eigler [Tue, 1 Apr 2008 01:20:19 +0000 (21:20 -0400)]
Merge branch 'master' into unwind

* master:
  Revert "Just a test commit"
  Just a test commit
  bump autoconf* version numbers to 0.7
  replace mentions of CVS with GIT in docuemntation files
  2008-03-27  Frank Ch. Eigler  <fche@elastic.org>
  2008-03-27  Frank Ch. Eigler  <fche@elastic.org>
  2008-03-26  Frank Ch. Eigler  <fche@elastic.org>
  Revert "dummy commit"
  dummy commit

16 years agoRevert "Just a test commit"
Jim Keniston [Mon, 31 Mar 2008 19:27:23 +0000 (12:27 -0700)]
Revert "Just a test commit"

This reverts commit 98ef63414e06ac378ffe698793e3f2514dc5ce82.

16 years agoJust a test commit
Jim Keniston [Mon, 31 Mar 2008 19:18:50 +0000 (12:18 -0700)]
Just a test commit

16 years agoAdd new define STP_USE_DWARF_UNWINDER which is set based on which archs
Martin Hunt [Mon, 31 Mar 2008 15:05:13 +0000 (11:05 -0400)]
Add new define STP_USE_DWARF_UNWINDER which is set based on which archs
work with the unwinder.

16 years agoRemove misleading error message.
Martin Hunt [Mon, 31 Mar 2008 14:05:38 +0000 (10:05 -0400)]
Remove misleading error message.

16 years agoMerge branch 'master' of ssh://sources.redhat.com/git/systemtap
Frank Ch. Eigler [Mon, 31 Mar 2008 13:59:34 +0000 (09:59 -0400)]
Merge branch 'master' of ssh://sources.redhat.com/git/systemtap

* 'master' of ssh://sources.redhat.com/git/systemtap:
  2008-03-27  Frank Ch. Eigler  <fche@elastic.org>
  2008-03-27  Frank Ch. Eigler  <fche@elastic.org>
  2008-03-26  Frank Ch. Eigler  <fche@elastic.org>
  Revert "dummy commit"
  dummy commit

Conflicts:

ChangeLog
testsuite/ChangeLog

16 years agobump autoconf* version numbers to 0.7
Frank Ch. Eigler [Mon, 31 Mar 2008 13:56:24 +0000 (09:56 -0400)]
bump autoconf* version numbers to 0.7

16 years agoreplace mentions of CVS with GIT in docuemntation files
Frank Ch. Eigler [Mon, 31 Mar 2008 13:54:42 +0000 (09:54 -0400)]
replace mentions of CVS with GIT in docuemntation files

16 years agoSupport for kernels built with CONFIG_FRAME_POINTER
Martin Hunt [Sun, 30 Mar 2008 23:47:51 +0000 (19:47 -0400)]
Support for kernels built with CONFIG_FRAME_POINTER

16 years agoFix regression.
Martin Hunt [Fri, 28 Mar 2008 21:04:22 +0000 (17:04 -0400)]
Fix regression.

16 years agodded _stp_read_address() and changed code to use it.
Martin Hunt [Fri, 28 Mar 2008 21:01:40 +0000 (17:01 -0400)]
dded _stp_read_address() and changed code to use it.

16 years agokretprobe trampoline fixes
Martin Hunt [Fri, 28 Mar 2008 20:20:02 +0000 (16:20 -0400)]
kretprobe trampoline fixes

Recognize when a kretprobe trampoline was hit and continue with inexact stack dump.
Also some testsuite changes.

16 years agoMerge branch 'master' of git://sources.redhat.com/git/systemtap
Frank Ch. Eigler [Fri, 28 Mar 2008 16:34:05 +0000 (12:34 -0400)]
Merge branch 'master' of git://sources.redhat.com/git/systemtap

* 'master' of git://sources.redhat.com/git/systemtap: (24 commits)
  2008-03-27  Frank Ch. Eigler  <fche@elastic.org>
  2008-03-27  Frank Ch. Eigler  <fche@elastic.org>
  2008-03-26  Frank Ch. Eigler  <fche@elastic.org>
  Revert "dummy commit"
  dummy commit
  * clarify utility of epilogue-type probe aliases in documentation
  2008-03-23  Frank Ch. Eigler  <fche@elastic.org>
  2008-03-23  Frank Ch. Eigler  <fche@elastic.org>
  2008-03-21  Eugene Teo  <eugeneteo@kernel.sg>
  spelling fixes
  2008-03-20  Frank Ch. Eigler  <fche@elastic.org>
  * clarify $variables available in .return probes
  2008-03-20  Frank Ch. Eigler  <fche@elastic.org>
  2008-03-17  Eugene Teo  <eteo@redhat.com>
  * systemtap.base/maxactive.exp, probefunc.exp: Standardize pass msg.
  2008-03-14  Masami Hiramatsu <mhiramat@redhat.com>
  2008-03-13  Frank Ch. Eigler  <fche@elastic.org>
  * release prep: 0.6.2 version bump
  2008-03-12  Dave Brolley  <brolley@redhat.com>
  2008-03-11  Will Cohen  <wcohen@redhat.com>
  ...

16 years ago2008-03-27 Frank Ch. Eigler <fche@elastic.org>
fche [Thu, 27 Mar 2008 19:31:51 +0000 (19:31 +0000)]
2008-03-27  Frank Ch. Eigler  <fche@elastic.org>

* tapsets.cxx (common_probe_entryfn_prologue): Clear last_stmt.

16 years ago2008-03-27 Frank Ch. Eigler <fche@elastic.org>
fche [Thu, 27 Mar 2008 17:19:42 +0000 (17:19 +0000)]
2008-03-27  Frank Ch. Eigler  <fche@elastic.org>

* systemtap.base/cmd_parse.exp: Don't assume $SHELL=bash.

16 years ago2008-03-26 Frank Ch. Eigler <fche@elastic.org>
fche [Wed, 26 Mar 2008 21:22:26 +0000 (21:22 +0000)]
2008-03-26  Frank Ch. Eigler  <fche@elastic.org>

* translate.cxx (emit_function): Set context last_stmt, in case
an error occurs during the function.

16 years agoi386 fixes.
Martin Hunt [Wed, 26 Mar 2008 14:06:19 +0000 (10:06 -0400)]
i386 fixes.

16 years agocontrol.c (_stp_ctl_write_dbug): Insert missing break.
Martin Hunt [Tue, 25 Mar 2008 18:01:36 +0000 (14:01 -0400)]
control.c (_stp_ctl_write_dbug): Insert missing break.

16 years ago32-bit fixes
Martin Hunt [Tue, 25 Mar 2008 17:44:37 +0000 (13:44 -0400)]
32-bit fixes

16 years agoCleanup.
Martin Hunt [Tue, 25 Mar 2008 16:26:46 +0000 (12:26 -0400)]
Cleanup.

16 years agoRevert "dummy commit"
Frank Ch. Eigler [Tue, 25 Mar 2008 16:05:46 +0000 (12:05 -0400)]
Revert "dummy commit"

This reverts commit 143096c4025d30e15c0f100b85c0d2e7211bb84b.

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