summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | PR2895. Add proper #! /usr/bin/env stap line. Make example scripts executable.Mark Wielaard2008-08-1116-7/+26
| | | | |
* | | | | Use INSTALL_PROGRAM, not INSTALL_DATA for executable .stp scripts.Mark Wielaard2008-08-113-2/+14
| | | | |
* | | | | example index: only warn if old, do not regenerateFrank Ch. Eigler2008-08-093-4/+15
| | | | |
* | | | | Merge branch 'master' of ssh://sources.redhat.com/git/systemtapDave Brolley2008-08-08114-563/+2567
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog testsuite/ChangeLog
| * | | | | Lower statement wildcard test matching threshold.Stan Cox2008-08-082-2/+6
| | | | | |
| * | | | | Moved details of utrace detach to stap_utrace_detach().David Smith2008-08-084-38/+78
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2008-08-08 David Smith <dsmith@redhat.com> * tapsets.cxx (utrace_derived_probe_group::emit_module_decls): Calls stap_utrace_detach() to perform detach. 2008-08-08 David Smith <dsmith@redhat.com> * task_finder.c (stap_utrace_detach): New function. (stap_utrace_detach_ops): Calls stap_utrace_detach(). (__stp_utrace_attach_match_filename): Ditto.
| * | | | | Merge branch 'master' of ssh://sources.redhat.com/git/systemtap into workDavid Smith2008-08-0897-508/+1627
| |\ \ \ \ \
| | * | | | | Always generate examples indexes and install examples from srcdir.Mark Wielaard2008-08-083-10/+15
| | | | | | |
| | * | | | | Refer to srcdir spec file Makefile so make rpm works when builddir != srcdir.Mark Wielaard2008-08-084-4/+10
| | | | | | |
| | * | | | | Add index of subsystem and keywords at top of HTML indexes.Mark Wielaard2008-08-084-37/+64
| | | | | | |
| | * | | | | Don't output output, exits, status line in indexes (mentioned in descriptions).Mark Wielaard2008-08-088-372/+200
| | | | | | |
| | * | | | | Disable chmodding of samples/kmalloc-top in spec file since it isn't installed.Mark Wielaard2008-08-082-1/+6
| | | | | | |
| | * | | | | Make sure examples indexes are always generated in builddir.Mark Wielaard2008-08-086-35/+94
| | | | | | |
| | * | | | | remove chmod +x from perl script to avoid spurious build-time rpm-found prereqFrank Ch. Eigler2008-08-071-0/+0
| | | | | | |
| | * | | | | Merge branch 'master' of ssh://sources.redhat.com/git/systemtapFrank Ch. Eigler2008-08-071-0/+5
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 'master' of ssh://sources.redhat.com/git/systemtap: Added testsuite/systemtap.examples/.gitignore file.
| | * | | | | | PR6823: store generated sample index filesFrank Ch. Eigler2008-08-079-5/+1655
| | | | | | | |
| | * | | | | | samples: separate into subdirectories by subsystemFrank Ch. Eigler2008-08-0783-373/+5
| | | | | | | |
| | * | | | | | simplify sample script installation logicFrank Ch. Eigler2008-08-073-121/+30
| | | | | | | |
| * | | | | | | Saves thread vma information.David Smith2008-08-083-0/+151
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2008-08-08 David Smith <dsmith@redhat.com> * task_finder.c (__stp_tf_vm_cb): Added calls to save/delete vma information. * task_finder_vma.c (__stp_tf_vma_map_hash): New function. (__stp_tf_get_vma_map_entry_internal): Ditto. (stap_add_vma_map_info): Ditto. (stap_remove_vma_map_info): Ditto. (stap_find_vma_map_info): Ditto.
| * | | | | | Added testsuite/systemtap.examples/.gitignore file.David Smith2008-08-072-0/+7
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2008-08-07 David Smith <dsmith@redhat.com> * .gitignore: New file.
| * | | | | 'stap_compile' test procedure now ignores warningsDavid Smith2008-08-074-41/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2008-08-07 David Smith <dsmith@redhat.com> * systemtap.base/utrace_p4.exp: Uses lib/stap_compile.exp instead of its own stap_compile procedure. * systemtap.base/cache.exp (stap_compile): Ignores warnings. * lib/stap_compile.exp: Ignores warnings.
| * | | | | Add example indexes generation build machinery.Mark Wielaard2008-08-073-17/+70
| | | | | |
| * | | | | Add comment about versioned vs unversioned docs to systemtap.spec.Mark Wielaard2008-08-072-1/+11
| | | | | |
| * | | | | Add new examples-index-gen.pl script and support files.Mark Wielaard2008-08-078-1/+527
| | | | | |
| * | | | | Correct futexes.meta name: entry.Mark Wielaard2008-08-072-1/+5
| | | | | |
| * | | | | Add meta file tag descriptions to systemtap.examples/README.Mark Wielaard2008-08-072-2/+54
| | | | | |
| * | | | | client-server: improve random port selection and mdns txt useFrank Ch. Eigler2008-08-063-3/+19
| | | | | |
| * | | | | Fix minor problems in staprun(8)Eugeniy Meshcheryakov2008-08-062-4/+8
| | | | | |
| * | | | | itrace: move test suite item to appropriate locationFrank Ch. Eigler2008-08-061-2/+6
| | |_|_|/ | |/| | |
| * | | | Use relative instead of absolute line. (bug 6611)Stan Cox2008-08-052-1/+2
| | | | |
| * | | | move post-0.7 news tidbit to the topFrank Ch. Eigler2008-08-051-3/+2
| | | | |
| * | | | Add test for $$vars, $$params, $$locals.Stan Cox2008-08-055-0/+45
| | | | |
* | | | | Start/stop the systemtap server from systemtap.exp and not in the top level ↵Dave Brolley2008-08-0813-174/+273
|/ / / / | | | | | | | | | | | | Makefile.
* | | | typographical tweaks for embedded script codeFrank Ch. Eigler2008-08-051-5/+5
| | | |
* | | | Add $$vars, $$parms, $$localsStan Cox2008-08-044-1/+109
| | | |
* | | | Rename $path to $pathname of syscall tapset for 2.6.27Wenji Huang2008-08-043-13/+102
| | | |
* | | | Correct several tests for 2.6.27Wenji Huang2008-08-035-0/+25
| | | |
* | | | c code generation: assert C indentation/nesting cancels out at appropriate ↵Frank Ch. Eigler2008-08-023-1/+17
| | | | | | | | | | | | | | | | points
* | | | Tweak test_installcheck for helloworld.meta and traceio2.meta.William Cohen2008-08-013-2/+6
| | | |
* | | | Run both tests for installcheck tests.William Cohen2008-08-012-21/+27
| | | |
* | | | No need for random suffix file cmdline and sysinfo files in theDave Brolley2008-07-303-23/+24
| | | | | | | | | | | | | | | | client's request tree.
* | | | Merge branch 'master' of ssh://sources.redhat.com/git/systemtapDave Brolley2008-07-298-0/+854
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog testsuite/ChangeLog
| * | | | session.h (struct systemtap_session): Added itrace_derived_probedcn2008-07-298-0/+854
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | group. elaborate.cxx (systemtap_session::systemtap_session): Added initialization of itrace_derived_probes. tapsets.cxx (struct itrace_derived_probe): Add derived_probe struct for holding info needed by itrace probes. (struct itrace_derived_probe_group): New derived_probe_group to handle itrace probes. (itrace_derived_probe::itrace_derived_probe): Needed for use with task_finder. (itrace_derived_probe_group::join_group): Ditto. (itrace_derived_probe_group::enroll): Ditto. (itrace_derived_probe_group::emit_probe_decl): Ditto. (itrace_derived_probe_group::emit_module_decls): Ditto. (itrace_derived_probe_group::emit_module_init): Ditto. (itrace_derived_probe_group::emit_module_exit): Ditto. stapprobes.5.in : Added documentation of itrace probe.
* | | | | Ensure that a systemtap server is available if 'server' is specifiedDave Brolley2008-07-2920-143/+499
|/ / / / | | | | | | | | | | | | in EXTRA_TOOL_OPTS for 'make check' and 'make installcheck'
* | | | * syscalls2.stp: Add sys_unlinkat.Zhaolei2008-07-252-0/+23
| | | |
* | | | Fix on_each_cpu() call for kernels >2.6.26.Josh Stone2008-07-245-1/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a generalization of the patch from James Bottomley: http://sources.redhat.com/ml/systemtap/2008-q3/msg00220.html The on_each_cpu() change was merged *after* the 2.6.26 release, so I'm using an autoconf test instead of James' version check.
* | | | Remove unused STAPCONF_MODULE_NSECTIONSJosh Stone2008-07-244-9/+8
| |_|/ |/| |
* | | changelog for entry-pc semantic error fixFrank Ch. Eigler2008-07-231-0/+6
| |/ |/|
* | fix semantic error: no entrypc found using probe .statement(*@file:line) ↵James Bottomley2008-07-231-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | constructs At the moment, you can't specify probe module("scsi_mod").statement(*@drivers/scsi/scsi_lib.c:1443) because the compiler will fail with the above semantic error on the function scsi_end_bidi_request. It seems looking through the dwarf that this function is fully inlined and thus has no entrypc to catalogue. The solution therefore seems to simply return DWARF_CB_OK when we find such functions and continue cataloguing all the ones that do actually have non-inline versions. Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
* | Fix sw 6752. Alter condtional to check for >= 2.6.26. This accounts and ↵Phil Muldoon2008-07-221-1/+1
|/ | | | fixes false positives in kernel_v strings that return xx.xx.xx.xx over xx.xx.xx.