]> sourceware.org Git - systemtap.git/history - staprun
Use std::thread for threading and CPU counts
[systemtap.git] / staprun /
2016-05-02 Josh StoneMerge branch 'master' of ssh://sourceware.org/git/systemtap
2016-05-02 Felix Lumonitor mode: remove pipe
2016-04-29 Josh Stoneautoreconf -i
2016-04-27 Felix Lumonitor mode: some improvements
2016-04-27 Felix Lumonitor mode: some refactoring, add a border to status...
2016-04-26 Frank Ch. Eiglerstaprun: reinstate -d '*' operation
2016-04-26 Felix Lumonitor mode: bugfix
2016-04-25 Felix Lumonitor mode: Use pop up panel for help message
2016-04-25 Felix Lumonitor mode: simplify scrolling
2016-04-06 Martin CermakFix PR19915 by correctly updating the wsize.
2016-03-29 Frank Ch. EiglerAdd kernel support-range to stap -V output and other...
2016-03-28 Frank Ch. Eiglercopyright year bump
2016-03-28 Frank Ch. EiglerPR19874: reset 60s alarm for "stap -c CMD"
2016-03-27 Frank Ch. EiglerPR19873: staprun -o BADFILE -c CMD cleanup
2016-03-27 Frank Ch. Eiglerstaprun: tweak the -o path-pattern length limiting
2016-03-25 Frank Ch. Eiglermonitor mode: show some status even for exited script
2016-03-24 Felix LuMonitor mode: Don't display EXITED in default help
2016-03-24 Felix LuMonitor mode: add faster output scrolling hotkeys
2016-03-24 Felix LuMonitor mode: add option to hide status window
2016-03-24 David SmithMake sure monitor pipe file descriptors are marked...
2016-03-24 Frank Ch. Eiglerstaprun/monitor.c: build under -std=c90-ish
2016-03-24 Frank Ch. Eiglerstaprun monitor: handle !HAVE_MONITOR_LIBS case differently
2016-03-24 Frank Ch. Eiglerstapio main loop: always time out on pselect()
2016-03-23 David SmithFix staprun compile error when HAVE_MONITOR_LIBS isn...
2016-03-23 Felix Lufix monitor mode: output was being limited to first...
2016-03-23 Frank Ch. Eiglermonitor mode: staprun revamp
2016-03-21 David SmithFix PR17393 by improving the way we execute "system...
2016-03-21 Felix LuMonitor mode: clamp probe list scrolling
2016-03-21 Felix LuMonitor mode: display number of script probes
2016-03-20 Frank Ch. Eiglermonitor mode: add 'q' keystroke to quit
2016-03-18 Felix LuIncrease monitor pipe size.
2016-03-18 Felix LuAdd some monitor mode improvements.
2016-03-18 Felix LuGet rid of unused return value warning
2016-03-17 Felix LuDon't use cleanup_and_exit() to exit monitor mode.
2016-03-16 Felix LuDon't signal warning if script is exited immediately...
2016-03-09 Felix LuUse function overloading in some tapset functions
2016-02-12 David SmithMerge branch 'dsmith/interactive'
2016-02-10 David SmithFix PR19560 by improving the relay code.
2016-01-28 David SmithMerge remote-tracking branch 'origin/master' into dsmit...
2016-01-27 Josh StonePR19525: always use a SIGUSR2 handler in stapio
2016-01-27 David SmithMerge remote-tracking branch 'origin/master' into dsmit...
2016-01-27 Felix LuPR19346: Remove html from source tree
2016-01-27 Felix LuPR19346: escape xml documentation
2016-01-25 David SmithMerge remote-tracking branch 'origin/master' into dsmit...
2016-01-24 Mark WielaardUse -Wextra. Fix some warnings.
2016-01-22 David SmithMerge remote-tracking branch 'origin/master' into dsmit...
2016-01-21 Martin CermakAutoreconf after adding czech manpages.
2016-01-15 David SmithMerge remote-tracking branch 'origin/master' into dsmit...
2015-11-23 Felix LuSupport backspace handling in monitor mode for probe...
2015-11-23 Felix LuSwap argument order to check for bytes written.
2015-11-23 Felix LuFix monitor mode to be compatible with the private...
2015-11-23 Felix LuFix undeclared pipe2 problem.
2015-11-20 Josh StoneMerge branch 'funstuff'
2015-11-20 Felix LuFix undeclared F_SETPIPE_SZ error
2015-11-20 Felix LuPR18848: Only compile monitor mode if json-c and ncurse...
2015-11-20 Felix LuPR18848: Fix pipe buffer overflow problem, improve...
2015-11-20 Felix LuPR18848: add help page, switch to page scrolling for...
2015-11-20 Felix LuPR18848: Fix json parsing error
2015-11-20 Felix LuPR18848: use a pipe to redirect module output instead...
2015-11-20 Felix LuPR18848: increase history limit of output queue, add...
2015-11-20 Felix LuPR18848: add module output scrollback, status window...
2015-11-20 Felix LuPR18848: add probe scrolling capability
2015-11-20 Felix LuPR18848: increase timeout timer and remove strsignal
2015-11-20 Felix LuPR18848: improve keyboard input response time
2015-11-20 Felix LuPR18848: only handle SIGWINCH in monitor mode
2015-11-20 Felix LuPR18848: move resizing functionality out of signal...
2015-11-20 Felix LuPR18848: handle terminal resizing
2015-11-20 Felix LuPR18848: display current probe input
2015-11-20 Felix LuPR18848: add command line option to specify interval...
2015-11-20 Felix LuPR18848: improve monitor ui and refactor input function.
2015-11-20 Felix LuPR18848: add most functionality to curses interface
2015-11-20 Felix LuPR18848: Add json parser and comparators to allow sorting
2015-11-20 Felix LuPR18848: output monitor data in stapio event loop
2015-11-20 Felix LuPR18848: new command line argument -M for staprun
2015-11-20 Martin CermakUpdate the PR19241 fix so that 'out_fd' gets correctly...
2015-11-13 Martin CermakFix PR19241 by scanning for available CPUs.
2015-11-03 Josh StoneHide "__global_" mangling from the module parameters
2015-11-02 David SmithMerge remote-tracking branch 'origin/master' into dsmit...
2015-10-30 Martin CermakIntroduce "private" keyword for tapsets and user scripts.
2015-10-29 Frank Ch. EiglerForget about latex2html in configury; we don't use...
2015-08-28 David SmithMerge remote-tracking branch 'origin/master' into dsmit...
2015-08-21 Josh Stonestaprun: ignore SIGUSR2 when not writing to a file...
2015-08-20 David SmithMerge remote-tracking branch 'origin/master' into dsmit...
2015-08-19 Martin CermakUpdate syscall tapset documentation to use cached content.
2015-08-18 Frank Ch. Eiglerconfigury: look for -std=c++11 support
2015-08-14 Martin CermakFix PR2111 by autodocumenting syscall tapset.
2015-07-09 Frank Ch. Eiglercontinue gettextizing & configury & po update
2015-06-11 Abegail Jakopstaprun: send STP_NAMESPACE_PID msg only if -N PID
2015-06-11 Abegail Jakopstore pid from staprun -N opt in _stp_namespaces_pid
2015-06-11 Abegail Jakopadd -N TARGET_NS_PID option to staprun
2015-05-21 Felix LuImprove systemtap language reference man page
2015-03-30 David SmithMerge branch 'master' of ssh://sourceware.org/git/systemtap
2015-03-25 Abegail Jakopremove need for xvfb to generate beginners guide
2015-03-25 Abegail Jakopgenerate beginners guide with xmlto instead of publican
2015-02-21 Frank Ch. EiglerYear bump in copyright message
2015-02-13 Frank Ch. EiglerBZ1128209: add a configure --{enable,disable}-virt...
2015-02-10 Frank Ch. Eiglergcc5 -Wformat=2 tweaks
2015-02-06 Abegail JakopMerge branch 'ajakop/12276' of ssh://sourceware.org...
2015-01-08 Josh StoneUse POSIX '=' in run-stap and run-staprun
2014-12-30 Frank Ch. EiglerPR17743: stap* help/version text should go peacefully...
next
This page took 0.074445 seconds and 8 git commands to generate.