Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | syscalls.stp: Add sys_fchownat. | Zhaolei | 2008-06-13 | 2 | -0/+26 | |
| | ||||||
* | Remove STP_UNWIND support in _stp_ctl_write_dbug | Wenji Huang | 2008-06-13 | 2 | -4/+3 | |
| | ||||||
* | Add thread-times.meta and thread-times.stp. | William Cohen | 2008-06-12 | 3 | -0/+49 | |
| | ||||||
* | Add user_mode function to tapset and document. | William Cohen | 2008-06-12 | 3 | -0/+19 | |
| | ||||||
* | Make print_warning parm a const. | Stan Cox | 2008-06-12 | 3 | -2/+6 | |
| | ||||||
* | distribute dwarf_wrappers.h in snapshot tarballs | Frank Ch. Eigler | 2008-06-11 | 3 | -0/+6 | |
| | ||||||
* | Micro-optimize print_warning output. Fix warnings.exp line count. | Mark Wielaard | 2008-06-11 | 5 | -4/+14 | |
| | ||||||
* | Check that make install was run before doing make installcheck. | Mark Wielaard | 2008-06-11 | 3 | -0/+20 | |
| | ||||||
* | utrace thread.begin and thread.end probe test fixes. | David Smith | 2008-06-11 | 3 | -5/+16 | |
| | | | | | | | | | 2008-06-11 David Smith <dsmith@redhat.com> * systemtap.base/utrace_p5.exp: Made changes to work when not configured in the src directory. * systemtap.base/utrace_p5_multi.c: Made changes to work on x86_64 systems. | |||||
* | Added .thread.begin and .thread.end utrace probe tests. | David Smith | 2008-06-11 | 4 | -3/+116 | |
| | | | | | | | | | | 2008-06-11 David Smith <dsmith@redhat.com> * systemtap.base/utrace_p5.exp: Added 'process().thread.begin' and 'process().thread.end' tests. * systemtap.base/utrace_p5_multi.c: Added multi-threaded test program for utrace_p5.exp. * .gitignore: Updated. | |||||
* | ha ha ha | Frank Ch. Eigler | 2008-06-11 | 1 | -1/+1 | |
| | ||||||
* | duplicate warning thinko fox | Frank Ch. Eigler | 2008-06-11 | 2 | -2/+6 | |
| | ||||||
* | Fix bug in dwfl_assert call. | Tim Moore | 2008-06-11 | 1 | -1/+1 | |
| | | | | | The problem was caused by ptrdiff_t being a long on x86_64 and not matching any of the overloaded definitions of dwfl_assert. | |||||
* | Eliminate duplicate warnings. | Stan Cox | 2008-06-11 | 5 | -12/+35 | |
| | ||||||
* | Fix some logic inversions with dwfl_assert. | Tim Moore | 2008-06-11 | 4 | -3/+22 | |
| | ||||||
* | PR 2608 plus some refactoring in tapsets.cxx | Tim Moore | 2008-06-11 | 7 | -103/+256 | |
| | | | | | New dwarf_wrappers.h, dwarf_wrappers.cxx for for idiomatic access to libdwarf and refactoring somethings out of the giant classes in tapsets.cxx. | |||||
* | syscalls.stp: Add sys_fchmodat. | Zhaolei | 2008-06-11 | 2 | -0/+22 | |
| | ||||||
* | PR5643: mention in src/NEWS since the speedup effect is dramatic | Frank Ch. Eigler | 2008-06-10 | 1 | -0/+3 | |
| | ||||||
* | PR6470: new argv[] tapset, docs, test cases | Frank Ch. Eigler | 2008-06-10 | 15 | -22/+186 | |
| | ||||||
* | PR6470: fix preprocessor construct nesting/expansion logic | Frank Ch. Eigler | 2008-06-10 | 3 | -48/+90 | |
| | ||||||
* | PR6470: fix %( number OP number %? .... %) logic | Frank Ch. Eigler | 2008-06-10 | 2 | -30/+46 | |
| | ||||||
* | Enable and update numeric-arg tests. | Jim Keniston | 2008-06-10 | 3 | -15/+26 | |
| | ||||||
* | Very early beginnings of memory map notification support. | David Smith | 2008-06-10 | 4 | -10/+115 | |
| | | | | | | | | | | | | | | | 2008-06-10 David Smith <dsmith@redhat.com> * tapsets.cxx (utrace_derived_probe_group::emit_probe_decl): Initializes .vm_callback. 2008-06-10 David Smith <dsmith@redhat.com> * task_finder.c (struct stap_task_finder_target): Added vm_callback public field. (stap_register_task_finder_target): Sets up .report_quiesce handler. (__stp_utrace_task_finder_target_quiesce): New function. | |||||
* | syscalls.stp: Add sys_faccessat. | Zhaolei | 2008-06-10 | 2 | -0/+22 | |
| | ||||||
* | syscalls.stp(syscall.mkdirat): Use _dfd_str() to add support for AT_FDCWD. | Zhaolei | 2008-06-10 | 2 | -1/+6 | |
| | ||||||
* | Fixed utrace probe '$syscall' handling. | David Smith | 2008-06-09 | 5 | -16/+20 | |
| | | | | | | | | | | | | | 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. | |||||
* | Fix powerpc PR 6601. | Jim Keniston | 2008-06-09 | 2 | -1/+63 | |
| | ||||||
* | Add test and doc for kernel.statement relative line number. | Stan Cox | 2008-06-09 | 7 | -3/+82 | |
| | ||||||
* | Made 2.6.25 kernel updates. | David Smith | 2008-06-09 | 4 | -30/+36 | |
| | | | | | | | | | | | | | | 2008-06-09 David Smith <dsmith@redhat.com> * tapsets.cxx (utrace_derived_probe::join_group): Removed generated inclusion of tracehook.h. (utrace_var_expanding_copy_visitor::visit_target_symbol): Uses '_stp_arg(0)' to get value of '$syscall'. 2008-06-09 David Smith <dsmith@redhat.com> * task_finder.c (__stp_utrace_task_finder_report_exec): Handles 2.6.25 kernels. | |||||
* | Add .statement("function@file.c+N") | Stan Cox | 2008-06-06 | 2 | -3/+32 | |
| | ||||||
* | Updated utrace probe descriptions in NEWS and stapprobes.5.in. | David Smith | 2008-06-06 | 3 | -19/+27 | |
| | | | | | | | 2008-06-06 David Smith <dsmith@redhat.com> * NEWS: Updated utrace probes descriptions. * stapprobes.5.in: Ditto. | |||||
* | Changed/renamed utrace probes. | David Smith | 2008-06-06 | 7 | -191/+306 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2008-06-06 David Smith <dsmith@redhat.com> * tapsets.cxx (enum utrace_derived_probe_flags): Redefined in terms of probe types instead of utrace events. (utrace_var_expanding_copy_visitor::visit_target_symbol): Uses new utrace_derived_probes_flags values. (utrace_builder::build): Handles new probe types and new utrace_derived_probes_flags values. (utrace_derived_probe_group::emit_probe_decl): Updated to handle new utrace_derived_probe_flags values. (utrace_derived_probe_group::emit_module_decls): Ditto. Also correctly handles 'begin' events correctly by installing a quiesce handler (instead of running the probe directly). (register_standard_tapsets): Registers updated utrace probe types. 2008-06-06 David Smith <dsmith@redhat.com> * task_finder.c: Added some debug logic. Use '-DDEBUG_TASK_FINDER' to enable. (stap_utrace_attach): Renamed from '__stp_utrace_attach'. (__stp_utrace_attach_match_filename): Calls callback with notification that this is a process or thread event. (__stp_utrace_attach_match_tsk): Ditto. (__stp_utrace_task_finder_report_clone): Ditto. (__stp_utrace_task_finder_report_exec): Ditto. (stap_utrace_task_finder_report_death): Ditto. (stap_start_task_finder): Ditto. (stap_stop_task_finder): Added debug logic. 2008-06-06 David Smith <dsmith@redhat.com> * systemtap.base/utrace_p4.exp: Updated for utrace probe changes. * systemtap.base/utrace_p5.exp: Ditto. | |||||
* | Srinivasa DS <srinivasa@in.ibm.com> -fpie option puts limit on GOT size and ↵ | Srikar Dronamraju | 2008-06-05 | 3 | -4/+9 | |
| | | | | hence systemtap build fails on s390. So use -fPIE which doesn't put limit on GOT size. | |||||
* | Added systemtap.context/num_args test. | Jim Keniston | 2008-06-04 | 3 | -0/+116 | |
| | ||||||
* | Fix PR 6588 | Jim Keniston | 2008-06-04 | 3 | -3/+14 | |
| | ||||||
* | syscalls2.stp: Add sys_unshare. | Zhaolei | 2008-06-04 | 2 | -0/+18 | |
| | ||||||
* | Added string tokens for most probe types. | David Smith | 2008-06-03 | 2 | -32/+58 | |
| | | | | | | | | 2008-06-03 David Smith <dsmith@redhat.com> * tapsets.cxx: Added several string tokens that are used instead of hard-coded strings. (register_standard_tapsets): Uses new string tokens. | |||||
* | PR6429: remove unused file | Frank Ch. Eigler | 2008-06-03 | 1 | -97/+0 | |
| | ||||||
* | PR6429: testsuite update for inexact backtrace tolerance | Frank Ch. Eigler | 2008-06-03 | 2 | -18/+22 | |
| | ||||||
* | PR6429: remove stapio STP_UNWIND support and associated elfutils dependency | Frank Ch. Eigler | 2008-06-03 | 9 | -52/+30 | |
| | ||||||
* | Support for new clone flags before linux-2.6.25. | Zhaolei | 2008-06-03 | 2 | -0/+13 | |
| | ||||||
* | PR6534: add a comment blurb explaining sufficiency UTS_RELEASE compile-time ↵ | Frank Ch. Eigler | 2008-06-02 | 1 | -0/+6 | |
| | | | | check | |||||
* | PR6534: make do without uts_sem (about to be unexported from 2.6.26-mm) | Frank Ch. Eigler | 2008-06-02 | 2 | -20/+15 | |
| | ||||||
* | Use the -r option of avahi-browse to obtain the ip address | Dave Brolley | 2008-06-02 | 2 | -28/+59 | |
| | | | | and port of the server. | |||||
* | Fix compile error caused by PATH_MAX in F9. | Zhaolei | 2008-06-02 | 1 | -0/+1 | |
| | ||||||
* | Fix the problem that kernel module compile failure when runtime | Zhaolei | 2008-06-02 | 2 | -0/+15 | |
| | | | | directory is set to relative path(stap -R). | |||||
* | Merge branch 'master' of ssh://sources.redhat.com/git/systemtap | Dave Brolley | 2008-05-30 | 4 | -42/+30 | |
|\ | ||||||
| * | make "make cscope" tolerate a read-only or separate source tree | Frank Ch. Eigler | 2008-05-30 | 4 | -42/+30 | |
| | | ||||||
* | | New systemptap compile client and server scripts. | Dave Brolley | 2008-05-30 | 2 | -0/+1024 | |
|/ | ||||||
* | PR 6562, Modify SYSTEMTAP_DEBUGINFO_PATH behaviour. | Srikar Dronamraju | 2008-05-30 | 5 | -7/+18 | |
| |