]> sourceware.org Git - systemtap.git/shortlog
systemtap.git
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...
2019-02-15 Frank Ch. EiglerPR24199: loc2stap: propagate dwarf DIE() source locatio...
2019-02-13 William CohenAdjust noptrace.stp to avoid modifying ptrace syscall...
2019-02-12 William CohenUpdate pfiles.stp to work with Linux 4.17 and newer
2019-02-12 Frank Ch. EiglerPR24217: stap -p2 speedup, condition-expression processing
2019-02-12 Martin CermakConditionally define __NR_bdflush in systemtap runtime.
2019-02-11 Serhei Makarovtestsuite/systemtap.bpf :: couple of bpf_tests clarific...
2019-02-11 Frank Ch. Eiglerfix embedded-c tag memoization thinko
2019-02-10 Frank Ch. Eiglerpass-2 optimization: embedded-c code pragma searching
2019-02-08 Martin CermakSet up a BPF related testcase blacklist for regression...
2019-02-07 Frank Ch. Eiglerlinux api update: compat_time* structs
2019-02-07 Frank Ch. Eiglerlinux api update: FAN_ALL_CLASS_BITS
2019-02-05 Frank Ch. Eiglerunwinder: increase MAX_CFI to 8192 after a census of...
2019-02-05 Frank Ch. Eiglerruntime: adapt to uapi/linux/mount.h changes
2019-02-04 Serhei Makarovdummy commit to force buildbot rebuilds
2019-02-04 Frank Ch. Eiglerbuildrun.cxx: older g++ compatibility: no std::string...
2019-02-04 David WardHandle installation without stapusr group
2019-02-04 David WardSimplify creation of groups during installation
2019-02-04 Hou TaoFix get_user_pages() autoconf test for 4.4.y kernel
2019-02-04 Frank Ch. Eiglerlkm-runtime time.c: prefer 4.15+ ktime_get_real_fast_ns
2019-02-02 Frank Ch. Eiglerlinux 5.0-rc3 adaptations
2019-01-31 Frank Ch. Eiglerparser: allow larger arrays
2019-01-29 Frank Ch. Eiglerstap man page: document histogram per-bucket access...
2019-01-25 Serhei MakarovPR16406 fixup :: correct comparison in _stp_module_check
2019-01-16 Serhei MakarovPR10280 initial fix: force vermagic for guru-mode scripts
2019-01-08 Martin CermakMake testcase at_var.exp work with stap-4.1+ and kernel...
2019-01-03 Serhei Makarovstap-prep: switch typo ($NEEDED => $package)
2018-12-18 Jafeer UddinPR16596: add support for DW_OP_GNU_entry_value in locat...
next
This page took 0.046708 seconds and 5 git commands to generate.