]> sourceware.org Git - systemtap.git/shortlog
systemtap.git
2009-04-23 William CohenRevert "Make sure that the pool_size and hash_size...
2009-04-23 William CohenMake sure that the pool_size and hash_size are passed...
2009-04-23 William CohenMerge branch 'master' of ssh://sources.redhat.com/git...
2009-04-23 William CohenBump pool_size and hash_size to build Systemtap Tapset...
2009-04-23 Mark WielaardMark uaddr tapset function as EXPERIMENTAL.
2009-04-23 Wenji HuangTweak kprobes test case
2009-04-23 Wenji HuangModify the output of kprobes test.
2009-04-22 Stan CoxAvoid 64 bit address value on a 32 bit machine.
2009-04-22 Masami Hiramatsuutrace/ia64: Fix syscall_get_set_args_cb() to handle...
2009-04-22 Masami HiramatsuPR 9821: Add a testcase for strftime
2009-04-22 Masami HiramatsuPR 9821: Use genuine strftime in staprun/stapio
2009-04-22 Masami HiramatsuPR 6930: Add testcases for on-file flight recorder
2009-04-22 Rajan AroraPR 9941: Add predicate function callback to check for...
2009-04-22 Stan CoxMake sdt.h big endian aware.
2009-04-22 Sunzen WangCorrect sigmon.meta example title and name.
2009-04-22 Mark WielaardSimplify section size logic.
2009-04-22 Josh Stone[tracepoints] Resolve implicit trace_X use
2009-04-22 Josh Stone[tracepoints] Don't use TRACE_HEADER_MULTI_READ
2009-04-21 Josh StoneUse tokenize() for splitting @cast's module list
2009-04-21 Josh StoneDocument @cast-with-headers
2009-04-21 Josh StoneNB @cast's relative header searching
2009-04-21 Josh StoneRefine the @cast-with-header syntax
2009-04-21 Mark WielaardSet MAXSTRINGLEN to 133 for uprobes_ustack.exp test...
2009-04-21 Mark WielaardMerge branch 'master' of ssh://sourceware.org/git/systemtap
2009-04-21 Jim KenistonRef-count correctly when deranged handler calls do_exit().
2009-04-21 Frank Ch. Eiglerdocument user-space probes more fully, mention utrace...
2009-04-21 Mark WielaardMerge branch 'user_unwind'
2009-04-21 Mark WielaardMark ucontext tapset functions EXPERIMENTAL.
2009-04-21 Mark WielaardAdd uprobes_ustack testcase and bug fixlet.
2009-04-21 David SmithUpdated utrace tests.
2009-04-21 Mark WielaardAdd ubacktrace(), print_ustack() and print_ubacktrace().
2009-04-21 Mark WielaardRemove documentation weirdness FIXME in tapset print_st...
2009-04-21 David SmithCorrectly handle $syscall in process(PID_OR_PATH).sysca...
2009-04-21 Ananth N Mavinakayan... Add testcases for kprobe.function family
2009-04-21 Ananth N Mavinakayan... Documentation updates for kprobe.function family
2009-04-21 Ananth N Mavinakayan... From Prerna Saxena: Add the kprobe.function probe family
2009-04-21 Mark WielaardDon't use stack fallback for user space unwinding when...
2009-04-21 Mark WielaardRemove old _stp_ustack bits.
2009-04-21 Mark WielaardMake latencytap.stp compile on i386.
2009-04-21 Josh StoneSuppress more module-loading errors in @casts
2009-04-21 Josh StoneMerge branch 'cast_header'
2009-04-21 Josh StoneAdd tests for @cast-generated modules
2009-04-20 Josh StoneCleanup typequery user modules from the cache too
2009-04-20 Josh StonePR10055: generate dummy modules w/ types for @cast
2009-04-20 Josh StoneSuppress module-loading errors in @casts
2009-04-20 Josh StoneAdd a function to hash typequery modules
2009-04-20 Jim KenistonPR10078: uretprobes on functions returning structs...
2009-04-20 Mark WielaardPass task from tapset, through stack and unwind functio...
2009-04-20 Mark WielaardAdd comment to try -d kernel -d systemtap_test_module1...
2009-04-20 David SmithMerge branch 'master' of ssh://sources.redhat.com/git...
2009-04-20 David SmithUses upstream ia64 syscall functions.
2009-04-20 William CohenHave appropriate types and cast to allow compilation...
2009-04-20 Tim Moorefix a bug with %% in format strings
2009-04-20 Tim Mooreresults of autoreconf after merge of grapher
2009-04-20 Tim MooreMerge branch 'timoore/grapher'
2009-04-20 Tim MooreFinish moving grapher into a subdirectory
2009-04-20 Tim MooreMove grapher to subdirectory
2009-04-19 Mark WielaardAdd run-staprun to .gitignore.
2009-04-19 Mark WielaardPass task to _stp_func_print and _stp_kallsyms_lookup.
2009-04-19 Mark WielaardHandle .absolute and .dynamic (user space) addresses...
2009-04-19 Mark WielaardMicro-optimization: no-modules translate pass 3 case.
2009-04-18 Josh StoneAdd functions to build umod & kmod typequery
2009-04-18 Josh StoneRemove module boilerplate from tracequery
2009-04-17 Kent SebastianMerge branch 'master' of git+ssh://sources.redhat.com...
2009-04-17 Kent SebastianPR10082: add environment variable to pass -r RELEASE...
2009-04-17 William CohenMake dropwatch.stp executable and have correct interpreter.
2009-04-17 William CohenAdd dropwatch.stp example.
2009-04-17 Kent SebastianPR7072: use _stp_reserve_bytes for printf buffer
2009-04-17 David SmithAdded new utrace syscall argument test.
2009-04-17 David SmithMerge branch 'master' of ssh://sources.redhat.com/git...
2009-04-17 David SmithAvoid sign extension in syscall return values.
2009-04-17 Stan CoxOutput probe calling sequence comment
2009-04-16 Josh StoneKeep up with tracepoint changes in kernel-tip
2009-04-16 Josh StonePrivatize MAX_STACK_DEPTH
2009-04-16 Stan CoxHandle dtrace no argument macro case specially.
2009-04-16 Stan CoxSimplify dtrace.
2009-04-16 David SmithImproved ppc and ia64 runtime/syscall.h.
2009-04-16 Stan CoxIndentation repair.
2009-04-16 Stan CoxUse iterate_over_srcfile_lines for function("func@file...
2009-04-15 Jim KenistonPR9940: add/use unmap_u[ret]probe
2009-04-15 Jim KenistonMerge branch 'master' of ssh://kenistoj@sources.redhat...
2009-04-15 Mark WielaardMerge branch 'dwarf_unwinder'
2009-04-15 Mark WielaardMerge branch 'sections'
2009-04-15 Tim Mooregraphing widget and test harness
2009-04-14 William CohenMinor formatting to avoid line wrap, added tcpdumplike...
2009-04-14 Josh StonePR9953: split up the two process.* tapsets
2009-04-14 Mark WielaardMake sure addr falls inside section in _stp_mod_sec_lookup.
2009-04-14 Josh StoneAdjust NEWS indentation
2009-04-14 Josh StoneMake tcpdumplike.stp executable
2009-04-14 Mark WielaardOnly set sec in _stp_mod_sec_lookup when not NULL.
2009-04-14 Josh StoneAdd Andre Detsch to AUTHORS
2009-04-14 Andre DetschAdd new TCP and IP functions
2009-04-14 Mark WielaardKeep track of relocation section sizes.
2009-04-14 Frank Ch. EiglerPR10070: don't warn about side-effect-free probes in...
2009-04-14 Josh StonePR10067: fix bitfield access
2009-04-13 Josh StonePR10049: Restore better errors for $return
2009-04-13 Stan CoxImprove -l output for .label
2009-04-13 Eugeniy Meshcheryakovadd a space
2009-04-12 Mark WielaardDon't redefine STP_USE_DWARF_UNWINDER.
2009-04-11 Mark WielaardPrefer dwarf unwinder on i386 and x86_64.
next
This page took 0.048382 seconds and 5 git commands to generate.