summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 2007-09-12 Martin Hunt <hunt@redhat.com>hunt2007-09-1211-59/+321
| | | | | | | | | | | | | | | | | * systemtap.maps/foreach_limit.stp: Clean up the aggregates section. * systemtap.maps/foreach_limit2.stp: Remove newline that was confusing the output match. * systemtap.maps/linear_bad.exp: Fix expected output. * systemtap.maps/linear_neg.exp: Ditto. * systemtap.maps/log.*: New files. * systemtap.maps/log_edge.*: New files. * lib/stap_run2.exp (stap_run2): Rewrite. Previous version was too complex and buggy.
* 2007-09-12 Masami Hiramatsu <mhiramat@redhat.com>hiramatu2007-09-124-9/+116
| | | | | | | | PR 4633 * systemtap.context/backtrace.stp: Add testcases for the return probe and the profile probe. * systemtap.context/backtrace.tcl: Ditto. * /systemtap.context/systemtap_test_module2.c: Ditto.
* 2007-09-12 Frank Ch. Eigler <fche@elastic.org>fche2007-09-122-1/+8
| | | | | PR 5023. * buildok/ten.stp: Reactivate and extend.
* Add a reference to PR 5014.jistone2007-09-111-0/+1
|
* 2007-09-11 Josh Stone <joshua.i.stone@intel.com>jistone2007-09-112-4/+16
| | | | | | * systemtap.maps/pmap_agg_overflow.stp: Ensure that the percpu arrays don't overflow before we get the chance to test aggregation overflow. Also use a more optimal overflow limit (MAXMAPENTRIES + 1).
* 2007-09-10 David Smith <dsmith@redhat.com>dsmith2007-09-102-32/+81
| | | | | | | | * tapsets.cxx (procfs_derived_probe_group::emit_module_init): Improved procfs probe handling (still non-working). (procfs_builder::build): Ditto. (register_standard_tapsets): Ditto. (all_session_groups): Ditto.
* 2007-09-10 Martin Hunt <hunt@redhat.com>hunt2007-09-104-0/+105
| | | | | * tapsets.cxx, session.h, elaborate.cxx: Start of procfs interaction support. PR 1154.
* 2007-09-10 Martin Hunt <hunt@redhat.com>hunt2007-09-103-1/+185
| | | | * procfs.c: New file. Common runtime procfs functions.
* 2007-09-10 Martin Hunt <hunt@redhat.com>hunt2007-09-103-40/+22
| | | | | | | * procfs.c (_stp_register_ctl_channel): Call _stp_mkdir_proc_module(). (_stp_unregister_ctl_channel): Call _stp_rmdir_proc_module(). * transport.c: Include ../procfs.c runtime procfs functions.
* 2007-09-10 Wenji Huang <wenji.huang@oracle.com>wenji2007-09-105-5/+18
| | | | | | | * systemtap.stress/current.stp: Make module probe optional. * buildok/four.stp: Ditto. * buildok/twentyfive.stp: Ditto. * semok/twelve.stp: Ditto.
* * link to wiki status pagefche2007-09-061-0/+2
|
* 2007-09-06 Masami Hiramatsu <mhiramat@redhat.com>hiramatu2007-09-064-8/+26
| | | | | | | | PR4542 * tapsets.cxx (dwarf_query::build_blacklist): add __switch_to to blacklisted_return_probes on i686 * systemtap.stress/current.stp: Don't probe the return of __switch_to on i686
* 2007-09-06 Zhaolei <zhaolei@cn.fujitsu.com>zhaolei2007-09-062-14/+20
| | | | | * aux_syscalls.stp (_stp_sockaddr_str): Fix memory access error when calling with addrlen set to 0.
* 2007-09-06 Zhaolei <zhaolei@cn.fujitsu.com>zhaolei2007-09-062-5/+18
| | | | | * aux_syscalls.stp (_module_flags_str): Modify combination of flags' values.
* 2007-09-05 Frank Ch. Eigler <fche@elastic.org>fche2007-09-052-6/+10
| | | | * pf2.stp: Exploit sortable aggregates.
* Added open_file_handles tapset function and man page for task tapsets.srikar2007-09-044-0/+248
|
* 2007-09-04 Zhaolei <zhaolei@cn.fujitsu.com>zhaolei2007-09-042-2/+9
| | | | | | From Lai Jiangshan <laijs@cn.fujitsu.com> * syscalls2.stp (quotactl): Init special_str before use. (rt_sigqueueinfo): Change pid's type from %p to %d in argstr.
* 2007-08-31 Martin Hunt <hunt@redhat.com>hunt2007-08-312-0/+2
| | | | | | * mainloop.c (start_cmd): Set the priority to forked processes back to normal. (system_cmd): Ditto.
* 2007-08-31 Martin Hunt <hunt@redhat.com>hunt2007-08-312-0/+8
| | | | | * mainloop.c (start_cmd): Set the priority to forked processes back to normal.
* 2007-08-31 Zhaolei <zhaolei@cn.fujitsu.com>zhaolei2007-08-312-5/+10
| | | | | | From Lai Jiangshan <laijs@cn.fujitsu.com> * aux_syscalls.stp (_mknod_mode_str): Fix file type judgement error.
* *** empty log message ***wenji2007-08-311-6/+31
|
* 2007-08-30 David Smith <dsmith@redhat.com>dsmith2007-08-302-2/+22
| | | | | | | | PR 4983 * translate.cxx (c_tmpcounter::visit_print_format): Don't declare temporaries for number and string constants. (c_unparser::visit_print_format): Use numeric and string constants directly instead of copying them into temporaries.
* 2007-08-30 Wenji Huang <wenji.huang@oracle.com>wenji2007-08-302-22/+45
| | | | | | | | | | | * nfs.stp (__iov_length): Update. (nfs.fop.aio_read, nfs.fop.aio_write): Update calling __iov_length. * vfs.stp (generic.fop.aio_read, generic.fop.aio_write): Modify evaluating count,buf. (generic.fop.readv*, generic.fop.writev*, generic.fop.splice_read*, generic.fop.splice_write*, generic.fop.read*, generic.fop.write*): Make optional. (vfs.__set_page_dirty_buffers.return): Add condition. (vfs.remove_from_page_cache.return): Fix typo. (vfs.block_sync_page.return): Remove size and units.
* 2007-08-30 Zhaolei <zhaolei@cn.fujitsu.com>zhaolei2007-08-302-1/+5
| | | | * syscalls2.stp (syslog): Make $buf output as address in argstr.
* 2007-08-29 Zhaolei <zhaolei@cn.fujitsu.com>zhaolei2007-08-291-2/+2
| | | | | * syscalls2.stp (sysfs): Make numbers of args in argstr always same.
* 2007-08-29 Zhaolei <zhaolei@cn.fujitsu.com>zhaolei2007-08-292-1/+13
| | | | | * syscalls2.stp (sysfs): Set argstr's format different by value of option arg.
* 2007-08-28 Wenji Huang <wenji.huang@oracle.com>wenji2007-08-292-2/+6
| | | | * tcp.stp (sockstate): Fix typo.
* 2007-08-28 Zhaolei <zhaolei@cn.fujitsu.com>zhaolei2007-08-281-0/+6
| | | | | | * syscalls.stp (bdflush): Add comma between args in argstr Set second parameter(data)'s type by first parameter(func)'s value in argstr.
* 2007-08-28 Zhaolei <zhaolei@cn.fujitsu.com>zhaolei2007-08-281-1/+5
| | | | | | * syscalls.stp (bdflush): Add comma between args in argstr. Set second parameter(data)'s type by first parameter(func)'s value in argstr.
* 2007-08-27 Frank Ch. Eigler <fche@redhat.com>fche2007-08-276-341/+15
| | | | | | | | PR 4817 * NEWS: Mention retirement of LKET. * configure.ac: Remove mysql dependency. * systemtap.spec.in: Remove glib2 dependency. * configure, config.in: Regenerated.
* 2007-08-27 Martin Hunt <hunt@redhat.com>hunt2007-08-273-0/+15
| | | | | | | * context.stp (module_name): New. Returns the current module name. * tcp.stp (tcp_sendmsg): For 2.6.23, parameters change.
* 2007-08-27 Martin Hunt <hunt@redhat.com>hunt2007-08-272-1/+6
| | | | | * systemtap.context/context.exp (build_modules): Change build order to prevent messages about no version for yyy_int64.
* Changes in configure scripts, Makefiles required for removing LKET fromsrikar2007-08-2722-85/+7
| | | | systemtap (PR 4817)
* Removing tapset/LKET directory.srikar2007-08-271-308/+0
|
* Removing LKET tapset files. (PR 4817: retiring LKET services)srikar2007-08-2719-7209/+0
|
* 2007-08-27 Wenji Huang <wenji.huang@oracle.com>wenji2007-08-272-3/+7
| | | | * signal.stp (signal.do_action): Modify evaluating sa_handler,sa_mask.
* Removing LKET files.srikar2007-08-275-1782/+0
|
* 2007-08-27 Zhaolei <zhaolei@cn.fujitsu.com>zhaolei2007-08-272-2/+6
| | | | * syscalls2.stp(sendto): Set $addr as content string in argstr.
* 2007-08-24 Frank Ch. Eigler <fche@elastic.org>fche2007-08-258-363/+523
| | | | | | | * configure.ac: Check for proper $PROCFLAGS-dependent -lcap. * Makefile.am (staprun_LDADD): Use autoconf variable rather than -lcap literal. * configure, aclocal.m4, Makefile.in, config.in: Regenerated.
* 2007-08-24 Frank Ch. Eigler <fche@redhat.com>fche2007-08-242-5/+2
| | | | | | PR 4899 * semko/thirtynine.stp: Removed test, now that bug #1305 has become mooted/undone.
* 2007-08-24 Frank Ch. Eigler <fche@redhat.com>fche2007-08-245-44/+149
| | | | | | | | | | | | | | | | PR 4899 * tapsets.cxx (dwflpp::has_single_line_record): Extended, abstraction violated. (iterate_over_srcfile_lines): Remove exactly line number match logic. Improve error message to offered better-checked alternative line numbers. (query_srcfile_line): Whoops, pass scope_die down for statement("...") probes, to enable $target var processing. 2007-08-24 Frank Ch. Eigler <fche@redhat.com> PR 4899 * buildok/fortytwo.stp: New test.
* 2007-08-24 Wenji Huang <wenji.huang@oracle.com>wenji2007-08-242-3/+8
| | | | | * scheduler.stp (scheduler.cpu_on,scheduler.migrate): Make optional. (scheduler.migrate): Modify evaluating cpu_from with task_cpu.
* 2007-08-24 Zhaolei <zhaolei@cn.fujitsu.com>zhaolei2007-08-242-1/+5
| | | | * syscalls2.stp(send): Add len argument into argstr.
* Correct compat_sys_utimensat arg.wcohen2007-08-232-1/+5
|
* 2007-08-23 Martin Hunt <hunt@redhat.com>hunt2007-08-232-1/+5
| | | | * syscalls2.stp (sys_tee.return): Make optional
* 2007-08-23 Martin Hunt <hunt@redhat.com>hunt2007-08-232-2/+9
| | | | | | * aux_syscalls.stp (_struct_compat_timeval_u): Fix array reference. (_struct_compat_timespec_u): Cast args to long.
* 2007-08-23 Martin Hunt <hunt@redhat.com>hunt2007-08-233-6/+21
| | | | | | | From Cai Fei <caifei@cn.fujitsu.com> * aux_syscalls.stp (_waitid_opt_str): New. (_wait4_opt_str): Just handle wait4 options. * syscalls2.stp (sys_waitid): Use _waitid_opt_str.
* 2007-08-23 Wenji Huang <wenji.huang@oracle.com>wenji2007-08-232-21/+39
| | | | | | | * rpc.stp (sunrpc.svc.process, sunrpc.svc.recv): Modify evaluating sv_name,sv_prog,sv_nrthreads in kernel>=2.6.19. (sunrpc.sched.delay,sunrpc.sched.delay): Fix typo. (sunrpc.*.return): Change name by adding "return".
* 2007-08-23 Zhaolei <zhaolei@cn.fujitsu.com>zhaolei2007-08-231-1/+11
| | | | | | | | | | * aux_syscalls.stp (_send_flags_str): Add support for MSG_MORE (used in send, sendto, sendmsg and compat_sys_sendmsg). Change name of _send_flags_str to _sendflags_str for unify with _recvflags_str. * syscalls2.stp(send, sendto, sendmsg, compat_sys_sendmsg): Change name of _send_flags_str to _sendflags_str for unify with _recvflags_str.
* 2007-08-23 Zhaolei <zhaolei@cn.fujitsu.com>zhaolei2007-08-231-5/+5
| | | | | * syscalls2.stp: Change name of _send_flags_str to _sendflags_str for unify with _recvflags_str.