]> sourceware.org Git - systemtap.git/shortlog
systemtap.git
2013-11-12 Jonathan Lebonadd mismatch_complexity
2013-11-12 Jonathan Lebonimplement resolved() and mismatch() and use them
2013-11-12 Jonathan Lebonnew resolved_type struct and mismatch/resolved functions
2013-11-12 Jonathan Lebonremove resolved_toks and printed_toks
2013-11-12 Jonathan LebonMakefile.am: give warning if %_topdir is not writeable
2013-11-11 William CohenAdd tapset/arm64/aux_syscalls.stp
2013-11-11 William CohenAdd basic register access support for arm64
2013-11-11 Miroslav FrancFixed a typo introduced in commit 7acb3e34.
2013-11-08 Adrian Negreanudon't require .config and Module.symvers for dyninst...
2013-11-08 David SmithRevert commit 65ddca0 since s390x can get get syscall...
2013-11-08 Frank Ch. Eiglerstap.1: remove 'experimental' designation from regex...
2013-11-07 Josh Stonestapdyn: Tighten BPatch insertion sets
2013-11-07 Jonathan Lebonsystemtap.spec: specify /usr for udev rules on UsrMove...
2013-11-07 William CohenAdd basic print_regs() support for aarch64
2013-11-07 William CohenAdd basic aarch64 support for kprobes
2013-11-07 Frank Ch. EiglerPR16132: staprun: fix a comment to not remove a not...
2013-11-06 Frank Ch. EiglerPR16132: staprun: fix fallback for openat/open modes...
2013-11-06 Frank Ch. EiglerNEWS: add timestamp of 2.4 release
2013-11-06 Jonathan Lebonversion bump and autoreconf
2013-11-06 Frank Ch. Eiglerpre-release version bump release-2.4
2013-11-06 David SmithPR16129: add task_work handling for utrace_death events
2013-11-06 Frank Ch. EiglerNEWS re. stap-server ssl: mention changes
2013-11-06 Frank Ch. Eiglerstap-server ssl: enable all cipher suites manually
2013-11-06 Frank Ch. Eiglerstap-server ssl: enable all cipher suites
2013-11-06 Josh Stonetapset: Decode SIGTRAP|0x80 from PTRACE_O_TRACESYSGOOD
2013-11-05 Frank Ch. EiglerCONFIG_UIDGID_STRICT_TYPE_CHECKS workaround, cont'd
2013-11-05 Frank Ch. Eiglertestsuite: disable color_parsing staprun tests unless...
2013-11-05 Frank Ch. Eiglertestsuite: disable sdt_asm.exp unless installtest_p
2013-11-05 Masanari IidaFix typo in man/error::7stap
2013-11-05 Jonathan Lebonrevert previous commit and strengthen inode_uprobes_p...
2013-11-05 Jonathan Lebondon't test uprobes_filtering.exp on RHEL5/6
2013-11-05 Jonathan Lebonupdate user_string_n_quoted.exp test case
2013-11-04 Frank Ch. Eiglerauthors bump
2013-11-04 David SmithFix BZ1020853 by fixing procfs probe compile problems...
2013-11-01 Jonathan LebonMerge branch 'jlebon/levensh'
2013-11-01 Jonathan LebonNEWS: mention improved suggestions
2013-11-01 Jonathan Lebonimprove levenshtein performance
2013-11-01 Jonathan Lebonfix off-by-one error in levenshtein
2013-11-01 Jonathan Lebonclarify msg for unresolved global in foreach loop
2013-11-01 Jonathan Lebonlevensh suggest unresolved script functions
2013-11-01 Jonathan Lebonimprove function arity mismatch error msg
2013-11-01 Jonathan Lebonsuggest trace alternatives on mismatch
2013-11-01 Jonathan Lebonsuggest PLT alternatives on mismatch
2013-11-01 Jonathan Lebonremove suggest_functions from dwarf_builder class
2013-11-01 Jonathan Lebonadd plt_funcs to module_info
2013-11-01 Jonathan Lebonmove visited_modules from dwarf_query to base_query
2013-11-01 Jonathan Lebonlevensh suggest unresolved struct member
2013-11-01 Jonathan Lebonlevensh suggest unresolved dwarf locals
2013-11-01 Jonathan Lebonlevensh suggest tracepoint variables
2013-11-01 Jonathan Lebonlevensh suggest never-assigned vars
2013-11-01 Jonathan Lebonlevensh suggest unresolved probe points
2013-11-01 Jonathan Lebonrefactor levenshtein suggesting
2013-11-01 Lukas BerkRemoved unused code in tapset-method.cxx
2013-11-01 Josh StoneFlip user_string_n_quoted to limit the input count
2013-11-01 Masanari IidaFix typo in man/stap.1
2013-10-31 Frank Ch. Eiglerdebuginfo man pages: mention elfutils & compressed...
2013-10-30 Frank Ch. Eiglerlast_100_frees example: make it even more lockless
2013-10-30 Jonathan LebonNEWS: mention duplicate error elimination
2013-10-30 Frank Ch. Eiglerlast_100_frees example: run lock-free
2013-10-30 Frank Ch. EiglerPR16058 style fixups for other nd_syscalls aliases
2013-10-30 Frank Ch. Eiglerexamples: regen indexes
2013-10-30 Frank Ch. Eiglerexamples: correct -d stap => -d `which stap` for fullpa...
2013-10-30 Frank Ch. Eiglerexamples: add last_100_frees
2013-10-30 Jonathan Lebonremove STAPREGEX_STANDALONE definition
2013-10-30 Jonathan LebonMerge branch 'PR16019'
2013-10-30 Jonathan LebonPR16019: treat errors from tapsets/functions as non...
2013-10-30 Jonathan LebonPR16019: also report number of warnings suppressed
2013-10-30 Frank Ch. EiglerPR16019: have the session object report & colorize...
2013-10-30 Jonathan LebonPR16019: use PARSE_ERROR macro in call sites
2013-10-30 Jonathan LebonPR16019: use SEMANTIC_ERROR macro in call sites
2013-10-30 Jonathan LebonPR16019: improve duplicate error elimination
2013-10-29 David SmithFix PR16096 by fixing nd_syscall.execve on i686.
2013-10-29 William CohenMake the ARM _stp_store_deref and _stp_deref more like...
2013-10-29 William CohenRevert "Make the 32-bit ARM get_user() and put_user...
2013-10-29 William CohenMake the 32-bit ARM get_user() and put_user() work...
2013-10-28 Josh StoneAdd a vmalloc_node() for systems without it
2013-10-28 Josh StoneAdd an example for tracking shared futexes
2013-10-28 David SmithFix 'syscall.accept' probe alias.
2013-10-28 David SmithRefix PR16058 by updating the old syscall.mmap2/nd_sysc...
2013-10-28 Jonathan Lebonstap.1: document -W switch
2013-10-28 David SmithFix compile problem on systems with nss 3.13 (like...
2013-10-25 Frank Ch. EiglerNEWS: mention more lockless aggregates
2013-10-25 Josh StoneAllow "read-mostly" stats to elide locks
2013-10-25 Josh Stonestapdyn: Print dbug/warn/error messages with libc vsnprintf
2013-10-25 Josh Stonestapdyn: send context-free DBUG messages to stderr
2013-10-25 Josh StoneFilter duplicates out of globbed process names
2013-10-25 Josh StoneFix canonicalize_file_name() leaks
2013-10-24 Frank Ch. Eiglertestsuite client_args.exp: sanitize $uname from test...
2013-10-24 Jonathan Lebonman: use SAMPLE macro in remaining docs
2013-10-24 Josh StoneAdd another option for the lazy benchmarker
2013-10-23 Frank Ch. Eiglernew misc. script: tracepoint-diff
2013-10-23 Frank Ch. Eiglerexpose linux arch/x86/.../irq_vectors.h tracepoints
2013-10-23 Josh StoneRename the 'examples' symlink to 'EXAMPLES'
2013-10-21 Jonathan Lebonstapvirt: use non-blocking streams
2013-10-21 Frank Ch. Eiglernote in man/error::sdt last-ditch possibility of disabl...
2013-10-21 Frank Ch. Eiglerman pages: suppress hyphenation/filling for SEE ALSO...
2013-10-20 Frank Ch. Eigleradd error::sdt man page
2013-10-18 David SmithFix PR16058 by updating the old syscall.mmap2/nd_syscal...
2013-10-18 Frank Ch. Eigleranother irker test
2013-10-18 Frank Ch. Eiglernull commit for irker test
next
This page took 0.047783 seconds and 5 git commands to generate.