]> sourceware.org Git - systemtap.git/shortlog
systemtap.git
2015-02-18 Frank Ch. Eiglerrelease 2.7 dating in .spec & NEWS
2015-02-18 Frank Ch. EiglerPR17962: make dtrace.exp "parser check" test case condi...
2015-02-18 Abegail JakopPR17953: improve debug_line traversal logic
2015-02-18 Abegail Jakopremove <NULL> printed at the end of sym[file]line
2015-02-18 Martin CermakFix the buildok testcase for nd_syscall.mbind in nd_sys...
2015-02-17 Martin CermakPR16716 partial fix: Fix types and nesting for 'syscall...
2015-02-16 Frank Ch. Eiglerbuildrun: turn off gcc -fipa-icf optimization during...
2015-02-16 Frank Ch. Eiglersample interrupts-by-dev: unbreak accidental .txt/...
2015-02-16 Frank Ch. Eiglertestsuite samples: add a bunch more sample output-txt...
2015-02-16 Frank Ch. EiglerAUTHORS bump
2015-02-16 Frank Ch. EiglerPR17985: fix netfilter tapset & code-generator
2015-02-16 Brendan Gregginitial lwtools examples
2015-02-16 Frank Ch. Eiglertestsuite listing_mode: Adapt to changed line numbers
2015-02-16 Frank Ch. Eiglertestsuite buildid.c: more gcc5 unwarningification
2015-02-16 David SmithMake coverage.tcl report syscalls without probes.
2015-02-16 Frank Ch. Eiglertestsuite: gcc5 warning fixes, int-less main() declarations
2015-02-15 Frank Ch. Eiglerproc_by_pid.c test victim, gcc5 warning fix
2015-02-15 Frank Ch. Eigleri18n: update-po
2015-02-15 Frank Ch. Eiglerlisting_mode.c test case: eliminate gcc5 warnings
2015-02-14 Martin Cermakstap-prep: Accept ".arch+variant" uname -r format.
2015-02-14 Brendan Gregglwtools: begin a new collection of non-debuginfo examples
2015-02-14 Frank Ch. EiglerHACKING git hints for emailed patches
2015-02-13 Frank Ch. Eiglereatmydata sample: tweak wording for default-redirect...
2015-02-13 Frank Ch. Eiglereatmydata: add sample .txt, prefer default redirecton...
2015-02-13 Frank Ch. Eiglerlinetimes sample text: add back invocation command...
2015-02-13 Frank Ch. Eiglercorrect linetimes sample output -- now with proper...
2015-02-13 Frank Ch. Eiglereventcount sample: add .txt
2015-02-13 Abegail Jakopexample output for exampe script latencytap.stp
2015-02-13 Frank Ch. Eiglerexamples index: add link to .txt "sample usage" files
2015-02-13 Frank Ch. Eiglerlinetimes sample: revise, add sample screenshot, _bestify
2015-02-13 Abegail Jakopnew files for example output from _best example scripts
2015-02-13 Frank Ch. EiglerBZ1128209: add a configure --{enable,disable}-virt...
2015-02-13 Frank Ch. Eiglerstap.1: tweak SAFETY AND SECURITY section
2015-02-13 Josh StonePR17966: never generate .call for an unresolved .return...
2015-02-12 Josh Stoneruntime/linux: block utrace-via-tracepoints without...
2015-02-11 David SmithTweak a couple of syscall test cases.
2015-02-11 William CohenMake fileline-profile.stp executable
2015-02-11 Martin CermakUpdate the keyctl.c testcase so that it can also be...
2015-02-11 Frank Ch. Eiglergcc5 -Wformat=2 tweaks, x86-64 on rawhide edition
2015-02-11 Frank Ch. Eiglergcc5 -Wformat=2 tweaks, x86-64 edition
2015-02-10 Frank Ch. Eiglergcc5 -Wformat=2 tweaks
2015-02-10 David SmithFix PR17951 by fixing nesting in several syscall socket...
2015-02-10 David SmithPR16716 partial fix: Fix syscall nesting in 'syscall...
2015-02-10 William CohenMake all socketcall.connect probes optional.
2015-02-09 William CohenFix PR17928 - syscall tapset/testsuite problems (on...
2015-02-09 William CohenFix PR17928 - syscall tapset/testsuite problems (on...
2015-02-07 William CohenThe 32-bit arm does not remap epoll_wait or poll syscalls
2015-02-07 William CohenDo not expect that alarm(-1) to work for the syscall...
2015-02-06 David SmithFix PR17928 - syscall tapset/testsuite problems (on...
2015-02-06 David SmithPR16716 partial fix: Fix types for 'syscall.prctl'.
2015-02-06 Masanari IidaThis patch fix spelling typo in stap.1 and stap-server.8
2015-02-06 Abegail JakopNEWS blurb about symfileline() and related functions
2015-02-06 Abegail JakopMerge branch 'ajakop/12276' of ssh://sourceware.org...
2015-02-06 Abegail JakopPR12276: example usages of symfileline() to profile
2015-02-06 Abegail JakopPR12276: add runtime check for specified address len
2015-02-06 Abegail JakopPR12276: more debug_line traversal checks during runtime
2015-02-06 Abegail JakopPR12276: fix debug_line linenum and address calcs
2015-02-06 Abegail JakopPR12276: check all sequences in _stp_linenumber_lookup
2015-02-06 Abegail JakopPR12276: fix line numbers to match in usymfileline.exp
2015-02-06 Abegail JakopPR12276: compare symfileline() with pp()
2015-02-06 Abegail JakopPR12276: expect path+file in [u]symfile[line] tests
2015-02-06 Abegail JakopPR12276: symfile[line]() return path and filename
2015-02-06 Abegail JakopPR12276: fix comparison in dump_line_tables_check()
2015-02-06 Abegail JakopPR12276: correct checks in dump_line_tables_check()
2015-02-06 Abegail JakopPR12276: add ifdef when assigning _stp_module.debug_line
2015-02-06 Abegail JakopPR12276: fix inital line data check to check all units
2015-02-06 Abegail JakopPR12276: perform initial checks on debug_line data
2015-02-06 Abegail JakopPR12276: tests for symfileline and related
2015-02-06 Abegail JakopPR12276: add functions [u]symfile and [u]symline
2015-02-06 Abegail JakopPR12276: fix addr adjustment for symfileline()
2015-02-06 Abegail JakopPR12276: debug_line data decoder
2015-02-06 Abegail JakopPR12276: constant definitions and moved functions
2015-02-06 Abegail JakopPR12276: [u]symfileline() tapset functions
2015-02-06 Abegail JakopPR12276: pragma:lines sets need_lines, not need_symbols
2015-02-06 Abegail JakopPR12276: dump debug_line data to generated header
2015-02-05 Abegail JakopPR12276: example usages of symfileline() to profile
2015-02-05 Abegail JakopPR12276: add runtime check for specified address len
2015-02-04 David SmithActually add changes meant for commit cfdd554.
2015-02-03 David SmithPR16716 partial fix: Fix types for 'syscall.{kill,quota...
2015-02-03 Abegail JakopPR12276: more debug_line traversal checks during runtime
2015-02-03 Abegail JakopPR12276: fix debug_line linenum and address calcs
2015-02-03 Abegail Jakopruntime/unwind.c: advance data pointer in get_sleb128()
2015-02-02 Abegail JakopPR12276: check all sequences in _stp_linenumber_lookup
2015-02-02 Abegail JakopPR12276: fix line numbers to match in usymfileline.exp
2015-02-02 William CohenFix the hw_watch_addr.stp test to properly test for...
2015-02-02 William CohenFix the hw_watch_sym.stp test to properly test for...
2015-02-02 William CohenAdd missing "'" to pingpong.meta for proper check for...
2015-02-02 William CohenMatch more 32-bit ARM variants for sdt_misc.exp
2015-01-30 William CohenFixed systemtap-server.exp
2015-01-30 Jonathan LebonPR17749: add subtest to global_end.exp
2015-01-30 Jonathan LebonPR17749: varuse visitor: account for all ways vars...
2015-01-30 William CohenAllow utrace_syscall_args.stp to accepts arm64 use...
2015-01-29 William CohenRemove the "-m64" option forr arm64 sdt_misc.exp tests
2015-01-29 William CohenJust use a simple match for the uname for cmd_parse15
2015-01-29 David SmithUpdate and improve some aux_syscalls.stp functions.
2015-01-29 Siddhesh Poyarekarnew example: glibc-malloc
2015-01-28 Josh StonePR17894: skip testing unknown globals on kernels <...
2015-01-28 Josh Stonestapprobes.3stap: correct a probepoint typo
2015-01-28 David SmithPR16716 partial fix: 'syscall.{exit,exit_group,{delete...
2015-01-28 Abegail JakopPR12276: compare symfileline() with pp()
next
This page took 0.051796 seconds and 5 git commands to generate.