]> sourceware.org Git - systemtap.git/shortlog
systemtap.git
2009-04-27 David SmithFixed itrace on RHEL5 (PR10091).
2009-04-27 Wenji HuangPR10081: improve error message for verifying build-id
2009-04-27 Wenji HuangPR10099: Extend %M directive to support hexdumping...
2009-04-27 Wenji HuangAdd function of returning the char in given position...
2009-04-26 Mark WielaardHandle kprobe struct field symbol_name as either char...
2009-04-26 Frank Ch. Eiglerfix kprobe.* probes so they don't break -p4 if script...
2009-04-26 Mark WielaardAdd grapher executable and doc generated files and...
2009-04-25 Josh StoneAdd two new AUTHORS
2009-04-25 Przemyslaw... Correct fd variable name in fadvise64 probe points.
2009-04-25 Josh StoneEnable kprobe.function.return.maxactive
2009-04-25 Josh StoneSimplify dwarfless kprobe stmt vs. name logic
2009-04-25 Josh StoneFill out the pp() for dwarfless kprobes
2009-04-25 Josh StoneDon't terminate when a dwarfless kprobe fails
2009-04-24 Josh StoneTweak error message in kprobe.function registration
2009-04-24 Jim KenistonPR5273: uprobes_i386.c instruction table
2009-04-24 David SmithCache and retrieve syscall arguments when needed.
2009-04-24 Frank Ch. Eiglergit_version: fall back to git-describe w/o --long,...
2009-04-24 Frank Ch. Eiglernew NEWS section
2009-04-24 Kent SebastianPR10082: refactor duplicated code
2009-04-23 Josh StoneVersion bumps for 0.9.7 release release-0.9.7
2009-04-23 Jim Kenistoni386 uprobes1: enable the 0x0f 0x1_ row of opcodes
2009-04-23 Stan CoxAvoid a uprobe break setting problem by avoiding 'nop...
2009-04-23 Frank Ch. Eiglergit_version: use --long mode to always add the git...
2009-04-23 Josh StoneVersion bumps for 0.9.6 release release-0.9.6
2009-04-23 William CohenMake sure values get passed to xmlto.
2009-04-23 William CohenMerge branch 'master' of ssh://sources.redhat.com/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 Frank Ch. Eiglergit_version: emit `git-describe` rather than just sha...
2009-04-23 Mark WielaardAdd NEWS entry about EXPERIMENTAL support for user...
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
next
This page took 0.047324 seconds and 5 git commands to generate.