]> sourceware.org Git - systemtap.git/shortlog
systemtap.git
2018-10-11 William CohenAdjust iotime.stp to work with newer Linux kernels...
2018-10-11 Frank Ch. EiglerPR23760: allow wildcarded .statement() expansion for...
2018-10-11 Frank Ch. EiglerNEWS: reword / collect the syscall tapset changes
2018-10-10 Jafeer UddinNEWS: mention kernel 4.17+ syscall fix
2018-10-10 William CohenAvoid using target variable and @entry() in syscall...
2018-10-10 Serhei MakarovNEWS :: fxi tyops
2018-10-10 Serhei Makarovstapbpf.8 :: update based on recent development work
2018-10-09 Jafeer UddinPR23160,PR14690: adapt last few syscalls for 4.17 __ARC...
2018-10-08 William CohenAdd syscall_any.stp to buildok tests to test this new...
2018-10-08 William CohenAdd really simple glib2 example.
2018-10-05 William CohenAdd a simple php-trace.stp to show the tracepoints.
2018-10-05 Frank Ch. Eiglersamples: add cve-2018-14634 security band-aid
2018-10-04 William CohenAdd stap_time.stp example.
2018-10-04 Frank Ch. Eiglerrhbz1629623: adapt to CONFIG_HAVE_ARCH_PREL32_RELOCATIO...
2018-10-03 Jafeer UddinPR23160,PR14690: adapt 31 more syscalls for 4.17 __ARCH...
2018-10-03 Masanari IidaFix typos in exists.stp
2018-10-02 William CohenAdd a comment in thread-times.stp to clarify the reason...
2018-10-01 William CohenAdd some Tcl examples.
2018-10-01 William CohenCorrect to use @hist_log in description.
2018-09-27 Masanari IidaFix a typo in api.cxx
2018-09-27 William CohenChange the tapset file name to get matching tapset...
2018-09-27 William CohenConvert the various systemtap examples to use the sysca...
2018-09-27 William CohenAdd the syscall_any and syscall_any.return probe points
2018-09-27 William CohenAdjust comment in tapset/errno.stp so the documentation...
2018-09-27 William CohenUse sys_enter and sys_exit tracepoints in place of...
2018-09-21 William CohenFix typo on s390 nd_syscall.compat_fallocate probe...
2018-09-21 William CohenUse existing "limits" keyword for cpu_throttle.stp...
2018-09-21 William CohenAdd ioctl_handler.stp example
2018-09-20 Jafeer UddinPR23160,PR14690: adapt 32 more syscalls for 4.17 __ARCH...
2018-09-17 William CohenNote the need for debuginfo for threadstacks.stp.
2018-09-17 Jafeer UddinPR23160,PR14690: adapt 27 more syscalls for 4.17 __ARCH...
2018-09-17 Yichun Zhang... Fix a regression that reading 64-bit registers on x86_6...
2018-09-16 Yichun Zhang... Fix the register() and u_register() tapset functions...
2018-09-16 Yichun Zhang... PR23599 Bugfix: the embeddedcode info pass incorrectly...
2018-09-16 Yichun Zhang... PR23666 Fix a bug in semantic analysis of aggregate...
2018-09-14 Frank Ch. Eiglerditto
2018-09-14 Frank Ch. Eiglerdummy commit for ci trigger
2018-09-14 Frank Ch. Eiglerspin-rawhide: accelerate git checkout
2018-09-14 William CohenDo some testing of the sizeof_interactive.stp script.
2018-09-14 William CohenIgnore the error value returned by the find command...
2018-09-13 William CohenAdd the libguestfs example.
2018-09-12 Serhei MakarovPR23608 refine_*: replace assertion failure with regex_...
2018-09-12 Frank Ch. Eiglertestsuite configury: typo fix for make check, transcrib...
2018-09-12 Frank Ch. Eiglersyscalls: adapt sample scripts: syscall.*.return return...
2018-09-12 Frank Ch. EiglerPR23160,PR14690: convert syscall.*.return aliases to...
2018-09-12 Frank Ch. EiglerPR23160,PR14690: prep returnval() for an extra side...
2018-09-12 Frank Ch. Eiglertestsuite configury: for make check, transcribe dejagnu...
2018-09-12 Frank Ch. Eiglertestsuite: prepare for working tp_syscall.exp suite
2018-09-10 Jafeer UddinRevert "PR23160,PR14690: fix syscalls that broke after...
2018-09-10 Frank Ch. EiglerRevert "tapset/errno.stp: learn about CONTEXT->sregs"
2018-09-10 William CohenUse @entry() in return probes to avoid warnings
2018-09-10 Jafeer Uddin PR23160,PR14690: adapt 29 more syscalls for 4.17 __ARC...
2018-09-10 William CohenCorrect measureinterval.meta test_installcheck command.
2018-09-10 Frank Ch. Eiglertracepoints: support cachefiles/fscache tracepoints
2018-09-09 Stan CoxRun postgres and mysql apps tests with both uprobes...
2018-09-07 William CohenAdd the measureinterval.stp example
2018-09-07 David SmithAdd a python script to clean up container images more...
2018-09-07 David SmithImprove handling by the http server for target exe...
2018-09-07 Serhei MakarovPR23608: rebalance arc_priorities to avoid overflow.
2018-09-07 Jafeer UddinPR23160,PR14690: fix syscalls that broke after adding...
2018-09-07 Stan CoxUse offset to beginning of .probes section for sdt...
2018-09-07 William CohenAvoid name collision with the existing installed python...
2018-09-06 William CohenCorrect permissions for systemtap.interactive/*.exp...
2018-09-06 William CohenCorrect the permissions for interrupts-by-dev.* example...
2018-09-05 Frank Ch. Eiglertapset/errno.stp: learn about CONTEXT->sregs
2018-09-05 Yichun ZhangParentheses after unary '&' with a target-symbol expres...
2018-09-05 William CohenAdd _NR_* defines for syscalls that older kernels do...
2018-09-05 Yichun Zhang... Minor Tcl code tweaks in the test_simple module
2018-09-05 Frank Ch. EiglerMake -Wno-tautological-compare optional
2018-09-05 Jafeer UddinPR23160,PR14690: fix more undeclared macro errors
2018-09-05 Yichun Zhang... Update all my recently committed test files to use...
2018-09-05 Yichun Zhang... Add new Tcl/DejaGnu test module test_simple to simplify...
2018-09-04 Frank Ch. EiglerREADME: mention "make rpm" as possible build alternative
2018-09-04 Jafeer UddinPR23160,PR14690: adapt 31 more syscalls for 4.17 __ARCH...
2018-09-03 Frank Ch. EiglerNEWS: mention stap-exporter
2018-08-31 Yichun Zhang... Add support for return statements without values
2018-08-31 Yichun Zhang... Avoid long lines in some test files.
2018-08-31 Aaron Mereystap-exporter: add examples to default
2018-08-31 Yichun Zhang... Add new built-in tapset function abort()
2018-08-31 Jafeer UddinPR23160,PR14690: fix undeclared __NR_* macro error...
2018-08-31 William CohenCorrect whythefail.meta test_check.
2018-08-31 William CohenUse returnval() rather than $return for various syscall...
2018-08-31 Frank Ch. Eiglerprometheus sample: syscallerrorsbypid.stp: add execname...
2018-08-30 William CohenUse a more stable function name for running the linetim...
2018-08-30 William CohenHave whythefail.stp probe a function that's name has...
2018-08-30 William CohenUse returnval() for syscalls.*.return in pstree.stp
2018-08-30 Frank Ch. EiglerBZ1619413: permit rpm brp_mangle, except for .stp files
2018-08-28 Zexuan LuoMigrate THIS->__retvalue to STAP_RETVALUE in tapset
2018-08-28 Yichun Zhang... Minor fixes in test files at_var_print.exp & tautologic...
2018-08-28 Yichun Zhang... Make the 3rd operand of ternary '?:' bind tighter than...
2018-08-27 Frank Ch. Eiglersysc_fstat.stp typo fix
2018-08-27 Frank Ch. EiglerPR23572 workaround: add an alarm() around some dyninst...
2018-08-27 Jafeer UddinPR23160,PR14690: adapt 36 more syscalls for 4.17 __ARCH...
2018-08-24 Yichun Zhang... Pass -Wno-tautological-compare when building kernel...
2018-08-23 Yichun Zhang... Fix a bug in atvar_op::print: we did not output the...
2018-08-23 William CohenMake syscallerrorsbypid.stp and syscalllatency.stp...
2018-08-23 Frank Ch. Eiglerstap-exporter: add testsuite etc.
2018-08-21 Serhei Makarovstapbpf/bpfinterp.cxx remove_tag(): avoid segfault...
2018-08-21 Frank Ch. Eiglerstap-exporter man page tweaks
2018-08-21 Frank Ch. Eiglerconfigury: let "make rpm" generate a timestamped Releas...
next
This page took 0.053316 seconds and 5 git commands to generate.