summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' of git://sources.redhat.com/git/systemtapFrank Ch. Eigler2007-10-0415-6/+98
|\
| * 2007-10-04 David Smith <dsmith@redhat.com>dsmith2007-10-042-6/+11
| | | | | | | | | | * buildrun.cxx (compile_pass): Tweaked build system for the 2.6.23-rc8-mm2 kernel.
| * 2007-10-04 Mike Mason <mmlnx@us.ibm.com>mmason2007-10-0413-0/+87
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * buildok/memory-all-probes.stp: New test that uses wildcarding to determine if all probes are resolvable. * buildok/nfs-all-probes.stp: Ditto * buildok/nfsd-all-probes.stp: Ditto * buildok/process-all-probes.stp: Ditto * buildok/rpc-all-probes.stp: Ditto * buildok/scheduler-all-probes.stp: Ditto * buildok/scsi-all-probes.stp: Ditto * buildok/signal-all-probes.stp: Ditto * buildok/socket-all-probes.stp: Ditto * buildok/tcp-all-probes.stp: Ditto * buildok/udp-all-probes.stp: Ditto * buildok/vfs-all-probes.stp: Ditto
* | Merge branch 'master' of git://sources.redhat.com/git/systemtapFrank Ch. Eigler2007-10-044-51/+56
|\|
| * 2007-10-03 Frank Ch. Eigler <fche@elastic.org>fche2007-10-042-49/+49
| | | | | | | | | | | | | | | | | | PR 5102 * translate.cxx (visit_statement): Add new parameter regarding whether c->last_stmt needs to be updated. Update callers, mostly passing "false". (visit_EXPRESSIONTYPE): Generally omit setting c->last_stmt, unless the construct can set c->last_error.
| * 2007-10-04 Zhaolei <zhaolei@cn.fujitsu.com>zhaolei2007-10-042-2/+7
| | | | | | | | * queue_stats.stp (qsq_print): Make value of ops/s output as float
* | Merge branch 'master' of git://sources.redhat.com/git/systemtapFrank Ch. Eigler2007-10-030-0/+0
|\|
| * testsuite verbosity cleanupfche2007-10-032-2/+6
| | | | | | | | | | | | 2007-10-03 Frank Ch. Eigler <fche@elastic.org> * systemtap.syscall/test.tcl: Don't list PASS on stdout.
* | testsuite verbosity cleanupFrank Ch. Eigler2007-10-032-2/+6
| | | | | | | | | | | | 2007-10-03 Frank Ch. Eigler <fche@elastic.org> * systemtap.syscall/test.tcl: Don't list PASS on stdout.
* | Merge branch 'master' of git://sources.redhat.com/git/systemtapFrank Ch. Eigler2007-10-030-0/+0
|\|
| * PR 5096: improve code generation for function callsfche2007-10-032-18/+26
| | | | | | | | | | | | | | | | | | 2007-10-03 Frank Ch. Eigler <fche@elastic.org> PR 5096 * translate.cxx (emit_function): Put nesting limit/control logic into function body ... (visit_functioncall): ... and not into each call site.
* | PR 5096: improve code generation for function callsFrank Ch. Eigler2007-10-032-18/+26
| | | | | | | | | | | | | | | | | | 2007-10-03 Frank Ch. Eigler <fche@elastic.org> PR 5096 * translate.cxx (emit_function): Put nesting limit/control logic into function body ... (visit_functioncall): ... and not into each call site.
* | Merge branch 'master' of git://sources.redhat.com/git/systemtapFrank Ch. Eigler2007-10-031-1/+8
|\|
| * * mention error probesfche2007-10-031-1/+8
| |
* | Merge branch 'master' of git://sources.redhat.com/git/systemtapFrank Ch. Eigler2007-10-033-1/+15
|\|
| * 2007-10-03 Zhaolei <zhaolei@cn.fujitsu.com>zhaolei2007-10-033-1/+15
| | | | | | | | | | | | * aux_syscalls.stp(_sockopt_level_str): Add support for protocol number 134~137. * socket.stp (global define,begin): Ditto.
* | Merge branch 'master' of git://sources.redhat.com/git/systemtapFrank Ch. Eigler2007-10-023-29/+53
|\|
| * PR 3635: reduce number of global objectsfche2007-10-023-29/+53
| | | | | | | | | | | | | | | | | | 2007-10-02 Frank Ch. Eigler <fche@redhat.com> PR 3635 * translate.cxx (emit_global): Wrap all globals and locks into one top-level struct. Update references to former "global_VAR" prefix. * translate.h (emit_global_init): New function.
* | Merge branch 'master' of git://sources.redhat.com/git/systemtapFrank Ch. Eigler2007-10-022-4/+11
|\|
| * 2007-10-02 Frank Ch. Eigler <fche@elastic.org>fche2007-10-022-4/+11
| | | | | | | | | | | | | | PR 5041 From <michael.gruener@linux.vnet.ibm.com>: * loc2c-runtime.h (store_register): Add value as macro parameter where missing.
* | Merge branch 'master' of git://sources.redhat.com/git/systemtapFrank Ch. Eigler2007-10-021-0/+0
|\|
| * nonefche2007-10-021-0/+0
| |
* | Merge branch 'master' of git://sources.redhat.com/git/systemtapFrank Ch. Eigler2007-10-029-60/+172
|\|
| * 2007-10-02 Frank Ch. Eigler <fche@redhat.com>fche2007-10-029-60/+172
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PR 5078 * tapsets.cxx (be_derived_probe): Rework to add error probe support. Emit probe description array in C for traversal by generated code. * register_standard_tapsets: Add error probes. * stapprobes.5.in: Document. * translate.cxx (emit_module_init): Handle errors that may occur during begin probes. (emit_module_exit): Use schedule() rather than cpu_relax() during shutdown synchronization wait loop. * staptree.cxx (probe::printsig): Put multiple probe points on same line. 2007-10-02 Frank Ch. Eigler <fche@redhat.com> PR 5078 * semok/twentysix.stp, systemtap.base/beginenderror.*: New tests.
* | Merge branch 'master' of git://sources.redhat.com/git/systemtapFrank Ch. Eigler2007-10-024-8/+14
|\|
| * 2007-10-02 William Cohen <wcohen@redhat.com>wcohen2007-10-024-8/+14
| | | | | | | | | | | | * systemtap.syscall/signal.c: * systemtap.syscall/uid16.c: Compilation regardless of defines. * systemtap.syscall/test.tcl: Handle UNSUPP tests correctly.
* | Merge branch 'master' of git://sources.redhat.com/git/systemtapFrank Ch. Eigler2007-10-022-8/+39
|\|
| * 2007-10-02 Zhaolei <zhaolei@cn.fujitsu.com>zhaolei2007-10-022-8/+39
| | | | | | | | | | * tcp.stp: Add name argument for all probes. * tcp.stp (tcp.setsockopt.return): Add comment.
* | Merge branch 'master' of git://sources.redhat.com/git/systemtapFrank Ch. Eigler2007-10-015-9/+23
|\|
| * 2007-10-01 Martin Hunt <hunt@redhat.com>hunt2007-10-012-7/+12
| | | | | | | | | | * test.tcl (run_one_test): Append newlines when using send_log().
| * 2007-10-01 Martin Hunt <hunt@redhat.com>hunt2007-10-012-1/+6
| | | | | | | | | | * aux_syscalls.stp (_str_lookup_str): Print unmatched values in hex.
| * 2007-10-01 Zhaolei <zhaolei@cn.fujitsu.com>zhaolei2007-09-302-1/+5
| | | | | | | | * socket.stp (_success_check): Fix compare method.
* | Merge branch 'master' of git://sources.redhat.com/git/systemtapFrank Ch. Eigler2007-09-280-0/+0
|\|
| * * Makefile.in: Regenerated from Jim Keniston's uprobes Makefile.am changes.fche2007-09-293-4/+11
| |
* | * Makefile.in: Regenerated from Jim Keniston's uprobes Makefile.am changes.Frank Ch. Eigler2007-09-283-4/+11
| |
* | Merge branch 'master' of git://sources.redhat.com/git/systemtapFrank Ch. Eigler2007-09-288-5/+3081
|\|
| * If uprobes isn't in the kernel, pull it in from the runtime.kenistoj2007-09-281-5/+6
| |
| * Install runtime/uprobes/*.kenistoj2007-09-281-0/+2
| |
| * uprobes.c, uprobes.h: architecture-independent codekenistoj2007-09-286-0/+3073
| | | | | | | | | | uprobes_i386.c, uprobes_i386.h: i386 code uprobes_arch.c, uprobes_arch.h: map to architecture-specific files
* | Merge branch 'master' of git://sources.redhat.com/git/systemtapFrank Ch. Eigler2007-09-283-0/+32
|\|
| * 2007-09-28 Wenji Huang <wenji.huang@oracle.com>wenji2007-09-283-0/+32
| | | | | | | | | | * lib/systemtap.exp: New proc get_system_info. * lib/stap_run.exp: New proc print_system_info.
* | Merge branch 'master' of git://sources.redhat.com/git/systemtapFrank Ch. Eigler2007-09-272-286/+268
|\|
| * 2007-09-27 Martin Hunt <hunt@redhat.com>hunt2007-09-272-286/+268
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * aux_syscalls.stp (_stp_lookup_str, _stp_lookup_or_str): New functions to efficiently and safely read arrays of values and return a string. (_signal_name): Reimplement using _stp_lookup_str(). (_semctl_cmd): Ditto. (__fork_flags): Ditto. (_mmap_flags): Ditto. (_mprotect_prot_str): Ditto. (_shmat_flags_str): Ditto. (_at_flag_str): Ditto. (get_mmap_args): Complete rewrite for safety and correctness.
* | Merge branch 'master' of git://sources.redhat.com/git/systemtapFrank Ch. Eigler2007-09-270-0/+0
|\|
| * grammar tweaksfche2007-09-271-9/+8
| | | | | | | | Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
* | grammar tweaksFrank Ch. Eigler2007-09-271-9/+8
| | | | | | | | Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
* | Merge branch 'master' of git://sources.redhat.com/git/systemtapFrank Ch. Eigler2007-09-275-0/+83
|\|
| * 2007-09-27 Masami Hiramatsu <mhiramat@redhat.com>hiramatu2007-09-275-0/+83
| | | | | | | | | | PR3916 * systemtap.sample/gtod.*: New test for gettimeofday accuracy.
* | Merge branch 'master' of git://sources.redhat.com/git/systemtapFrank Ch. Eigler2007-09-277-20/+98
|\|
| * 2007-09-27 Wenji Huang <wenji.huang@oracle.com>wenji2007-09-274-1/+20
| | | | | | | | | | | | * rpc.stp (clones_from_clnt, tasks_from_clnt): Fix for kernel >= 2.6.22. * nfs.stp (__nfsi_ndirty) : Ditto. * nfs_proc.stp (__nfsv4_bitmask) : Make bitmask valid according to CONFIG.