]> sourceware.org Git - systemtap.git/shortlog
systemtap.git
2014-04-18 Josh Stonetapset: set _shutdown_how_str and _madvice_advice_str...
2014-04-18 Josh Stonetapset: mark _sched_policy_str() as pure and :string
2014-04-18 Josh Stonetestsuite: tighten warn_overflow.exp verbosity to just...
2014-04-18 Josh Stonetestsuite: don't mix -p2 and -l in labels.exp
2014-04-17 Josh StonePrevent lock-recursion in _stp_ctl_send
2014-04-17 Jonathan LebonNEWS: add blurb re. statement probes
2014-04-17 Jonathan LebonMerge branch 'jlebon/pr16615'
2014-04-17 Jonathan Lebonstmt_rel.exp: improve coverage
2014-04-17 Jonathan Lebonstmt_rel_user.exp: generalize it
2014-04-17 Jonathan Lebontestsuite: adapt to new statement probes
2014-04-17 Jonathan Lebonadd DWARF_LINE* macros to help diagnosis
2014-04-17 Jonathan Lebonadd DWFL_ASSERT and DWARF_ASSERT to help diagnosis
2014-04-17 Jonathan Lebonstatement.exp: rework and expand
2014-04-17 Jonathan Lebondwflpp::iterate_over_srcfile_lines: add suggestions
2014-04-17 Jonathan Lebondwflpp: implement new iterate_over_srcfile_lines()
2014-04-17 Jonathan Lebonadd dwarf_query::filtered_all
2014-04-17 Jonathan Lebondwflpp: add CU line caching
2014-04-17 Jonathan Lebondwarf_wrappers: remove dwarf_line_t class
2014-04-17 Jonathan Lebongut out dwflpp::iterate_over_srcfile_lines()
2014-04-17 Jonathan Lebondwarf_query: rename line to linenos
2014-04-17 Jonathan Lebontapsets.cxx: simplify query_srcfile_label
2014-04-17 Jonathan Lebonsession.cxx: tweak semantic_error errsrc printing
2014-04-17 Jonathan Lebonresolve_prologue_endings: clarify comment re. alloc
2014-04-17 David SmithFixed PR16806 by improving task_finder/utrace shutdown.
2014-04-17 Lukas BerkPR16829 rework, have staprun export verbosity flag
2014-04-16 Lukas BerkPR16829 - trigger STAPBM_VERBOSE=true with two or more...
2014-04-15 Josh StoneAUTHORS bump
2014-04-15 Masatake YAMATOUse pid2task when passing pid to task_execname(v2)
2014-04-15 Jonathan Lebonsystemtap.exp: make kill proc smarter
2014-04-15 Victor Kamenskyruntime: linux 3.14 porting: case when CONFIG_USER_NS...
2014-04-15 Frank Ch. EiglerNEWS: note improvements in stap --use-server=ADDRESS...
2014-04-13 Frank Ch. Eiglerwarning::debuginfo man page: xref stap-prep more
2014-04-12 Josh StoneRemove a mis-added file
2014-04-12 Josh Stonetestsuite: send stress invocation notices to the log
2014-04-11 Josh Stonestaprun: Add one slot to stapio's argv[]
2014-04-11 Josh StoneMake sure print_format::format_component starts clear
2014-04-10 Frank Ch. Eiglerstap-report: also report lockdep-related kernel config...
2014-04-10 Frank Ch. Eigleri18n po update
2014-04-10 Josh StonePR16719: Fix a couple leaked Dwfl instances
2014-04-09 David SmithPR16716: Fix types in syscall.sched_{getscheduler,setsc...
2014-04-09 David SmithBetter cleanup in testsuite/systemtap.base/callee.exp.
2014-04-09 Frank Ch. Eiglerpublican docs: make buildable on f19 w/ fop
2014-04-07 David SmithPR16716 partial fix: Better types in 'syscall.madvise'.
2014-04-05 Frank Ch. EiglerBZ1084692: adapt to kernel droppage of CPUFREQ_RESUMECHANGE
2014-04-04 Josh Stonetestsuite: tighten the verbosity of at_var_void_stmt
2014-04-04 Josh Stonetestsuite: perf counter test improvements
2014-04-04 Josh Stoneparse: note "@perf" as a built-in
2014-04-04 Frank Ch. EiglerAUTHORS update
2014-04-04 NeoCatnew sample: 2048 game
2014-04-04 Jonathan LebonPR16307: testsuite: use new kill proc
2014-04-04 Jonathan LebonPR16307: proc kill: new proc for safer killing
2014-04-03 David SmithPR16716 partial fix: Better types in 'syscall.shutdown'.
2014-04-03 David SmithPR16716 partial fix: Better types in 'syscall.{accept...
2014-04-03 David SmithMake _sock_type_str() and _sock_flags_str() handle...
2014-04-02 William CohenMake vm.pagefault and vm.pagefault.return probe only...
2014-04-02 Frank Ch. Eiglerload/stress generation for examples: followup
2014-04-02 William CohenAdjust the output of sched_switch.stp to be more readable
2014-04-02 David SmithPR16716 partial fix: Better types in 'syscall.{sendmsg...
2014-04-02 Mark Wielaardtestsuite: recvmsg.c don't use unitialized bytes.
2014-04-01 Jonathan Lebonproc stap_run_error: also use -KILL in case -INT fails
2014-04-01 Jonathan Lebonproc stap_run: also use -KILL in case -INT fails
2014-04-01 Jonathan Lebonlisting_mode.exp: new testcase for -l/-L
2014-04-01 Jonathan Lebondump_probe_aliases.exp: new testcase for --dump-probe...
2014-04-01 Jonathan Lebonstap: unite all dumping modes into s.dump_mode
2014-04-01 Jonathan LebonNEWS: add blurb about new dump switches
2014-04-01 Jonathan Lebonstap: add --dump-probe-aliases
2014-04-01 David SmithMake _struct_sockaddr_u_impl() tapset function output...
2014-04-01 David SmithPR16716 partial fix: Better types in 'syscall.{send...
2014-04-01 David SmithUse FD_SETSIZE for select() in other syscall tests.
2014-04-01 Josh Stoneruntime: Use INIT_WORK_ONSTACK for perf
2014-03-31 Josh StonePR16665: Tweak buildok/task_rlimit_test.stp
2014-03-31 Frank Ch. Eiglersyscall recv*msg tests: use FD_SETSIZE for select(2...
2014-03-31 David SmithFix recvmmsg() testcase for kernels < 2.6.34.
2014-03-31 David SmithMake recvmmsg() testcase more robust.
2014-03-30 Frank Ch. EiglerPR16766 cont'd: tolerate STAP_SESSION_ERROR in module_r...
2014-03-28 Jonathan Lebonstap.1: document possible issues with --use-server...
2014-03-28 Jonathan Lebonmain(): print e.what() for exceptions
2014-03-28 Josh Stoneruntime: improve the preempt_enable_no_resched copy
2014-03-28 Frank Ch. EiglerPR16766 cont'd: unbreak --runtime=dyninst
2014-03-28 David SmithPR16716 partial fix: Fix 'syscall.{recv,recvfrom}'...
2014-03-28 Frank Ch. EiglerPR16665: fix generated doc directory
2014-03-28 Robin HackPR16665: new tapset for task resource limit queries...
2014-03-28 David SmithRemove outdated comments from nd_syscalls.stp and nd_sy...
2014-03-28 David SmithPR16716 partial fix: Better types in 'syscall.{recvmsg...
2014-03-28 Brent Baudesystemtap.spec: ppc64le buildability
2014-03-28 Frank Ch. EiglerPR16766: kernel crash for failed-init module-notification
2014-03-26 David SmithUpdated some expected output in several syscall tests.
2014-03-26 David SmithPR16716 partial fix: Better types in 'syscall.{recv...
2014-03-26 Jonathan Lebonsystemtap.8: clarify docs regarding new-kernel-pkg
2014-03-26 Jonathan Leboninitscript: skip dracut stap module by default
2014-03-26 Jonathan Leboninitscript: use new-kernel-pkg after dracut
2014-03-26 David SmithImprove _struct_sockaddr_u_impl() formatting.
2014-03-26 David SmithReplace _sendflags_str() and _recvflags_str() with...
2014-03-26 Josh StoneMinor testsuite tweaks for stapdyn
2014-03-25 Josh Stoneperf.exp: add a quick global (non-process) test
2014-03-25 Josh Stonesocktop: Make sure *_str are always known as strings
2014-03-25 Josh StoneTighten a semok/doubleglob.stp pattern
2014-03-25 Josh Stonetestsuite: reorganize perf tests
2014-03-25 Josh StoneRemove code that follows unconditional control statements
2014-03-25 Josh StoneRead the perf process from -c during pass2
next
This page took 0.053715 seconds and 5 git commands to generate.