summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.context/backtrace.stp
Commit message (Collapse)AuthorAgeFilesLines
* kretprobe trampoline fixesMartin Hunt2008-03-281-13/+14
| | | | | Recognize when a kretprobe trampoline was hit and continue with inexact stack dump. Also some testsuite changes.
* 2008-02-06 Masami Hiramatsu <mhiramat@redhat.com>hiramatu2008-02-061-1/+1
| | | | | | | | | | | | * stack-ia64.c (__stp_show_stack_sym): Skip printing symbol if (ip == REG_IP(regs)). 2008-02-06 Masami Hiramatsu <mhiramat@redhat.com> * systemtap.context/backtrace.tcl: Fixed regular expressions and Added new expression for return probe on ia64. * systemtap.context/backtrace.stp(print_all_trace_info): Added trace point output before calling print_stack().
* 2007-09-12 Masami Hiramatsu <mhiramat@redhat.com>hiramatu2007-09-121-5/+16
| | | | | | | | 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-07-02 Martin Hunt <hunt@redhat.com>hunt2007-07-021-0/+24
* systemtap.context/*: New context tests.