| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | Merge branch 'master' of git://sources.redhat.com/git/systemtap | Dave Brolley | 2009-04-16 | 12 | -53/+108 | |
| |\| | | | ||||||
| | * | | | PR9940: add/use unmap_u[ret]probe | Jim Keniston | 2009-04-15 | 4 | -14/+75 | |
| | * | | | Merge branch 'master' of ssh://kenistoj@sources.redhat.com/git/systemtap | Jim Keniston | 2009-04-15 | 17 | -520/+1291 | |
| | |\ \ \ | ||||||
| | | * \ \ | Merge branch 'dwarf_unwinder' | Mark Wielaard | 2009-04-15 | 2 | -8/+8 | |
| | | |\ \ \ | ||||||
| | | | * | | | Don't redefine STP_USE_DWARF_UNWINDER. | Mark Wielaard | 2009-04-12 | 1 | -0/+2 | |
| | | | * | | | Prefer dwarf unwinder on i386 and x86_64. | Mark Wielaard | 2009-04-11 | 1 | -7/+5 | |
| | | | * | | | Fix unwind _stp_mod_sec_lookup. | Mark Wielaard | 2009-04-10 | 1 | -1/+1 | |
| | | * | | | | Merge branch 'sections' | Mark Wielaard | 2009-04-15 | 2 | -15/+13 | |
| | | |\ \ \ \ | ||||||
| | | | * | | | | Make sure addr falls inside section in _stp_mod_sec_lookup. | Mark Wielaard | 2009-04-14 | 1 | -14/+10 | |
| | | | * | | | | Only set sec in _stp_mod_sec_lookup when not NULL. | Mark Wielaard | 2009-04-14 | 1 | -1/+2 | |
| | | | * | | | | Keep track of relocation section sizes. | Mark Wielaard | 2009-04-14 | 1 | -0/+1 | |
| | | | |/ / / | ||||||
| | * | | | | | Merge branch 'master' of ssh://kenistoj@sources.redhat.com/git/systemtap | Jim Keniston | 2009-03-31 | 5 | -34/+49 | |
| | |\ \ \ \ \ | ||||||
| | * \ \ \ \ \ | Merge branch 'master' of ssh://kenistoj@sources.redhat.com/git/systemtap | Jim Keniston | 2009-03-23 | 17 | -77/+701 | |
| | |\ \ \ \ \ \ | ||||||
| | * | | | | | | | Don't reject opcode 0x9b -- fwait, which is also the first byte of | Jim Keniston | 2009-03-11 | 4 | -16/+12 | |
| | | |_|_|_|_|/ | |/| | | | | | ||||||
| * | | | | | | | Merge branch 'master' of git://sources.redhat.com/git/systemtap | Dave Brolley | 2009-04-14 | 6 | -160/+227 | |
| |\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | | | ||||||
| | * | | | | | | PR10067: fix bitfield access | Josh Stone | 2009-04-13 | 1 | -5/+6 | |
| | | |_|_|/ / | |/| | | | | ||||||
| | * | | | | | Uses <asm/syscall.h> when available. | David Smith | 2009-04-09 | 3 | -149/+207 | |
| | * | | | | | Make simple probes work even without KPROBES in the kernel. | Mark Wielaard | 2009-04-09 | 1 | -0/+8 | |
| | * | | | | | Make new stap_task_finder_targets chain on correct list. | Mark Wielaard | 2009-04-09 | 1 | -1/+1 | |
| | * | | | | | Make sure code using the vma tracker compiles again. | Mark Wielaard | 2009-04-08 | 3 | -5/+6 | |
| | * | | | | | Fix DEBUG_TASK_FINDER_VMA compilation. | Mark Wielaard | 2009-04-08 | 1 | -1/+1 | |
| | * | | | | | Added '#ifdef STP_NEED_VMA_TRACKER' around code that needs it. | David Smith | 2009-04-08 | 1 | -1/+2 | |
| | * | | | | | Merge branch 'master' of ssh://sources.redhat.com/git/systemtap | David Smith | 2009-04-08 | 1 | -2/+2 | |
| | |\ \ \ \ \ | ||||||
| | * | | | | | | Only includes task_finder.c when needed. | David Smith | 2009-04-08 | 1 | -2/+0 | |
| * | | | | | | | 2009-04-14 Dave Brolley <brolley@redhat.com> | Dave Brolley | 2009-04-14 | 7 | -32/+69 | |
| * | | | | | | | Merge branch 'master' of git://sources.redhat.com/git/systemtap | Dave Brolley | 2009-04-08 | 2 | -301/+265 | |
| |\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | | | ||||||
| | * | | | | | | Use _stp_snprintf in _stp_symbol_snprint. | Mark Wielaard | 2009-04-08 | 1 | -2/+2 | |
| | |/ / / / / | ||||||
| | * | | | | | Track VMA per pid (group_leader/tgid). | Mark Wielaard | 2009-04-07 | 1 | -5/+6 | |
| | * | | | | | PR 9940. Rearchitected task_finder.c a bit. | David Smith | 2009-04-07 | 2 | -298/+261 | |
| * | | | | | | Merge branch 'master' of git://sources.redhat.com/git/systemtap | Dave Brolley | 2009-04-06 | 2 | -10/+25 | |
| |\| | | | | | ||||||
| | * | | | | | PR10032: Trigger cleanup after relay thread errors | Josh Stone | 2009-04-03 | 2 | -10/+25 | |
| * | | | | | | Merge branch 'master' of git://sources.redhat.com/git/systemtap | Dave Brolley | 2009-04-03 | 6 | -13/+37 | |
| |\| | | | | | ||||||
| | * | | | | | Add a .gitignore for uprobes | Josh Stone | 2009-04-02 | 1 | -0/+7 | |
| | * | | | | | Really fix run-stap this time, I promise! | Josh Stone | 2009-04-02 | 1 | -1/+14 | |
| | * | | | | | Fix strftime format bug | Masami Hiramatsu | 2009-04-02 | 1 | -3/+6 | |
| | * | | | | | Fix a bug in file size limitation code. | Masami Hiramatsu | 2009-04-02 | 2 | -3/+3 | |
| | * | | | | | Reorder includes so regs.c and regs-ia64.c included before task_finder.c. | William Cohen | 2009-04-02 | 1 | -0/+2 | |
| | * | | | | | Revert "runtime/syscall.h: Forward declare __ia64_fetch_register." | William Cohen | 2009-04-02 | 1 | -3/+0 | |
| | * | | | | | runtime/syscall.h: Forward declare __ia64_fetch_register. | Mark Wielaard | 2009-04-02 | 1 | -0/+3 | |
| | * | | | | | PR6580: Implement symname, symdata and modname context functions. | Mark Wielaard | 2009-04-02 | 1 | -7/+19 | |
| * | | | | | | Merge branch 'master' of git://sources.redhat.com/git/systemtap | Dave Brolley | 2009-04-02 | 5 | -99/+155 | |
| |\| | | | | | ||||||
| | * | | | | | Make task_finder.c compiler if ! defined (CONFIG_UTRACE). | Mark Wielaard | 2009-04-02 | 1 | -2/+28 | |
| | * | | | | | PR10019: --skip-badvars to suppress run-time memory errors too | Frank Ch. Eigler | 2009-04-01 | 1 | -1/+5 | |
| | * | | | | | Revert "Fix runtime/itrace.c to call arch_has_*_step() prior to calling utrac... | Josh Stone | 2009-04-01 | 1 | -13/+0 | |
| | * | | | | | Fix runtime/itrace.c to call arch_has_*_step() prior to calling utrace_control | Maynard Johnson | 2009-04-01 | 1 | -0/+13 | |
| | * | | | | | Merge branch 'master' into pr6866 | Mark Wielaard | 2009-04-01 | 7 | -34/+683 | |
| | |\ \ \ \ \ | ||||||
| | * \ \ \ \ \ | Merge branch 'master' into pr6866 | Mark Wielaard | 2009-03-22 | 10 | -37/+548 | |
| | |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | | | ||||||
| | * | | | | | | Move _stp_tf_vm_cb to sym.c. | Mark Wielaard | 2009-03-20 | 1 | -0/+34 | |
| | * | | | | | | Merge branch 'master' into pr6866 | Mark Wielaard | 2009-03-20 | 4 | -10/+61 | |
| | |\ \ \ \ \ \ | ||||||
| | * | | | | | | | Remove __stp_tf_vm_cb from task_finder interface. | Mark Wielaard | 2009-03-19 | 1 | -34/+0 | |
