summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* PR 3037wcohen2006-08-143-2/+6
| | | | | * string.c: * print.c: Remove includes for <linux/config.h>.
* 2006-08-12 Frank Ch. Eigler <fche@elastic.org>fche2006-08-126-4/+16
| | | | | | | | | | | * Makefile.am (dist-hook): Make "make dist" dist. * Makefile.in: Regenerated. [testsuite] 2006-08-12 Frank Ch. Eigler <fche@elastic.org> * Makefile.am (clean-local): Clean up dejagnu turds. * Makefile.in: Regenerated.
* 2006-08-12 Frank Ch. Eigler <fche@elastic.org>fche2006-08-12195-125/+6587
| | | | | | | | | | | | | | | * configure.ac, Makefile.am: Descend into testsuite/ directory. Remove local test logic. * configure, Makefile.in: Regenerated. * runtest.sh: Not yet removed. * HACKING: Update for new testsuite layout. 2006-08-12 Frank Ch. Eigler <fche@elastic.org> * all: Reorganized old pass-1..4 tests one dejagnu bucket. Moved over old pass-5 tests, except for disabled syscalls tests. * Makefile (installcheck): New target for running pass-1..5 tests against installed systemtap.
* 2006-08-11 David Smith <dsmith@redhat.com>dsmith2006-08-112-0/+6
| | | | | * lket/b2a/.cvsignore: Added file to let cvs ignore generated files.
* 2006-08-10 David Smith <dsmith@redhat.com>dsmith2006-08-103-29/+159
| | | | | | | | | | | | * elaborate.cxx (duplicate_function_remover): Added class. (get_functionsig): Added function. (semantic_pass_opt5): New function merges duplicate identical functions into one function. (semantic_pass_optimize): Calls semantic_pass_opt5. * translate.cxx (c_unparser::emit_probe): Changed to merge duplicate probes bodies by making the duplicate probe just call the original probe (BZ# 2421).
* document process.*, tcp.*, udp.* into stapprobes(5)guanglei2006-08-103-0/+251
|
* changelog entry of stapprobes(5)guanglei2006-08-101-0/+4
|
* 2006-08-09 Thang Nguyen <thang.p.nguyen@intel.com>tpnguyen2006-08-102-3/+14
| | | | * testsuite/buildok/iolock_test.stp: Updated for ioblock.stp
* 2006-08-09 Thang Nguyen <thang.p.nguyen@intel.com>tpnguyen2006-08-102-49/+162
| | | | | * ioblock.stp: Merged io.stp from Tom Zanussi (IBM) into existing ioblock.stp. Removed/Renamed duplicate variables and probes.
* 2006-08-09 Josh Stone <joshua.i.stone@intel.com>jistone2006-08-107-8/+131
| | | | | | | | | | | | * stapprobes.5.in, testsuite/buildok/memory.stp: move pagefault to vm.* namespace tapset/ * memory.stp: move pagefault to vm.* namespace, and add many other virtual-memory themed probes. tapset/LKET/ * pagefault.stp: move pagefault to vm.* namespace
* 2006-08-09 Josh Stone <joshua.i.stone@intel.com>jistone2006-08-106-74/+388
| | | | | | | | | * tapset/signal.stp: Create a new tapset that addresses process signals. Much of this was contributed by Manoj Pattabhiraman (IBM). * tapset/process.stp: Remove aliases that now belong in signal tapset * examples/small_demos/proc_snoop.stp, testsuite/buildok/process_test.stp: Rename process.signal_* to new signal.* tapset.
* Update file list.jistone2006-08-101-0/+3
|
* 2006-08-09 David Smith <dsmith@redhat.com>dsmith2006-08-092-1/+6
| | | | | * syscalls.stp: Fixed typo in syscall.kexec_load argument handling.
* 2006-08-08 Eugene Teo <eteo@redhat.com>eteo2006-08-085-0/+38
| | | | | | * tapset/context.stp (probemod): New function. * stapfuncs.5.in: Document it. * testsuite/buildok/probemod.stp: Test it.
* * add ctime() documentationfche2006-08-081-1/+8
|
* add description of tapset/memory.stp, tapset/networking.stp into stapprobes(5)guanglei2006-08-081-0/+75
|
* add the description of tapset/scsi.stp, tapset/ioscheduler.stp into ↵guanglei2006-08-071-0/+182
| | | | stapprobes(5)
* Fix for bug #2992trz2006-08-022-2/+13
|
* Bugzilla Bug 2422: module("*") probes fail with debug-info-less modulesguanglei2006-08-012-2/+7
|
* a bug fix for the zero-length stpd_cpu fileguanglei2006-07-251-2/+2
|
* add conditional preprocessing for find_pid since it was changed from 2.6.17guanglei2006-07-241-3/+4
|
* *** empty log message ***hunt2006-07-216-272/+76
|
* *** empty log message ***hunt2006-07-212-142/+270
|
* 2006-07-21 Martin Hunt <hunt@redhat.com>hunt2006-07-212-0/+5
| | | | * runtime.h: Include compat.h.
* 2006-07-20 Martin Hunt <hunt@redhat.com>hunt2006-07-212-5/+12
| | | | * vsprintf.c (_stp_vsnprintf): %p format fixes.
* 2006-07-20 Martin Hunt <hunt@redhat.com>hunt2006-07-202-2/+9
| | | | | * librelay.c (stp_main_loop): If module doesn't start, kill any target command.
* .roland2006-07-191-0/+2
|
* 2006-07-19 Roland McGrath <roland@redhat.com>roland2006-07-191-1/+1
| | | | * systemtap.spec.in: Fix syntax in last change.
* Version 0.5.9roland2006-07-194-11/+19
|
* 2006-07-19 David Smith <dsmith@redhat.com>dsmith2006-07-192-1/+21
| | | | | * testsuite/buildok/scsi.stp: Only run the scsi test if the scsi kernel subsystem is running.
* bug fix of lket-b2a: segment fault caused by event registerguanglei2006-07-192-15/+9
| | | | | | change the timestamp printing format of lket-b2a: usec --> sec.usec fix an error in "CUSTOMIZED TRACE DATA" : addevent.netdev --> addevent.netdev.transmit
* Some minor changeshien2006-07-181-16/+17
|
* Modified probefunc() to print consistent name on ppc64tpnguyen2006-07-182-1/+7
|
* bugfix of an stp script example(skb --> $skb)guanglei2006-07-181-2/+2
|
* Use user_string_quotedhien2006-07-171-83/+85
|
* i2006-07-17 David Smith <dsmith@redhat.com>dsmith2006-07-172-4/+5
| | | | | * stapfuncs.5.in: Removed retval function description, since it has been removed.
* 2006-07-17 David Smith <dsmith@redhat.com>dsmith2006-07-173-23/+6
| | | | | | * context.stp: Removed returnval() function. Use $return instead. * return.stp: Removed. Use $return instead.
* Fix for bug #2934trz2006-07-172-2/+7
|
* .roland2006-07-171-2/+9
|
* 2006-07-17 Roland McGrath <roland@redhat.com>roland2006-07-171-3/+25
| | | | | | * configure.ac, systemtap.spec.in: Require elfutils-0.122. * configure: Regenerated. * systemtap.spec.in (Release): Use %{?dist}.
* 2006-07-17 Roland McGrath <roland@redhat.com>roland2006-07-172-14/+14
| | | | | * configure.ac, systemtap.spec.in: Require elfutils-0.122. * configure: Regenerated.
* main.cxx: add LKET's tapsets into stap's default tapsets search pathguanglei2006-07-176-62/+33
| | | | | | | | update lket man page to refect the new tapset search path syscalls.stp: make sys_acct, sys_add_key, sys_keyctl and sys_modify_ldt optional on ppc64 since they are weak symbol. ppc64/syscalls.stp: remove syscall.acct, syscall.add_key and syscall.umask since they are already defined in syscalls.stp
* 2006-07-14 Josh Stone <joshua.i.stone@intel.com>jistone2006-07-142-12/+41
| | | | | | | | | | | | PR 2922 * time.c (_stp_init_time): call cpufreq_get for each cpu from a non-atomic context (module init time). * time.c (__stp_init_time): remove call to cpufreq_get from IPI. * time.c (__stp_time_timer_callback): disable IRQ's to avoid perturbations in measurements. * time.c (_stp_gettimeofday_us): disable preemption to avoid CPU swaps while we're computing the time.
* bug fix for aio event hooks to make each sub event hooks runnable separatelyguanglei2006-07-142-18/+25
|
* * rpm undofche2006-07-132-3/+2
|
* 2006-07-13 Frank Ch. Eigler <fche@elastic.org>fche2006-07-132-2/+7
| | | | | * systemtap.spec.in: Bump release number. Add formerly missing admonitional verb.
* 2006-07-13 David Smith <dsmith@redhat.com>dsmith2006-07-134-1/+44
| | | | | | | | | | | | | | * parse.cxx (parser::expect_unknown2): New function that looks for 2 possible token types. * parse.cxx (parser::expect_ident_or_keyword): New function that calls parser::expect_unknown2. * parse.cxx (parser::parse_symbol): Calls parser::expect_ident_or_keyword to allow keywords to appear when expanding target symbols (Bugzilla #2913). * parse.h: Added prototypes for parser::expect_unknown2 and parser::expect_ident_or_keyword. * testsuite/parseok/seventeen.stp: New test to check for allowing keywords when expanding target symbols.
* 2006-07-12 Martin Hunt <hunt@redhat.com>hunt2006-07-122-0/+9
| | | | | * runtime.h (for_each_cpu): Define for new kernels which no longer define it.
* More x86_64 workaroundshunt2006-07-122-1/+25
|
* Minor cleanuphunt2006-07-121-3/+3
|