]>
sourceware.org Git - systemtap.git/log
William Cohen [Wed, 21 Jan 2009 22:09:38 +0000 (17:09 -0500)]
Correct email address for doc/ChangeLog
William Cohen [Wed, 21 Jan 2009 22:08:34 +0000 (17:08 -0500)]
Update copyright date and correct paragraph.
Mark Wielaard [Wed, 21 Jan 2009 13:32:14 +0000 (14:32 +0100)]
Only muck with CPPFLAGS when actually building with bundled elfutils.
Mark Wielaard [Wed, 21 Jan 2009 11:32:46 +0000 (12:32 +0100)]
Explicitly remove build-elfutils, include-elfutils and lib-elfutils on clean.
Frank Ch. Eigler [Tue, 20 Jan 2009 22:34:00 +0000 (17:34 -0500)]
improve var=? explanation debugging via -vvv
David Smith [Tue, 20 Jan 2009 21:59:47 +0000 (15:59 -0600)]
Adding kprobes test scripts.
Frank Ch. Eigler [Tue, 20 Jan 2009 18:35:36 +0000 (13:35 -0500)]
fix segv on peculiar dwfl errors (probe process("/lib64").FOO {})
Reported-By: Daniel Tralamazza
David Smith [Tue, 20 Jan 2009 16:35:53 +0000 (10:35 -0600)]
PR 9673. Only use one utrace engine for all targets with same path or pid.
2009-01-20 David Smith <dsmith@redhat.com>
PR 9673.
* task_finder.c (struct stap_task_finder_target): Added
'vm_events' field.
(stap_register_task_finder_target): Sets vm_events if a
vm_callback is present.
(__stp_task_finder_cleanup): Only detaches engines on the main
__stp_task_finder_list linked list.
(__stp_call_callbacks): New function.
(__stp_call_vm_callbacks): New function.
(__stp_utrace_attach_match_filename): Calls __stp_call_callbacks()
to call callbacks.
(__stp_utrace_task_finder_target_death): Ditto.
(__stp_utrace_task_finder_target_quiesce): Calls
__stp_call_callbacks() and __stp_call_vm_callbacks() to call
callbacks.
(__stp_call_vm_callbacks_with_vma): Renamed from
__stp_target_call_vm_callback.
(__stp_utrace_task_finder_target_syscall_exit): Calls
__stp_call_vm_callbacks() to call vm callbacks.
(stap_start_task_finder): Instead of a utrace engine for every
task_finder_target, there is now one utrace engine for all targets
with the same path or pid.
Stan Cox [Tue, 20 Jan 2009 16:07:08 +0000 (11:07 -0500)]
Don't test -lsduprobe.s for now.
Wenji Huang [Tue, 20 Jan 2009 04:44:54 +0000 (23:44 -0500)]
Add checking utrace in test cases.
Dave Brolley [Mon, 19 Jan 2009 18:29:43 +0000 (13:29 -0500)]
Revert previous change. Only call stap-add-server-cert from stap-serverd if it has been installed.
Dave Brolley [Mon, 19 Jan 2009 15:58:29 +0000 (10:58 -0500)]
Add stap-add-server-cert to the stap-server package.
Stan Cox [Tue, 13 Jan 2009 22:20:37 +0000 (17:20 -0500)]
Add dtrace and sdt.h
Stan Cox [Tue, 13 Jan 2009 22:17:47 +0000 (17:17 -0500)]
Create the rpm subpackage systemtap-sdt-devel
Dave Brolley [Tue, 13 Jan 2009 21:20:47 +0000 (16:20 -0500)]
Merge branch 'master' of git://sources.redhat.com/git/systemtap
Dave Brolley [Tue, 13 Jan 2009 21:19:53 +0000 (16:19 -0500)]
Ensure that the client/server scripts call the installed copies of any
other systemtap tools.
Jim Keniston [Tue, 13 Jan 2009 21:14:43 +0000 (13:14 -0800)]
PR 7082: patch for uprobes2 (kernel > 2.6.26)
Dave Brolley [Tue, 13 Jan 2009 18:38:41 +0000 (13:38 -0500)]
Separate the creation of the server's certificate from its addition to the
client-side database.
Dave Brolley [Tue, 13 Jan 2009 16:35:14 +0000 (11:35 -0500)]
Ensure that the client cert database and server cert are readable by all.
Srikar Dronamraju [Tue, 13 Jan 2009 05:44:37 +0000 (11:14 +0530)]
send/send_log needs a -- with a constant string that starts with -----
Wenji Huang [Tue, 13 Jan 2009 00:34:28 +0000 (19:34 -0500)]
Adapt _stp_sort to 2.6.29.
Acked-by: Masami Hiramatsu <mhiramat@redhat.com>
Signed-off-by: Wenji Huang <wenji.huang@oracle.com>
William Cohen [Mon, 12 Jan 2009 14:19:36 +0000 (09:19 -0500)]
Correct author's name.
Wenji Huang [Sun, 11 Jan 2009 23:39:55 +0000 (18:39 -0500)]
Fix compilation warning of too large number on 32-bits machines.
Mark Wielaard [Sun, 11 Jan 2009 13:37:28 +0000 (14:37 +0100)]
Pick up --prefix dependency usage in config.h.
Elliott Baron [Fri, 9 Jan 2009 21:58:48 +0000 (16:58 -0500)]
Added %M info to stap.1.in
Dave Brolley [Fri, 9 Jan 2009 20:19:39 +0000 (15:19 -0500)]
Merge branch 'master' of git://sources.redhat.com/git/systemtap
Conflicts:
ChangeLog
Makefile.am
Makefile.in
testsuite/ChangeLog
Dave Brolley [Fri, 9 Jan 2009 20:11:04 +0000 (15:11 -0500)]
New framework for creating/using certificate databases for client/server.
Will Cohen [Thu, 8 Jan 2009 19:28:15 +0000 (14:28 -0500)]
Check for xmlto that generates pdf.
Josh Stone [Wed, 7 Jan 2009 21:31:50 +0000 (13:31 -0800)]
Spelling tweak in the manpage
Will Cohen [Wed, 7 Jan 2009 17:13:50 +0000 (12:13 -0500)]
Check xmlto available and allow user to control generation of reference docs.
Mark Wielaard [Wed, 7 Jan 2009 15:44:02 +0000 (16:44 +0100)]
Warn when not building docs because tools not found.
Mark Wielaard [Wed, 7 Jan 2009 15:36:14 +0000 (16:36 +0100)]
Add --enable-server configure option.
Frank Ch. Eigler [Wed, 7 Jan 2009 00:32:24 +0000 (19:32 -0500)]
PR9699: tapset changes for STAPCONF_TASK_UID for *uid()/*gid() calls
Frank Ch. Eigler [Wed, 7 Jan 2009 00:30:17 +0000 (19:30 -0500)]
PR9699: tweak autoconf file for Strict C Language Standards Compliance (tm)
Frank Ch. Eigler [Tue, 6 Jan 2009 22:07:19 +0000 (17:07 -0500)]
Merge branch 'master' of ssh://sources.redhat.com/git/systemtap
* 'master' of ssh://sources.redhat.com/git/systemtap:
Add missing files to systemtap.spec
Frank Ch. Eigler [Tue, 6 Jan 2009 22:06:30 +0000 (17:06 -0500)]
PR9699: build fixes for kernel 2.6.28
Frank Ch. Eigler [Tue, 6 Jan 2009 18:53:20 +0000 (13:53 -0500)]
build: note inapplicability of kernel kbuild O=dir usr/include headers.
Dave Brolley [Tue, 6 Jan 2009 18:21:37 +0000 (13:21 -0500)]
Add missing files to systemtap.spec
Frank Ch. Eigler [Tue, 6 Jan 2009 17:40:16 +0000 (12:40 -0500)]
build: don't needlessly rebuild tapset ref docs
Frank Ch. Eigler [Tue, 6 Jan 2009 16:55:14 +0000 (11:55 -0500)]
PR9699: correct tcl syntax in test case
Dave Brolley [Mon, 5 Jan 2009 19:03:02 +0000 (14:03 -0500)]
Try multiple tools for generating passwords.
Mark Wielaard [Fri, 2 Jan 2009 09:38:49 +0000 (10:38 +0100)]
PR9693. Add #! /usr/bin/env stap line for traceio2 and functioncallcount.
Frank Ch. Eigler [Wed, 31 Dec 2008 19:41:29 +0000 (14:41 -0500)]
build: make compatible with elfutils 0.138 too
Eugeniy Meshcheryakov [Wed, 31 Dec 2008 18:39:40 +0000 (13:39 -0500)]
PR9692: dummy commit to track authorship of previous commits
Dave Brolley [Tue, 30 Dec 2008 17:15:24 +0000 (12:15 -0500)]
COnfigure nss and nspr using PKG_CHECK_MODULES.
Dave Brolley [Tue, 30 Dec 2008 16:53:13 +0000 (11:53 -0500)]
Check for existence of $(builddir)/ssl before installing it.
Jim Keniston [Mon, 29 Dec 2008 17:53:46 +0000 (12:53 -0500)]
PR7082: patch for uprobes1 (kernel <= 2.6.24)
Frank Ch. Eigler [Mon, 29 Dec 2008 22:00:34 +0000 (17:00 -0500)]
build fix for ssl code: install into $prefix rather than /etc
Dave Brolley [Fri, 26 Dec 2008 18:25:32 +0000 (13:25 -0500)]
Disable automatic building of stamp-ssl for now.
Dave Brolley [Wed, 24 Dec 2008 19:20:41 +0000 (14:20 -0500)]
Complete previous commit.
Dave Brolley [Wed, 24 Dec 2008 18:18:50 +0000 (13:18 -0500)]
Systemtap compile server phase 2 (ssl) -- first cut.
Masami Hiramatsu [Mon, 22 Dec 2008 21:05:28 +0000 (16:05 -0500)]
PR7090: Support kernels built with O= option.
William Cohen [Mon, 22 Dec 2008 18:26:10 +0000 (13:26 -0500)]
Add generations of tapset reference manual material.
Stan Cox [Mon, 22 Dec 2008 03:48:38 +0000 (22:48 -0500)]
Put a block around the probe point.
Elliott Baron [Fri, 19 Dec 2008 22:03:20 +0000 (17:03 -0500)]
Removed left over remnant from previous implementation
Elliott Baron [Fri, 19 Dec 2008 22:00:51 +0000 (17:00 -0500)]
Better implementation for %M
Elliott Baron [Fri, 19 Dec 2008 15:13:52 +0000 (10:13 -0500)]
Merge branch 'master' of ssh://ebaron@sources.redhat.com/git/systemtap
Elliott Baron [Fri, 19 Dec 2008 15:03:35 +0000 (10:03 -0500)]
First attempt at printf kernel memory hex dump
Roland McGrath [Tue, 16 Dec 2008 23:48:29 +0000 (15:48 -0800)]
Clean up .spec file typos, Requires nits.
Stan Cox [Tue, 16 Dec 2008 15:34:01 +0000 (10:34 -0500)]
Convert .mark to .statement(0x) instead of .statement(foo.c:N)
ddomingo [Tue, 16 Dec 2008 02:06:35 +0000 (12:06 +1000)]
corrected index entries as per wcohen
William Cohen [Mon, 15 Dec 2008 21:28:41 +0000 (16:28 -0500)]
Minor edits error chapter.
William Cohen [Mon, 15 Dec 2008 21:14:05 +0000 (16:14 -0500)]
Minor editing for example scripts.
William Cohen [Mon, 15 Dec 2008 19:52:52 +0000 (14:52 -0500)]
Minor edits in associative array sections.
William Cohen [Mon, 15 Dec 2008 19:34:14 +0000 (14:34 -0500)]
Clarify optional else clause.
William Cohen [Mon, 15 Dec 2008 19:29:30 +0000 (14:29 -0500)]
Minor edits and format corrections.
William Cohen [Fri, 12 Dec 2008 14:44:32 +0000 (09:44 -0500)]
Merge branch 'master' of ssh://sources.redhat.com/git/systemtap
Dave Brolley [Thu, 11 Dec 2008 17:07:02 +0000 (12:07 -0500)]
Don't use -d on $netcat. Redirect from /dev/null instead.
Frank Ch. Eigler [Thu, 11 Dec 2008 15:54:23 +0000 (10:54 -0500)]
clarify that "stap -L" lists script-level locals only
William Cohen [Thu, 11 Dec 2008 15:10:20 +0000 (10:10 -0500)]
Merge branch 'master' of ssh://sources.redhat.com/git/systemtap
ddomingo [Thu, 11 Dec 2008 05:12:45 +0000 (15:12 +1000)]
edited index terms as per wcohen
William Cohen [Wed, 10 Dec 2008 20:22:53 +0000 (15:22 -0500)]
Add information about default MAXNESTING and MAXACTION allowed.
William Cohen [Wed, 10 Dec 2008 20:05:00 +0000 (15:05 -0500)]
Format tweaks.
William Cohen [Wed, 10 Dec 2008 19:55:18 +0000 (14:55 -0500)]
Merge branch 'master' of ssh://sources.redhat.com/git/systemtap
William Cohen [Wed, 10 Dec 2008 19:54:14 +0000 (14:54 -0500)]
Clean up formatting iotime-simple.stp
William Cohen [Wed, 10 Dec 2008 19:49:46 +0000 (14:49 -0500)]
Edit useful script examples. Clean up formating para-call-graph-simple.stp
Tim Moore [Wed, 10 Dec 2008 17:16:58 +0000 (18:16 +0100)]
add latencytap script
William Cohen [Wed, 10 Dec 2008 15:38:53 +0000 (10:38 -0500)]
Edit text sections on associative arrays. Also tweak example two space indent.
ddomingo [Wed, 10 Dec 2008 01:57:53 +0000 (11:57 +1000)]
revised for re-push to docs stage
ddomingo [Wed, 10 Dec 2008 01:05:41 +0000 (11:05 +1000)]
revised for re-push to docs stage
Frank Ch. Eigler [Tue, 9 Dec 2008 22:23:18 +0000 (17:23 -0500)]
add some more wallpaper protection against cpu frequency = 0 in gettimeofday_* internals
Frank Ch. Eigler [Tue, 9 Dec 2008 21:48:51 +0000 (16:48 -0500)]
PR6961: initial sketch: set up dummy pt_regs for non-trap based probes
Dave Brolley [Tue, 9 Dec 2008 20:31:00 +0000 (15:31 -0500)]
Use netcat or nc, whichever is available.
William Cohen [Tue, 9 Dec 2008 16:20:11 +0000 (11:20 -0500)]
Tweak formatting, indent two space.
Frank Ch. Eigler [Tue, 9 Dec 2008 14:08:02 +0000 (09:08 -0500)]
PR7082: support non-setuid use of $SYSTEMTAP_RUNTIME to find uprobes.ko
ddomingo [Tue, 9 Dec 2008 05:14:40 +0000 (15:14 +1000)]
revised discussion on multiple index expressions
William Cohen [Tue, 9 Dec 2008 03:37:17 +0000 (22:37 -0500)]
Edits to Scripts.xml and ScriptConstructs.xml.
ddomingo [Tue, 9 Dec 2008 00:49:20 +0000 (10:49 +1000)]
revisions as per wcohen
William Cohen [Mon, 8 Dec 2008 19:07:40 +0000 (14:07 -0500)]
Minor edits in Chapter 2 and avoid using using yum file that may not be there.
William Cohen [Mon, 8 Dec 2008 18:34:56 +0000 (13:34 -0500)]
Minor edits for Introduction.
David Smith [Mon, 8 Dec 2008 17:47:12 +0000 (11:47 -0600)]
RHBZ 474390 fix.
2008-12-08 David Smith <dsmith@redhat.com>
RHBZ 474390
* tapsets.cxx (dwflpp::cu_function_caching_callback): Handles NULL
return from dwarf_diename().
(dwflpp::print_locals): Ditto.
(dwflpp::find_variable_and_frame_base): Ditto.
(dwflpp::literal_stmt_for_return): Ditto.
(dwarf_builder::build): Ditto.
Frank Ch. Eigler [Mon, 8 Dec 2008 15:06:29 +0000 (10:06 -0500)]
PR7062: base uprobes tree on s.runtime_path instead of PKGDATADIR
Wenji Huang [Mon, 8 Dec 2008 04:01:35 +0000 (23:01 -0500)]
Fix the compilation warning of uprobe in FC9.
Elliott Baron [Fri, 5 Dec 2008 21:46:32 +0000 (16:46 -0500)]
Merge branch 'master'; commit 'origin/pr6925'
Frank Ch. Eigler [Fri, 5 Dec 2008 18:15:00 +0000 (13:15 -0500)]
mention the potentially unobvious: systemtap needs CONFIG_MODULE & CONFIG_MODULE_UNLOAD
Frank Ch. Eigler [Fri, 5 Dec 2008 17:39:20 +0000 (12:39 -0500)]
fix documentation of default SYSTEMTAP_DEBUGINFO_PATH
Kent Sebastian [Fri, 5 Dec 2008 16:46:56 +0000 (11:46 -0500)]
Merge branch 'master' of git+ssh://sources.redhat.com/git/systemtap
Kent Sebastian [Fri, 5 Dec 2008 16:45:35 +0000 (11:45 -0500)]
Removed an unused variable left from printf %n (PR7051)
Frank Ch. Eigler [Fri, 5 Dec 2008 16:36:12 +0000 (11:36 -0500)]
Merge branch 'master' of ssh://sources.redhat.com/git/systemtap
* 'master' of ssh://sources.redhat.com/git/systemtap:
PR7051: Remove broken printf %n directive support
Frank Ch. Eigler [Fri, 5 Dec 2008 16:33:58 +0000 (11:33 -0500)]
turn on elfutils-level debuginfo<->stripped-binary checksum matching
This is necessary to detect mismatching debuginfo for user-space
programs without build-id. We don't have run-time version assertions
for user-space binaries.
This page took 0.054092 seconds and 5 git commands to generate.