| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
binaries
tested on rhel5 i386/x86-64, fedora7 x86-64
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-04-29 David Smith <dsmith@redhat.com>
* tapsets.cxx (utrace_derived_probe_group::emit_probe_decl): Added
death event handlers to ensure that for every utrace_attach there
is a corresponding utrace_detach.
(utrace_derived_probe_group::emit_module_decls): Ditto.
2008-04-29 David Smith <dsmith@redhat.com>
* task_finder.c: Made more robust by ensuring that all utrace
attaches have a corresponding utrace detach.
|
|
|
|
| |
* check.exp: New script to run tests on cataloged examples.
|
|
|
|
| |
* check.exp: New script to run tests on cataloged examples.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
btw, here's a test script to monitor the persistent context values:
function cycles(which:long) %{
THIS->__retvalue = (THIS->which == 0) ? CONTEXT->cycles_base :
CONTEXT->cycles_sum;
%}
probe timer.profile { /* just for */ backtrace() /* load generation */
printf("%d %d\n", cycles(0), cycles(1)) }
probe timer.s(1) { exit() }
|
|\
| |
| |
| |
| |
| | |
* 'master' of ssh://sources.redhat.com/git/systemtap:
Handles markers with no format string.
Fixed task_finder.c kernel 2.6.25 change.
|
| |
| |
| |
| |
| |
| |
| |
| | |
2008-04-25 David Smith <dsmith@redhat.com>
PR 6455.
* tapsets.cxx (mark_builder::build): Handles markers with no
format string.
|
| |
| |
| |
| |
| |
| |
| | |
2008-04-25 David Smith <dsmith@redhat.com>
From Srinivasa <srinivasa@in.ibm.com>
* task_finder.c (__stp_get_mm_path): Fixed kernel 2.6.25 change.
|
|/ |
|
| |
|
|\ |
|
| |\
| | |
| | |
| | |
| | |
| | | |
* 'master' of ssh://sources.redhat.com/git/systemtap:
Made kernel 2.6.25 changes in task_finder.c.
Move examples to testsuite/systemtap.examples
|
| | |
| | |
| | |
| | | |
= 0)
|
| |/
|/| |
|
|\ \ |
|
| |/
| |
| |
| |
| |
| | |
2008-04-24 David Smith <dsmith@redhat.com>
* task_finder.c (__stp_get_mm_path): Made kernel 2.6.25 changes.
|
|/ |
|
| |
|
|
|
|
| |
Reported-By: Peter Teoh <htmldeveloper@gmail.com>
|
| |
|
|
|
|
|
|
| |
2008-04-22 David Smith <dsmith@redhat.com>
* systemtap.base/utrace_p5.exp: Simplfied a little.
|
| |
|
| |
|
|
|
|
|
|
| |
2008-04-22 David Smith <dsmith@redhat.com>
* systemtap.base/utrace_p5.exp: Added run-time utrace tests.
|
|
|
|
|
|
|
| |
2008-04-22 David Smith <dsmith@redhat.com>
* tapsets.cxx (utrace_derived_probe_group::emit_module_decls):
Removed debug statements.
|
|
|
|
|
|
|
| |
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).
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
| |
2008-04-18 David Smith <dsmith@redhat.com>
* stapprobes.5.in: Added information about utrace probes.
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
Recognize the 'limit' keyword and script arguments, allow '$' in
variable names, and highlight $target variables.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
|
|
|
| |
* task_finder.c (__stp_get_mm_path): Made kernel 2.6.18 changes.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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.
|
| |
|
|\ |
|
| | |
|
|\| |
|
| | |
|