]> sourceware.org Git - systemtap.git/shortlog
systemtap.git
2015-11-25 Josh StoneRemove functioncall::var_assigned_to_retval
2015-11-25 Josh StoneMerge branch 'master' of ssh://sourceware.org/git/systemtap
2015-11-25 Josh StonePR18884 bonus: optimize tmps in more places
2015-11-25 Josh StonePR18884: skip tmps for any literal, not by tok->type
2015-11-24 Josh StoneRestrict optimization of literals in "%s\n" to streams...
2015-11-24 Josh Stonetestsuite: swap dot.exp and sprint.exp
2015-11-24 William CohenEliminate the use of tex(nomencl.sty) in TeX documentat...
2015-11-23 Josh Stoneparse: intern keywords
2015-11-23 Josh Stoneparse: check atwords without an explicit '@'
2015-11-23 Josh Stoneparse: unorder keywords and atwords
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 Stonetestsuite: allow pn to report *both* open and openat
2015-11-20 Josh Stonetestsuite: add a semicolon in perf.sh function poly()
2015-11-20 Josh StoneMerge branch 'funstuff'
2015-11-20 Felix LuFix undeclared F_SETPIPE_SZ error
2015-11-20 David SmithFixed PR19275 by updating stap_run.
2015-11-20 Felix Luupdate NEWS
2015-11-20 Felix Luupdate systemtap.spec
2015-11-20 Felix LuPR18848: Add manual testing readme guide
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: fix json array string
2015-11-20 Felix LuPR18848: add --monitor option in man/stap.1
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: zero pad the uptime
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: change json format and retain entire probe...
2015-11-20 Felix LuPR18848: Add json parser and comparators to allow sorting
2015-11-20 Felix LuPR18848: modify printf format
2015-11-20 Felix LuPR18848: convert procfs read to json format
2015-11-20 Felix LuPR18848: monitor status formatting
2015-11-20 Felix LuPR18848: output monitor data in stapio event loop
2015-11-20 Felix LuPR18848: remove print statement
2015-11-20 Felix LuPR18848: new command line argument -M for staprun
2015-11-20 Felix LuPR18848: refactor functions
2015-11-20 Felix LuPR18848: move embedded code for module size into tapset
2015-11-20 Felix LuPR18848: use jiffies tapset function
2015-11-20 Felix LuPR18848: new procfs monitor mode option
2015-11-20 Martin CermakUpdate the PR19241 fix so that 'out_fd' gets correctly...
2015-11-20 Martin CermakAllow buildok/{rpc-all-probes,rpc-detailed} to access...
2015-11-20 Josh StoneMark c_tmpcounter final
2015-11-20 Josh StoneRemove the last visitors from c_tmpcounter
2015-11-20 Josh StoneSubclass c_tmpcounter directly from c_unparser
2015-11-20 Josh StoneMark stap_staticmarkers-detailed.stp as ROOT_ONLY for...
2015-11-19 William CohenAvoid using the nomencl compatible option
2015-11-19 David SmithImprove kmodule.exp by adding tests that load the modul...
2015-11-18 David SmithMake testsuite/systemtap.base/switch_file.exp more...
2015-11-18 David SmithRefix PR18889 by switching to symbol_name+offset module...
2015-11-18 David SmithRevert "PR18889 part: module-init notification via...
2015-11-18 David SmithRevert "PR18889: switch to STP_TRACEPOINT* frontend...
2015-11-18 Martin CermakMake the "shebang trick" work for RPM packaged testcases.
2015-11-17 Josh StoneCompact print_format and its format_component
2015-11-17 Josh StoneMerge branch 'master' into string_ref
2015-11-17 Josh StoneStore tok_junk messages as an additional enum
2015-11-17 Josh StoneDrop the string name from struct probe
2015-11-17 Josh StoneDrop probe_name from several var_expanding_visitors
2015-11-17 Josh StoneMove trivial interned_string conversions into the header
2015-11-16 Martin CermakTestsuite: Raise --rlimit-cpu, update stap_run_batch()
2015-11-14 Martin CermakTerminate parsing on duplicate variable or function...
2015-11-14 Josh Stoneparser: construct literal_string directly from t->content
2015-11-14 Josh Stoneparser: use interned_string for expect targets
2015-11-14 Josh Stoneparse: use const& fname for decl parsing
2015-11-14 Josh StoneConstruct print_format::print_format_string with an...
2015-11-14 Josh StoneTake a plain string for print_format::string_to_components
2015-11-14 Josh StoneConstruct literal_string from interned_string only
2015-11-14 Josh StoneAdd special treatment for single-char string interns
2015-11-14 Josh StoneAdd special treatment for empty string interns
2015-11-14 Josh StoneAdd an sdt probe in interned_string::intern
2015-11-13 Martin CermakFix PR19241 by scanning for available CPUs.
2015-11-13 Martin CermakUpdate user_string_n2_quoted() so that semok/context...
2015-11-12 Josh Stonekill interned_string::c_str(), allowing shared substr()
2015-11-12 Martin CermakFix PR19234 by adapting user_string_n_quoted.exp.
2015-11-12 Martin CermakFix PR19236 by undefining the unmangled variable name.
2015-11-11 Martin CermakExtend private.exp to cover the PR13721 workaround...
2015-11-11 Martin CermakExtend global_end.exp to cover private globals too.
2015-11-11 Martin CermakFix synthetic probes generation for written and unread...
2015-11-11 Josh StoneAvoid undefined behavior in get_number_param
2015-11-10 Martin CermakMark selected internal tapset global vars as '@__privat...
2015-11-10 Martin CermakFix parsing multiple, comma separated, private global...
2015-11-10 Josh StoneFix several uninitialized class members
2015-11-09 Martin CermakFix the uselib syscall testcase by updating the expecte...
2015-11-07 Martin CermakMark internal tapset functions as '@__private30' where...
2015-11-05 Martin CermakPrefix global functions in the generated code.
2015-11-05 David SmithFix the 'if.exp' testcase so that the second test resul...
next
This page took 0.051177 seconds and 5 git commands to generate.