| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| | | | | | | | |
|
| | | | | | | | |
|
| |_|_|_|_|_|/
|/| | | | | | |
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
2008-05-05 David Smith <dsmith@redhat.com>
* task_finder.c (stap_utrace_detach_ops): Make sure we ignore
/sbin/init.
(__stp_utrace_attach): Added function to handle details of
attaching a utrace engine.
(__stp_utrace_task_finder_report_clone): Calls
__stp_utrace_attach.
(__stp_utrace_task_finder_report_exec): Ditto.
(stap_start_task_finder): Ditto.
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
* 'master' of ssh://sources.redhat.com/git/systemtap:
2008-05-01 William Cohen <wcohen@redhat.com>
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
* helloworld.meta: New file.
|
|/ / / / / / /
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
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.
|
| | |
|
| | |
|