summaryrefslogtreecommitdiffstats
path: root/runtime/stack-x86_64.c
Commit message (Expand)AuthorAgeFilesLines
* brown paper bag typo fixyFrank Ch. Eigler2009-12-201-1/+1
* runtime: more build fix for non-utrace kernelsFrank Ch. Eigler2009-12-201-0/+2
* runtime backtracing: port commit #2e7f8442 to uprobes1Frank Ch. Eigler2009-12-201-2/+0
* Remove uprobes.h declaration from runtime.hTim Moore2009-12-181-1/+1
* support for a brief backtrace formatTim Moore2009-12-171-0/+2
* backtrace through uprobes trampoline.Tim Moore2009-12-171-1/+11
* Detect kretprobe trampoline and use fallback unwinder.Mark Wielaard2009-06-031-3/+4
* Don't use stack fallback for user space unwinding when using dwarf unwinder.Mark Wielaard2009-04-211-4/+8
* Pass task from tapset, through stack and unwind functions for lookup.Mark Wielaard2009-04-201-4/+5
* Pass task to _stp_func_print and _stp_kallsyms_lookup.Mark Wielaard2009-04-191-2/+2
* stap autoconf test for kernel stack trace supportTim Moore2009-03-041-1/+1
* PR9866 band-aid: deactivate new CONFIG_STACKTRACE code for older kernelsFrank Ch. Eigler2009-02-181-1/+1
* Use kernel stack backtrace support when availableTim Moore2009-02-111-0/+6
* Feed dwarf unwinder data through _stp_mod_sec_lookup (), but disabled for now.Mark Wielaard2008-09-101-1/+1
* Change staprun to exec stapio. Add "-d" option to staprun.Martin Hunt2008-04-211-1/+1
* Count stack levels printed on x86_64 too.Martin Hunt2008-04-151-6/+7
* PR6410: unwinder-less architecture toleranceFrank Ch. Eigler2008-04-151-0/+4
* runtime backtrace: stop infinite loops by checking for full print bufferFrank Ch. Eigler2008-04-131-1/+2
* Fixes for 2.6.25 pt_regs changes.Martin Hunt2008-04-091-2/+1
* dded _stp_read_address() and changed code to use it.Martin Hunt2008-03-281-1/+1
* kretprobe trampoline fixesMartin Hunt2008-03-281-8/+9
* Cleanup.Martin Hunt2008-03-251-4/+3
* rebased unwind_branch on top of current masterFrank Ch. Eigler2008-03-251-6/+31
* Add support for memory allocation tracking.hunt2008-01-151-1/+1
* 2007-08-20 Masami Hiramatsu <mhiramat@redhat.com>hiramatu2007-08-201-1/+1
* 2007-07-02 Martin Hunt <hunt@redhat.com>hunt2007-07-021-53/+1
* 2007-05-15 Martin Hunt <hunt@redhat.com>hunt2007-05-161-2/+2
* 2007-01-31 Martin Hunt <hunt@redhat.com>hunt2007-01-311-14/+14
* 2006-10-12 Martin Hunt <hunt@redhat.com>hunt2006-10-121-0/+72