]> sourceware.org Git - systemtap.git/shortlog
systemtap.git
2014-08-28 Abegail JakopAdd helper that can handle wildcards within arrayindexes
2014-08-25 Abegail Jakoptranslate.cxx: declaring tmpvars for array slices
2014-08-22 Abegail JakopPR12333: store wildcards in array slices as NULL
2014-08-22 Abegail JakopPR12333: use parent for symresolution in delete array...
2014-08-21 Abegail JakopPR12333: test file for array slicing
2014-08-21 Abegail JakopPR12333" array slicing for membership test
2014-08-20 Abegail JakopPR12333: don't store array slice indexes as lrvalues
2014-08-20 Abegail JakopPR12333: treat array slice indexes as rvalues
2014-08-19 Abegail JakopPR12333: array slicing for delete statements
2014-08-15 Abegail JakopPR12333: printscript() prints array slice in foreach...
2014-08-15 Abegail JakopPR12333: evaluating the indexes before the loop body
2014-08-07 Abegail JakopPR12333: operate on array slices in foreach loops
2014-08-05 David SmithAdd Secure Boot blurb to man/stap.1.
2014-08-05 David SmithPR16716 partial fix: Fix types in 'syscall.{ftruncate...
2014-08-04 Frank Ch. EiglerNEWS: retroactively add secureboot wiki link
2014-08-01 Stan CoxKeep list of perf counters in an unordered list.
2014-08-01 David SmithAdd scripts to test systemtap probes on a set of kernel...
2014-07-30 Stan CoxRemove dtrace --types sdt_misc test.
2014-07-29 Abegail Jakopsystemtap.exp: add timer probe to testsuite rc file
2014-07-29 Stan CoxAdd plt.return probes.
2014-07-25 Frank Ch. EiglerPR17101: tweak NEWS
2014-07-25 Abegail JakopPR17101: updated docs and added a test case
2014-07-25 Abegail JakopPR17101: allow additional scripts using -E SCRIPT
2014-07-25 Frank Ch. Eiglerlatencytap.stp: explain another delay
2014-07-25 Frank Ch. Eiglerlatencytap sample: update, compress
2014-07-23 Martin Cermaksystemtap-service.exp: use catch with exec, increase...
2014-07-22 David SmithFixed PR17178 by updating syscall.[gs]etsockopt probes.
2014-07-22 Josh Stonetranslator: propagate DWARF types through function...
2014-07-22 Josh Stonetranslator: propagate types to .return saved vars
2014-07-22 Frank Ch. EiglerPR17191: redefine %license within each %files block
2014-07-21 Jonathan Leboninitscript: check final initramfs for systemtap files
2014-07-18 Josh StoneFix nd_syscalls use in syscalls_by_pid.stp
2014-07-18 Josh StoneExempt from buildok/netfilter-glob.stp
2014-07-18 Josh StoneAdd a #! to transok/direct_rec_func.stp
2014-07-18 Josh StoneMerge remote-tracking branch 'origin/master' into autocast
2014-07-18 David SmithFixed PR17181 by making utrace handle interrupting...
2014-07-16 Frank Ch. Eiglerzanata: turn of another crank
2014-07-16 Frank Ch. Eiglerzanata: fine-tune zanata instructions, run through...
2014-07-15 William CohenAdd get_number_param that accepts 'long long' parameter
2014-07-15 Frank Ch. Eiglerdocument usage of zanata as online translation tool
2014-07-15 Abegail JakopMerge branch 'ajakop/17131'
2014-07-15 Abegail Jakopprocess_by_pid*: remove unnecessary sleep and ifs
2014-07-15 Abegail Jakoptapsets.cxx: moved ctor to fix issue with prev commit
2014-07-15 Abegail Jakoptapsets.cxx: rearranged code to reflect original order
2014-07-15 Abegail JakopNEWS: added blurbs about PID-based process probes
2014-07-15 Abegail Jakopprocess_by_pid.* : test case for PR17131
2014-07-14 Jonathan Lebontestsuite kill proc: log failed kills
2014-07-14 Abegail Jakoptapsets.cxx: follow naming conventions and set pid_val
2014-07-14 Abegail Jakoputrace_p4.exp: fixed probes to probe valid PIDs
2014-07-14 Jonathan Lebonmax_action_info: don't emit if --suppress-time-limits...
2014-07-14 Abegail Jakoptapsets.cxx: limit dwarf process(PID) probes to PID
2014-07-14 David SmithFixed PR17155 by changing probefunc() with ppfunc in...
2014-07-14 Lukas BerkFix typo in systemtap.spec
2014-07-12 Frank Ch. Eiglersystemtap.spec: migrate to %license tag for COPYING...
2014-07-12 Frank Ch. Eiglergoodbye transifex, hello zanata
2014-07-11 Frank Ch. Eiglerdrop proprietary transifex.com references
2014-07-10 Jonathan Lebonmodules_out_of_tree.exp: adapt for RHEL5
2014-07-10 Jonathan Lebonlib/systemtap.exp: new module_refresh_p proc
2014-07-10 Jonathan Lebonmodules_out_of_tree.exp: new testcase
2014-07-10 Jonathan LebonPR17073: man/stapprobes.3stap: out-of-tree module support
2014-07-10 Jonathan LebonPR17073: module probes: support out-of-tree modules
2014-07-10 Jonathan Lebonmodule probes: allow full path to in-tree modules
2014-07-10 Abegail JakopMerge branch 'ajakop/6897'
2014-07-10 Abegail Jakopstapprobes.3stap: edited supported probe points
2014-07-10 David SmithUpdate fix for PR17127 by correctly handling TASK_INTER...
2014-07-09 Abegail Jakoplisting_mode.exp: re-ordered test cases
2014-07-09 Abegail Jakoplisting_mode*: update to support process(PID).*
2014-07-09 David SmithFix fix to systemtap-service.exp
2014-07-09 David SmithClean up systemtap-service.exp a bit.
2014-07-09 David SmithClean up sdt_misc.exp a bit.
2014-07-09 Martin CermakAdd test coverage for the systemtap service
2014-07-09 Abegail JakopPR6897, updated and added test cases
2014-07-09 Frank Ch. Eiglerconfigury: detect missing /usr/bin/msgfmt
2014-07-08 David SmithFix PR17127 by fixing task_finder2.
2014-07-08 David SmithPR16716 partial fix: Fix types in 'syscall.fcntl'.
2014-07-07 Abegail Jakoptapsets.cxx: validate PID for process(PID)*
2014-07-07 Jonathan Lebonlisting_mode.exp: use stap instead of nm to get addrs
2014-07-07 Abegail Jakoptapset-utrace.cxx:check used PID in process probes
2014-07-07 David SmithFix PR17120 by modifying gtod.exp.
2014-07-07 David SmithFix PR17121 by fixing tcl errors in listing_mode.exp...
2014-07-07 Josh StoneFlip with_dyninst to an %ifarch whitelist
2014-07-07 Frank Ch. Eiglerbuild warning tweakage: sdt test mode printf(%ld) arg...
2014-07-04 Frank Ch. EiglerPR6897 cont'd: process("foo").* handling
2014-07-04 Abegail Jakopvalidate PID in process(PID).* probes
2014-07-04 Frank Ch. Eiglerpara-callgraph* samples: point out microsecond timing
2014-07-04 Frank Ch. Eiglerintent.stp tapset: mention microsecond precision
2014-07-03 Frank Ch. Eiglerstap samples: tweak process keyword & nd_syscall usage
2014-06-30 David SmithFix kernel crash by handling error condition better...
2014-06-30 Martin CermakFix file permissions of testsuite/semko/fiftyone.stp
2014-06-26 David SmithPR16716 partial fix: Fix types in 'syscall.{fdatasync...
2014-06-24 Abegail JakopMerge branch 'ajakop/16300'
2014-06-24 Abegail Jakopstmt_counting.exp: nested foreach runtime flag
2014-06-24 Abegail Jakopstmt_counting*: statement counting tests
2014-06-24 Frank Ch. Eiglerstapprobes man page: extend NON-DWARF probe section
2014-06-24 Frank Ch. Eiglertapset: in probefunc() doc blurb, recommend ppfunc()
2014-06-23 Jonathan Leboncheck.exp: add CHECK_ONLY to restrict tests
2014-06-23 Jonathan Leboninitscript: invert logic and fix DEFAULT_START
2014-06-22 Mark WielaardHandle DW_TAG_restrict_type.
2014-06-21 Frank Ch. Eiglercoverity fixes
2014-06-20 Abegail JakopMerge branch 'ajakop/16300'
next
This page took 0.050927 seconds and 5 git commands to generate.