]> sourceware.org Git - systemtap.git/shortlog
systemtap.git
2016-09-12 David SmithMerge remote-tracking branch 'origin/master' into dsmit...
2016-09-09 Frank Ch. Eiglercopyright year bump
2016-09-09 Frank Ch. Eigler@variance runtime: fix map.c aggregate/calculations
2016-09-09 Frank Ch. Eiglerbump supported kernel version to 4.7
2016-09-09 Frank Ch. EiglerPR20423: tweak error message generation for case withou...
2016-09-08 Joe Gorsetweak whitespace for gcc warning compliance
2016-09-08 David SmithHandle testsuite 'spawn' calls correctly by calling...
2016-09-08 Frank Ch. Eiglertweak whitespace and @variance conflicting-bitshift...
2016-09-08 Martin CermakIntroduce new statistics operator @variance().
2016-09-07 David SmithAdd 'python' subdirectory and python script that resolv...
2016-09-06 David SmithAdd initial python probe support.
2016-09-02 Frank Ch. EiglerAUTHORS refresh
2016-09-02 Hemant Kumarsystemtap: Blacklist powerpc:hash_fault tracepoint
2016-09-01 Frank Ch. Eiglertweak error message for exhausted-overloaded-functions
2016-08-30 Felix Luinteractive mode: allow supplied script
2016-08-26 Josh Stonedwflpp: cache CU entry PCs for pr15123_retry_addr
2016-08-25 Ravi Bangoriappc64le: Fix LEP usage for probing
2016-08-25 Ravi Bangoriappc64le: Store correct function entry address in symbol...
2016-08-24 David SmithAdd 'list-unfinished' target to the top-level Makefile.
2016-08-24 Felix Ludon't colorize stap -L for non tty
2016-08-23 Felix Luinteractive mode command aliases
2016-08-23 Cody SantingInteractive mode example commands
2016-08-23 Cody SantingUpdate help commnd for interactive mode
2016-08-23 Felix Lustap.1 man page interactive entry
2016-08-23 Felix Lucleanup --help text
2016-08-23 Felix Lumodify interactive mode load behavior
2016-08-23 Martin CermakAdd testcase for RHBZ1269062.
2016-08-22 Felix Lufix interactive mode empty script saving
2016-08-22 David SmithFix PR20504 by updating xfs/nfs4 tracepoint support...
2016-08-22 Felix LuPR14787: colorize stap -L probe points
2016-08-18 David SmithFix a '--rlimit-*' option problem identified by BZ1368188.
2016-08-18 David SmithUpdate procmod_watcher.stp example for more modern...
2016-08-17 David SmithTweak [gs]etgroups syscall test cases for aarch64.
2016-08-17 David SmithMake [nd_]syscall.sched_[gs]etaffinity probes fully...
2016-08-17 Felix LuPR20149: place all .function probes at entry
2016-08-15 Felix Luadd section for -T in stap --help
2016-08-12 Cody SantingPR15932: printf %m/%M user variant
2016-08-12 Felix Lustore auto_path string in probe point
2016-08-12 Frank Ch. Eiglerstap startup message: tweak invitation to use '-i'...
2016-08-12 Frank Ch. EiglerPR20433: simplify strcpy NULL-tolerance with inlined...
2016-08-12 Felix Lusome auto_path test case
2016-08-12 Felix Lumove auto_path expansion to tapset resolution phase
2016-08-12 Martin CermakFix testsuite's list-unfinished makefile target
2016-08-11 Cody SantingUpdate interactive mode
2016-08-11 Frank Ch. EiglerRHBZ1312169: make stap-prep fall back to debuginfo...
2016-08-11 David SmithFix(ish) for PR20433 by avoiding a fedora kernel crash.
2016-08-09 Felix Lufilename based auto path tapset support
2016-08-09 Felix Luoverloading testcase
2016-08-09 Felix Lusome function overloading optimizations
2016-08-09 Felix LuPR20217: overload warnings
2016-08-04 David SmithFix a couple of conversions.stp tapset problems and...
2016-08-03 Felix LuPR10485: auto-path tapset support
2016-08-03 Felix LuPR19906: absolute pathnames for vfs.* probes
2016-07-31 Frank Ch. EiglerPR20423: improve 'struct {...} being accessed instead...
2016-07-29 Igor Zhbanovsystemtap.spec: add systemd as BuildRequires & Requires...
2016-07-27 Frank Ch. EiglerPR20416 cont'd: kprobe.function.return @entry too
2016-07-27 Frank Ch. EiglerPR20416: handle @entry(@perf("..."))
2016-07-27 Frank Ch. Eiglerdejagnu testsuite driver: collect output during startup...
2016-07-26 David SmithFix a locking problem in the task_finder.
2016-07-26 Ravi BangoriaAdd a non-optimized test to testsuite/systemtap.base...
2016-07-25 Felix LuSuppress empty builder error message
2016-07-25 David SmithUse the standard testsuite 'kill' procedure in unprivil...
2016-07-25 David SmithImprove session state and transport state handling.
2016-07-25 Cody SantingMerge branch 'csanting/PR19489'
2016-07-25 Josh Stonepfaults.stp: correct the fault_entry_time index
2016-07-25 Martin CermakDon't use as_root() to run stap within tapset_functions.exp
2016-07-25 Frank Ch. Eiglerstapprobes.3: Spell out that $context variables are...
2016-07-25 David SmithUse our standard testsuite 'kill' procedure in several...
2016-07-25 David SmithFix handling of internal transport flags.
2016-07-25 David SmithMake sure the unprivileged_myproc.exp testcase kills...
2016-07-25 David SmithUpdate sendmmsg syscall test.
2016-07-25 Josh StoneTweak autocast-defined interactions further
2016-07-25 Josh StoneIncrease the difficulty of semok/autocast14.stp
2016-07-25 Frank Ch. EiglerPR18079: support nested autocast / @defined
2016-07-21 Josh Stonepfaults.stp: correct the fault_entry_time index
2016-07-21 Martin CermakDon't use as_root() to run stap within tapset_functions.exp
2016-07-19 Frank Ch. Eiglerstapprobes.3: Spell out that $context variables are...
2016-07-18 David SmithUse our standard testsuite 'kill' procedure in several...
2016-07-15 David SmithFix handling of internal transport flags.
2016-07-15 David SmithMake sure the unprivileged_myproc.exp testcase kills...
2016-07-13 David SmithUpdate sendmmsg syscall test.
2016-07-12 Josh StoneMerge branch 'fche/pr18079'
2016-07-12 Cody SantingPR19489: Update send syscalls to use buffer_quoted
2016-07-09 Josh StoneTweak autocast-defined interactions further
2016-07-08 Alexander LochmannUpdate aux_syscalls.stp for android 3.0 kernels.
2016-07-08 David SmithUpdate fanotify.c syscall test case.
2016-07-08 David SmithFix testsuite redirection problems.
2016-07-07 Cody SantingMerge branch 'master' of ssh://sourceware.org/git/systemtap
2016-07-07 Cody SantingPR19489: Update probe aliases to use new *buffer_quoted...
2016-07-07 Alexander LochmannFix cputime_to_msecs() macro for broken android 3.0...
2016-07-07 Alexander LochmannUpdated PR_SET_MM_* flag list for kernels that don...
2016-07-06 Felix LuPR19953: netfilter packet content dumping
2016-07-04 Cody SantingMerge branch 'csanting/PR19489'
2016-07-04 Cody SantingPR19489: Update user/kernel_buffer_quoted_warn tapset...
2016-07-04 Cody SantingPR19489: Add *_buffer_quoted tapset functions
2016-07-01 David SmithPartial PR19905 fix: Fix nd_syscall.{preadv2,pwritev2).
2016-07-01 Martin CermakTest cover PR20307 (commit e5c209c).
2016-06-30 Frank Ch. EiglerPR20307: fix references to private global in tapset
2016-06-30 Felix Luadd private keyword syntax highlighting
2016-06-29 Martin CermakAvoid null pointer exception in the ioscheduler.elv_add...
next
This page took 0.116155 seconds and 5 git commands to generate.