]> sourceware.org Git - systemtap.git/shortlog
systemtap.git
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
2019-03-06 William CohenUse kallsyms_lookup_name to find save_stack_trace_regs...
2019-03-05 Serhei Makarovstapbpf PR22330 WIP :: deliver perf_events on correct...
2019-03-04 William CohenIf available, use kernel's save_stack_trace_regs()...
2019-03-01 Serhei MakarovAlso, /dev/kmsg should probably be opened 'w'
2019-03-01 Serhei MakarovDon't print to /dev/kmsg if it's unavailable
2019-03-01 Serhei Makarovtestsuite/systemtap.bpf :: tests should return, not...
2019-02-28 Serhei Makarovcachestat.stp: workaround the current limitations of...
2019-02-27 William CohenNewer kernels tapsets may use the kprobe.function(...
2019-02-27 William CohenHandle name change of do_brk to do_brk_flags in the...
2019-02-27 William CohenNewer kernels tapsets may use the kprobe.function(...
2019-02-27 William CohenCorrect at_register.stp test arch name for arm64.
2019-02-26 Serhei Makarovcachestat.stp: new example based on a bpftrace script...
2019-02-25 Serhei Makarovstapbpf PR22330 incomplete WIP :: rudiments of perf_eve...
2019-02-22 Frank Ch. Eiglersession.cxx diagnostics: don't dump kernel_functions...
2019-02-21 William CohenAdd __NR_chmod for missing defines on aarch64
2019-02-21 William CohenAdd more __NR_* for missing defines on aarch64 (and...
2019-02-20 Frank Ch. EiglerPR24239: avoid symbol/type resolution of unused globals...
2019-02-20 William CohenCorrect the at_register.exp test
2019-02-20 William CohenTurn on guru mode for at_deref1.stp use of @kderef
2019-02-20 Frank Ch. EiglerRHBZ1689180: correct group name typos in staprun.8
2019-02-19 William CohenRegenerate syscall_num.stp grouped by syscall name.
2019-02-19 William CohenGroup initialization using the same string literal...
2019-02-18 William CohenRegenerate the syscall mapping information to add aarch...
2019-02-18 William CohenUpdate dump-syscalls.sh to generate 32-bit syscalls...
2019-02-18 William CohenMatch arm64 non-dwarf syscall probe points
2019-02-15 Frank Ch. EiglerPR24199: don't use exceptions to signal type-resolution...
2019-02-15 Frank Ch. EiglerPR24199: at pass-2 verbosity > 3, trace $var error...
next
This page took 0.053659 seconds and 5 git commands to generate.