]> sourceware.org Git - systemtap.git/shortlog
systemtap.git
2019-05-16 Serhei Makarovtestsuite/systemtap.examples :: add test_{,install...
2019-05-15 Serhei Makarovstapbpf/bpfinterp.cxx (map_get_next_key) :: try to...
2019-05-14 Frank Ch. Eiglerspin-rawhide: usability tweaks
2019-05-14 Frank Ch. EiglerPR gdb/24541: tweak i386 sys/sdt.h register operand...
2019-05-13 Serhei Makarovstapbpf fix for GCC9 :: use ((nonstring)) attr for...
2019-05-13 Carlos O'Donellsystemtap-service.8 man page typo
2019-05-10 Frank Ch. Eiglerstapbpf.cxx: typo fix
2019-05-09 Serhei Makarovstapbpf/stapbpf.cxx :: fix perf_fds packing code for...
2019-05-09 Serhei Makarovstapbpf/stapbpf.cxx :: placate the gods of Coverity
2019-05-09 Serhei Makarovstapbpf/bpfinterp.cxx :: placate the gods of Coverity
2019-05-09 Jafeer UddinPR23074: fix guru mode issue with generated calls to...
2019-05-09 Frank Ch. Eiglerstapbpf.cxx sysconf() coverity nit
2019-05-07 Frank Ch. Eiglerupdate-docs pass
2019-05-07 Serhei Makarovbegin next release work: bump version to Ultimate Answer
2019-05-07 Serhei Makarovsystemtap.spec: inconsequential(?) typo
2019-05-07 Serhei MakarovNEWS, systemtap.spec :: bump release by 1d release-4.1
2019-05-07 Serhei MakarovNEWS :: 4.1 release is go
2019-05-06 Frank Ch. Eiglerruntime: on kernels >= 4.0, multiple concurrent systemt...
2019-05-06 Frank Ch. Eiglerexamples index regen
2019-05-06 Frank Ch. Eiglerprerelease docs regen
2019-05-06 Frank Ch. EiglerPRERELEASE content bump
2019-05-06 Frank Ch. Eiglercopyright year updates
2019-05-06 Serhei MakarovNEWS :: mention ktime_get_real_fast_ns() from commit...
2019-05-04 Serhei MakarovNEWS :: mention BPF tapset functions
2019-05-04 Serhei Makarovadd recent AUTHORS
2019-05-03 Jafeer UddinNEWS: document added support for unhandled DW_OP_GNU_pa...
2019-05-03 Serhei Makarovstapbpf/stapbpf.8 :: update based on recent stapbpf...
2019-05-03 Serhei MakarovNEWS :: document recent stapbpf additions
2019-05-03 Serhei MakarovNEWS :: fxi tyops
2019-05-03 William CohenAllow preprocessor.exp test to work with 5.x kernels
2019-05-03 Serhei Makarovstapbpf fixup for 4.1 :: typo in error message
2019-05-03 Serhei Makarovstapbpf PR23476 fixup :: typo in stat2.stp testcase
2019-05-03 Serhei Makarovstapbpf PR23476 :: add tests for stat array and foreach
2019-05-03 Serhei Makarovstapbpf PR23476 :: enable foreach iteration for stat...
2019-05-03 Serhei Makarovpr23476 fixup for 4.1 :: fix interned_aggregates layout
2019-05-02 Serhei Makarovpr23476 fixup for 4.1 :: remove not-yet-supported tests
2019-05-02 Serhei Makarovpr23476 fixup for 4.1 :: typo fix in array stat map...
2019-05-02 Serhei Makarovpr23476 fixup for 4.1 :: catch map_id < 0 in unexpected...
2019-05-02 Serhei Makarovpr23476 fixup for 4.1 :: include bpf-shared-globals...
2019-05-02 Serhei Makarovstapbpf PR23476 WIP (4/6) :: proof-of-concept statistic...
2019-05-02 Serhei Makarovstapbpf PR23476 (3/6) :: add testcases
2019-05-02 Serhei Makarovstapbpf PR23476 (2/7) :: generate scalar+array stat...
2019-05-02 Serhei Makarovstapbpf PR23476 (1/7) :: redesign struct globals for...
2019-05-02 William CohenForce correct order of evaluation of macro arguments...
2019-05-01 Frank Ch. Eiglerruntime task_finder2: allocate large enough array for...
2019-04-30 Frank Ch. EiglerNEWS: mention pass-2 speedup
2019-04-29 Frank Ch. Eiglerrhbz1703264: use rpm boolean-dependencies for Recommend...
2019-04-26 Serhei Makarovstapbpf test failures fix :: handle empty blocks in...
2019-04-24 Jafeer UddinPR23074: add support for unhandled DW_OP_GNU_parameter_...
2019-04-23 William CohenAdjust syscall_get_arguments to match kernel's implemen...
2019-04-10 William CohenDisable kprobe optimization again
2019-04-04 David Warddoc/Makefile: Fix command list syntax
2019-04-04 David Wardoverload.py: Fix python version 2/3 compatibility
2019-04-04 David Wardconfigure: Fix handling of python versions 2 and 3
2019-04-04 Serhei Makarovstapbpf.cxx (instantiate_maps) :: temporary fix for...
2019-04-03 Frank Ch. Eiglerregen po/* with update-po
2019-04-03 Frank Ch. EiglerPR24408 @{u,k}register(regno) index/context checking
2019-04-01 Frank Ch. Eiglersession.cxx: bump kernel-tested version to 5.1-rc2
2019-04-01 William CohenAdd needed arch_syscall0_prefix define for arm64
2019-04-01 Serhei Makarovstapbpf interpreter improvement
2019-03-31 William CohenUpdate _stp_sockopt_optname_list[] to match current...
2019-03-28 Frank Ch. EiglerPR24395: --ldd: add another interpreter path
2019-03-26 Frank Ch. EiglerPR24239 redux: testsuite / dump fallout on incremental...
2019-03-26 Serhei MakarovPR23875,PR23816,PR24358 :: tentatively remove testsuite...
2019-03-26 Serhei MakarovPR23875 :: support string map keys in foreach iteration
2019-03-26 Serhei MakarovPR23875 test fixup :: should exit()
2019-03-22 Serhei Makarovsystemtap.examples :: driveby permissions fix
2019-03-22 Serhei Makarovsystemtap.examples :: cachestat.stp can use format...
2019-03-22 Serhei Makarovstapbpf PR24358,PR23816 :: enable testcases
2019-03-22 Serhei Makarovstapbpf PR24329,PR23816 :: Properly allocate space...
2019-03-22 Frank Ch. EiglerPR24239 regression fix: global_access.exp
2019-03-22 William CohenFix the speculate.stp test
2019-03-21 Frank Ch. Eiglerbrown paper bag fixes from last commit
2019-03-21 Frank Ch. EiglerPR24239 PR24363 accelerate & correct embedded-c var...
2019-03-20 Martin CermakAdd more __NR_* for missing defines on s390x.
2019-03-20 Martin CermakMake testcase bz1027459.exp less sensitive to dwarf...
2019-03-20 Martin CermakAdapt testcase bz1027459.exp to commit 126c384c.
2019-03-20 Martin CermakFix trivial ppc64* compilation issue.
2019-03-19 William CohenOptimize nettop.stp example
2019-03-19 William CohenOptimize sig_by_pid.stp, sig_by_proc.stp, and syscalls_...
2019-03-19 William CohenUse statistical aggregates in iodevstats.stp, iostats...
2019-03-19 Serhei MakarovMerge branch 'stapbpf/pr22330': generate printf via...
2019-03-19 William CohenUse statistical aggregates to reduce overhead and conte...
2019-03-18 Serhei Makarovstapbpf PR22330 cleanup and fixes :: note PR24358 may...
2019-03-15 Serhei Makarovstapbpf PR22330 fix :: support for non-contiguous activ...
2019-03-14 Serhei Makarovstapbpf PR22330,PR23816 :: add testcases
2019-03-14 Serhei Makarovstapbpf PR22330 :: cleanup round 3 of n (sprintf typo...
2019-03-14 Serhei Makarovstapbpf PR22330 :: cleanup round 2 of n
2019-03-13 Jafeer UddinPR24327: Remove printing of unused synthetic globals
2019-03-13 William CohenMake varwatch.stp work regardless of kprocess.release...
2019-03-12 Serhei Makarovstapbpf PR22330 fixes :: identify format types of pe_un...
2019-03-11 Serhei Makarovstapbpf emit_string_copy() fix :: handle the case of...
2019-03-11 Serhei Makarovstapbpf PR22330 WIP :: transport layer bugfixes and...
2019-03-11 Serhei Makarovstapbpf PR22330 WIP :: assembler tweaks to support...
2019-03-08 Serhei Makarovstapbpf PR22330 WIP :: change exit.stp to send perf_eve...
2019-03-08 Serhei Makarovstapbpf assembly :: add pseudoregister (= this_in_arg0...
2019-03-08 Serhei Makarovstapbpf PR22330 WIP :: add interned strings section...
2019-03-08 Serhei Makarovstapbpf PR22330 WIP :: decode perf_events arguments
2019-03-07 Jafeer UddinPR16596, PR24224: rework handling of DW_OP_GNU_entry_value
2019-03-07 William CohenDo the search save_stack_trace_regs() in the stap modul... wcohen/backtrace
next
This page took 0.051443 seconds and 5 git commands to generate.