Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | syscalls2.stp: Add sys_renameat. | Zhaolei | 2008-06-26 | 1 | -0/+4 | |
| | ||||||
* | syscalls.stp: Add sys_mknodat. | Zhaolei | 2008-06-23 | 1 | -0/+4 | |
| | ||||||
* | Functions for kdev_t information: MAJOR, MINOR, MKDEV, and usrdev2kerndev. | William Cohen | 2008-06-20 | 1 | -0/+4 | |
| | ||||||
* | aux_syscalls.stp: Output unknown bits in _stp_lookup_or_str. | Zhaolei | 2008-06-19 | 1 | -0/+4 | |
| | ||||||
* | syscalls.stp: Add sys_linkat. | Zhaolei | 2008-06-17 | 1 | -0/+4 | |
| | ||||||
* | aux_syscalls.stp (__fork_flags): Add termination signal. | Zhaolei | 2008-06-17 | 1 | -0/+4 | |
| | ||||||
* | Add 'pure' to embedded-C functions that deserve it | Josh Stone | 2008-06-13 | 1 | -0/+6 | |
| | ||||||
* | syscalls.stp: Add sys_fchownat. | Zhaolei | 2008-06-13 | 1 | -0/+4 | |
| | ||||||
* | Add user_mode function to tapset and document. | William Cohen | 2008-06-12 | 1 | -0/+4 | |
| | ||||||
* | syscalls.stp: Add sys_fchmodat. | Zhaolei | 2008-06-11 | 1 | -0/+4 | |
| | ||||||
* | PR6470: new argv[] tapset, docs, test cases | Frank Ch. Eigler | 2008-06-10 | 1 | -0/+5 | |
| | ||||||
* | syscalls.stp: Add sys_faccessat. | Zhaolei | 2008-06-10 | 1 | -0/+4 | |
| | ||||||
* | syscalls.stp(syscall.mkdirat): Use _dfd_str() to add support for AT_FDCWD. | Zhaolei | 2008-06-10 | 1 | -0/+5 | |
| | ||||||
* | Fixed utrace probe '$syscall' handling. | David Smith | 2008-06-09 | 1 | -0/+5 | |
| | | | | | | | | | | | | | 2008-06-09 David Smith <dsmith@redhat.com> * tapsets.cxx (utrace_var_expanding_copy_visitor::visit_target_symbol): Calls 'syscall_nr' to get the value of '$syscall'. 2008-06-09 David Smith <dsmith@redhat.com> * x86_64/registers.stp (syscall_nr): Added syscall_nr function. * i686/registers.stp (syscall_nr): Ditto. | |||||
* | syscalls2.stp: Add sys_unshare. | Zhaolei | 2008-06-04 | 1 | -0/+4 | |
| | ||||||
* | Support for new clone flags before linux-2.6.25. | Zhaolei | 2008-06-03 | 1 | -0/+5 | |
| | ||||||
* | Only include fdtable.h for kernel versions > 2.6.25. | Mark Wielaard | 2008-05-26 | 1 | -0/+3 | |
| | ||||||
* | Include fdtable.h in task.stp for 2.6.26 and format signal.stp | wenji | 2008-05-26 | 1 | -0/+4 | |
| | ||||||
* | Correct signal.stp for 2.6.26 | wenji | 2008-05-26 | 1 | -0/+5 | |
| | ||||||
* | tapset cleanup: nfs kernel?,module? -> kernel!,module | Frank Ch. Eigler | 2008-05-25 | 1 | -0/+4 | |
| | ||||||
* | rpc tapset cleanup | Frank Ch. Eigler | 2008-05-25 | 1 | -0/+5 | |
| | ||||||
* | PR6538: more tapset fixes | Frank Ch. Eigler | 2008-05-21 | 1 | -0/+5 | |
| | ||||||
* | Merge branch 'master' of ssh://sources.redhat.com/git/systemtap | Frank Ch. Eigler | 2008-05-21 | 1 | -0/+5 | |
|\ | | | | | | | | | | | * 'master' of ssh://sources.redhat.com/git/systemtap: Use pointer_arg to fetch arguments for syscall.utime and compat_utime. Optimize compound and binary expression assignments. | |||||
| * | Use pointer_arg to fetch arguments for syscall.utime and compat_utime. | Mark Wielaard | 2008-05-21 | 1 | -0/+5 | |
| | | ||||||
* | | PR6538: tapset changes | Frank Ch. Eigler | 2008-05-20 | 1 | -0/+8 | |
|/ | ||||||
* | PR5001: Remove _stp_ctime and always use ctime. | Mark Wielaard | 2008-05-20 | 1 | -1/+14 | |
| | ||||||
* | PR6524: ctime() on bad values hangs system. | Mark Wielaard | 2008-05-20 | 1 | -0/+5 | |
| | ||||||
* | In ioblock.stp ioblock.end set bytes_done depending on kernel version. | Mark Wielaard | 2008-05-08 | 1 | -0/+6 | |
| | ||||||
* | PR6466: broad side-effect free statement elision | Frank Ch. Eigler | 2008-04-29 | 1 | -0/+7 | |
| | ||||||
* | update scsi | wenji | 2008-04-16 | 1 | -0/+4 | |
| | ||||||
* | 2.6.25 fixes and stack level limits. | Martin Hunt | 2008-04-15 | 1 | -0/+4 | |
| | ||||||
* | 2008-03-21 Eugene Teo <eugeneteo@kernel.sg> | eteo | 2008-03-21 | 1 | -0/+8 | |
| | | | | | | | | | | | | PR 5528 * tapset/conversions.stp (user_string_n, user_string_n2, user_string_n_warn, user_string_n_quoted, user_short, user_short_warn, user_int, user_int_warn, user_long, user_long_warn, user_char, user_char_warn): New user_* functions. * stapfuncs.5.in: Documented the new functions. * testsuite/systemtap.stress/conversions.stp: Test new functions. * testsuite/buildok/conversions.stp: Test new functions. * testsuite/buildok/conversions-embedded.stp: Test new functions. | |||||
* | 2008-03-20 Frank Ch. Eigler <fche@elastic.org> | fche | 2008-03-20 | 1 | -0/+5 | |
| | | | | | | | | PR 5956. * null.stp: New file, defining global NULL=0. PR 5956. * semko/fortyfive.stp: New test. | |||||
* | 2008-03-11 Will Cohen <wcohen@redhat.com> | wcohen | 2008-03-11 | 1 | -0/+4 | |
| | | | | * syscalls2.stp (syscall.wait{4|id}): Correct for 2.6.24.n kernels. | |||||
* | Fix sys_sigaltstack for i686 after register unification | ananth | 2008-03-06 | 1 | -0/+5 | |
| | ||||||
* | 2008-02-28 Will Cohen <wcohen@redhat.com> | wcohen | 2008-02-28 | 1 | -0/+5 | |
| | | | | | PR433780 * errno.stp (returnstr): Handle unified i386/x86_64 reg names. | |||||
* | 2008-02-27 Masami Hiramatsu <mhiramat@redhat.com> | hiramatu | 2008-02-27 | 1 | -0/+5 | |
| | | | | | * x86_64/syscalls.stp (syscall.iopl): Use new_iopl instead of level on xen kernel. | |||||
* | 2008-01-25 Will Cohen <wcohen@redhat.com> | wcohen | 2008-01-25 | 1 | -0/+5 | |
| | | | | | PR5554 * syscalls.stp (__is_user_regs): Modify to work with older kernels. | |||||
* | 2008-01-23 Masami Hiramatsu <mhiramat@redhat.com> | hiramatu | 2008-01-24 | 1 | -0/+7 | |
| | | | | | | | PR5554 * syscalls.stp (__is_user_regs): Add new function to check whether pt_regs is user mode registers. (syscall.fork): Use __is_user_regs() to decide syscall name. | |||||
* | 2008-01-16 Eugene Teo <eteo@redhat.com> | eteo | 2008-01-16 | 1 | -0/+13 | |
| | | | | | | | | | | | | | | | | | | | | | | * stapfuncs.5.in: Document signal.stp tapset functions. 2008-01-16 Eugene Teo <eteo@redhat.com> * signal.stp (get_sa_flags, get_sa_handler): New functions to return addresses of sa_flags and sa_handler of struct k_sigaction. (sigset_mask_str): New function. Returns a string containing the set of signals to be blocked when executing the signal handler. (is_sig_blocked): New function. Checks task_struct->blocked signal mask for signals that are currently blocked. (signal_str): New function. Translates a signal number. (sa_flags_str): New function. Translates the sa_flags. (sa_handler_str): New function. Returns the signal action or handler associated to the signal. 2008-01-16 Eugene Teo <eteo@redhat.com> * buildok/signal-embedded.stp: Add all new embedded C functions in signal. | |||||
* | 2008-1-4 Masami Hiramatsu <mhiramat@redhat.com> | hiramatu | 2008-01-04 | 1 | -0/+5 | |
| | | | | | * aux_syscalls.stp (_stp_fork_list): Check kernel version for new flags. | |||||
* | 2008-1-4 Masami Hiramatsu <mhiramat@redhat.com> | hiramatu | 2008-01-04 | 1 | -0/+6 | |
| | | | | | | PR5152 * scheduler.stp (scheduler.ctxswitch): Change probe point __switch_to to context_switch on ia64. | |||||
* | 2007-12-27 Zhaolei <zhaolei@cn.fujitsu.com> | zhaolei | 2007-12-27 | 1 | -0/+5 | |
| | | | | | From Yang Zhiguo <yzgcsu@cn.fujitsu.com> * signal.stp (_signal.send.part3.return): Correct name variable. | |||||
* | 2007-12-25 Zhaolei <zhaolei@cn.fujitsu.com> | zhaolei | 2007-12-25 | 1 | -0/+6 | |
| | | | | | | From Yang Zhiguo <yzgcsu@cn.fujitsu.com> * aux_syscalls.stp (_struct_sigaction_u): Delete overlaped SA_SIGINFO from _stp_sa_flags_list[]. | |||||
* | 2007-12-21 Zhaolei <zhaolei@cn.fujitsu.com> | zhaolei | 2007-12-21 | 1 | -0/+6 | |
| | | | | | | From Yang Zhiguo <yzgcsu@cn.fujitsu.com> * aux_syscalls.stp (_futex_op_str): Add new futex options. (_stp_fork_list[]): Add new clone flags. | |||||
* | 2007-12-17 Martin Hunt <hunt@redhat.com> | hunt | 2007-12-17 | 1 | -0/+7 | |
| | | | | | | | * syscalls.stp (get_mempolicy): Fix syntax. Add prototype. (kexec_load): Ditto. (mbind): Ditto. (move_pages): Ditto. | |||||
* | 2007-12-17 Zhaolei <zhaolei@cn.fujitsu.com> | zhaolei | 2007-12-17 | 1 | -0/+5 | |
| | | | | | From Yang Zhiguo <yzgcsu@cn.fujitsu.com> * Add new address family to _fam_num2str: IUCV and RXRPC. | |||||
* | 2007-12-17 Zhaolei <zhaolei@cn.fujitsu.com> | zhaolei | 2007-12-17 | 1 | -0/+5 | |
| | | | | | From Bai Weidong <baiwd@cn.fujitsu.com> * syscalls.stp: Add missed compat* probes in syscalls.stp. | |||||
* | 2007-12-12 Martin Hunt <hunt@redhat.com> | hunt | 2007-12-12 | 1 | -0/+5 | |
| | | | | | * syscalls2.stp (compat_sys_ptrace): Remove for now. Utrace-patched kernels have a different compat_sys_ptrace(). | |||||
* | 2007-12-7 Zhaolei <zhaolei@cn.fujitsu.com> | zhaolei | 2007-12-07 | 1 | -0/+5 | |
| | | | | | From Yang Zhiguo <yzgcsu@cn.fujitsu.com> * syscalls2.stp: Add missed compat* probes in syscalls2.stp. |