]> sourceware.org Git - systemtap.git/shortlog
systemtap.git
2009-06-09 Stan Cox* tapsets.cxx (probe_table): Make mark_name and sess...
2009-06-08 Josh StoneRemove dwflpp::default_name
2009-06-08 Josh StoneLet query_module abort early for simple matches
2009-06-06 Frank Ch. Eiglerttyspy: struct pid->number[0]->nr arrived with 2.6...
2009-06-06 Frank Ch. Eiglerttyspy.stp: new sample script
2009-06-05 Elliott BaronPR10209: extend configury for --disable-translator
2009-06-04 Josh StoneFix uninitialized shdr in probe_table
2009-06-03 Stan Cox* tapsets.cxx (dwarf_builder::probe_table): New. Deriv...
2009-06-03 Mark WielaardDetect kretprobe trampoline and use fallback unwinder.
2009-06-03 Josh StoneAdd $arch/nd_syscalls.stp
2009-06-03 Josh StoneClean up the formatting of $arch/syscalls.stp
2009-06-03 Josh StoneComplete a few TODO probe points in nd_syscalls2
2009-06-02 David SmithFixed cut-and-paste error.
2009-06-02 Mark WielaardFix nd_syscall2 open.return typo.
2009-06-02 Josh StoneMore nd_syscalls2 cleanup, and add SYSCALL_WRAPPERS
2009-06-02 Josh StoneMerge branch 'master' of ssh://sourceware.org/git/systemtap
2009-06-02 Josh StoneCache the last result of dwarf_getscopes
2009-06-02 Josh StoneMove the blacklist functions into dwflpp
2009-06-01 William CohenAdd debuginfo-install suggestion for kernel probing.
2009-06-01 David SmithBetter sdt.exp test cleanup.
2009-06-01 David SmithAvoid holding semaphore while making mmap callbacks.
2009-05-29 Josh StoneFix a few variables in nd_syscalls2
2009-05-29 Josh StoneClean up nd_syscalls2 formatting
2009-05-29 Josh StoneKill trailing whitespace in nd_syscalls[2]
2009-05-29 Josh StoneConvert nd_syscalls2 to kprobe.function
2009-05-29 Josh StoneAdd JoeLynn Keniston to AUTHORS
2009-05-29 JoeLynn KenistonCreate nd_syscalls2.stp
2009-05-28 Ananth N Mavinakayan... PR10206: Include NOTYPE symbols in stap-symbols.h
2009-05-28 David SmithAvoid 1 case of holding a semaphore while mmap callback...
2009-05-28 Mark WielaardAdd ucontext-symbols and ucontext-unwind tapset functio...
2009-05-28 Ananth N Mavinakayan... More testsuite tweaks to make it work with SYSCALL_WRAPPERS
2009-05-27 William CohenSuggest rpms to install using debuginfo-install.
2009-05-26 Przemyslaw... Fix nd_syscalls.stp for architectures using SYSCALL_WRA...
2009-05-23 Josh StoneFix another kernel/kprobe.function conflict
2009-05-23 Josh StonePR10190: Suppress warnings for optional kprobes
2009-05-22 Josh StoneMove the "pure" tag into the body of __is_user_regs
2009-05-22 Josh StoneUse embedded-C for empty functions
2009-05-22 Przemyslaw... Uncomment 'name' variable in nd_syscall.lseek probe...
2009-05-22 Przemyslaw... Add missing probe points in nd_syscalls.stp.
2009-05-22 Przemyslaw... Remove return probes for exit[_group] in nd_syscalls...
2009-05-22 Przemyslaw... Unify formatting of nd_syscalls.stp.
2009-05-22 Josh StoneRestore staprun's support for REAL_UID/GID
2009-05-21 Frank Ch. EiglerPR10182: clean uprobes.ko during rpm upgrade
2009-05-21 Frank Ch. Eiglersome versions of bundled elfutils needs m4 for building
2009-05-20 William CohenMerge branch 'master' of ssh://sources.redhat.com/git...
2009-05-20 Mark WielaardFix gcc warning about Dwarf_Addr initialization.
2009-05-20 Josh StonePR10177: init/kill time in sleepy context only
2009-05-20 William CohenAdd the schedtimes.stp and associated schedtimes.meta...
2009-05-20 Mark WielaardProperly read eh_frame and pass is_ehframe correctly.
2009-05-20 Mark WielaardUse debug_frame table, then fallback to eh_frame when...
2009-05-20 Mark WielaardPass and use ptrType and is_ehframe to unwind adjustSta...
2009-05-20 Mark WielaardFetch and store both debug_frame and eh_frame tables.
2009-05-20 Mark WielaardPR10172 sdt.h on powerpc Error: junk at end of line...
2009-05-19 Wenji HuangAdapt sid to latest kernel
2009-05-19 William CohenDisable building grapher code in rpm.
2009-05-19 Przemyslaw... Fix alignment of probe aliases in syscalls(|2).stp.
2009-05-19 Przemyslaw... Unify formatting of syscalls.stp and syscalls2.stp.
2009-05-19 Przemyslaw... Correct misnamed variables in syscalls.stp.
2009-05-19 Sunzen WangEnhance -x option checking to only accept valid pid
2009-05-19 Sunzen WangEnhance -s option checking to only accept valid size...
2009-05-19 Sunzen WangFix: Enhance -p option checking so as to just accept...
2009-05-18 Josh StoneYAAU (Yet Another AUTHORS Update)
2009-05-18 Przemyslaw... Complete the names-to-numbers conversion in nd_syscalls...
2009-05-18 David SmithPR10171 workaround.
2009-05-18 David SmithPR10091 fixes.
2009-05-18 Przemyslaw... Fix typo in mq_timedreceive probe point.
2009-05-18 Mark WielaardMerge branch 'master' of git://sources.redhat.com/git...
2009-05-16 Josh StoneMake all tapsets' TOK_FOO constant
2009-05-15 Josh StoneMerge branch 'tapsets-cleanup'
2009-05-15 Josh StonePrivatize many dwflpp members
2009-05-15 Josh StoneSimplify our unordered_map typedefs
2009-05-15 Josh StoneBreak the dwflpp dependence on query_cu
2009-05-15 Josh StoneBreak the dwflpp dependence on query_module
2009-05-15 Josh StoneMerge the dwflpp::query_cu_..._address methods
2009-05-15 Josh StoneDon't shadow dwlfpp::dwfl in loc2c_emit_address
2009-05-15 Josh StoneRemove unused dwflpp methods
2009-05-15 David SmithAdd stap-server buildreqs: nss-tools and pkgconfig.
2009-05-15 Mark WielaardTidy/tighten DEBUG_UNWIND ptrType a bit.
2009-05-15 Mark WielaardMark all testsuite/parseko/cmdline21.stp as executable.
2009-05-15 Mark Wielaardflightrec3.exp uses cpus as array, so rename skipped...
2009-05-15 Mark WielaardSet explicit longer, 60 second, timeout for alternative...
2009-05-15 Mark WielaardFixed comma space, space dot typos in various man pages.
2009-05-15 Petr MullerFixed few typos in various man pages found by a spellch...
2009-05-15 Petr MullerFix few typos in stapprobes manpages found by a spellch...
2009-05-15 Josh Stone[tracepoints] ternary is nicer for arg format
2009-05-15 Josh Stone[tracepoints] Print pointer arguments with %p
2009-05-14 Mark WielaardPR10139 Mark .probes section SHF_ALLOC.
2009-05-14 William CohenRevert "Include grapher in installed file list."
2009-05-14 William CohenInclude grapher in installed file list.
2009-05-14 William CohenInitialize variables in GraphWidget::on_motion_notify_e...
2009-05-14 Sunzen WangFix inconsistent indentation for including header file...
2009-05-13 Keiichi KIIPR 6930: Add additional testcases for flight recorder...
2009-05-13 Ananth N Mavinakayan... Initialize aptr in runtime/map.c and keep gcc-4.4 happy
2009-05-13 Mark WielaardImplement caller:string() in terms of symname() and...
2009-05-13 Josh StoneMove dfwlpp into its own file
2009-05-12 Mark WielaardUse actual sock in tcp_test, instead of unexisting...
2009-05-12 Josh StoneConsolidate dwflpp setup
2009-05-11 William CohenMerge branch 'master' of ssh://sources.redhat.com/git...
2009-05-11 William CohenProvide more details in testsuite.examples/README on...
2009-05-11 Dave BrolleyCorrect typo in BUILD_SERVER test in configure.ac.
next
This page took 0.047136 seconds and 5 git commands to generate.