]> sourceware.org Git - systemtap.git/shortlog
systemtap.git
2021-11-01 Frank Ch. Eiglerruntime: port to kernel 5.15-rc
2021-10-31 Frank Ch. Eiglerconfigury: fix -ltbb for DYNINST_LIBS
2021-10-30 Frank Ch. Eiglerstaprun/relay.c: bypass compiler warning
2021-10-30 Frank Ch. EiglerPR28449: fix cross-cpu message ordering
2021-10-29 Serguei Makarovsystemtap.base/labels.exp: also accept 'Child process...
2021-10-29 William CohenAdd info about guru-mode checks and syscall_any tapset...
2021-10-28 William CohenAdjust analysis code to compile with older Dyninst 9
2021-10-28 William CohenUpdate test_unused.exp to match current unused variable...
2021-10-28 William CohenTolerate dyninst10's need for -lboost_system in analysi...
2021-10-27 William CohenMake the liveness warning 32-bit agnostic
2021-10-26 William CohenAssert that anything other than 32-bit or 64-bit proces...
2021-10-26 William CohenRemove developmental diagnostic output in code.
2021-10-26 William CohenAdd caching for the liveness data structure
2021-10-26 William CohenCache the dyninst of the binaries
2021-10-26 William CohenAdd a test to check that the liveness analysis is repor...
2021-10-26 William CohenUse the elf_path in mod_info as that always points...
2021-10-26 William CohenRemove the unused attribute now that the location_conte...
2021-10-26 William CohenOutput warning message when liveness detect write to...
2021-10-26 William CohenEliminate unnecessary CodeRegion discovery
2021-10-26 William CohenDo liveness analysis after location information set...
2021-10-26 William CohenAdd register mappings for aarch64 and powerpc architectures
2021-10-26 William CohenAdd support to handle 32-bit x86 binaries
2021-10-26 William CohenShow the liveness information at points being probed
2021-10-26 William CohenMove HAVE_DYNINST setting back to original/correct...
2021-10-26 William CohenUpdate configure machinery and add files to hold Dynins...
2021-10-25 William CohenAdd symbolic link so syscall_any tapset works for riscv...
2021-10-25 William CohenUpdate the syscall<->number mappings for syscall_any...
2021-10-25 William CohenUpdate syscall_any number<->name maps to include syscal... wcohen/bpf_syscall_any_v2
2021-10-25 William CohenPull in the includes to get strace syscall info from...
2021-10-14 Serguei Makarovstap_run.exp: accept 'WARNING: Child process exited...
2021-10-13 Stan CoxSupport softfloat by dyninst backend.
2021-10-12 Frank Ch. EiglerBZ2012907 systemtap.spec: use sysuser.d/* for user...
2021-10-11 William CohenAllow stopwatch example to run with bpf backend.
2021-10-11 William CohenAdd various tapset/bpf files (and links) to support...
2021-10-11 William CohenUpdate syscall_num.stp mappings between syscall number...
2021-10-11 William CohenAllow multiple architecture syscall_num.stp files to...
2021-10-11 William CohenUpdate dump-syscalls.sh to work with newer strace-code
2021-10-08 Stan CoxAdd support for s390 floating point registers
2021-10-04 Sultan Alsawafstaprun: don't colorize the space following the warning...
2021-10-04 Sultan Alsawafstaprun: make the previous commit obey the color_errors...
2021-10-04 Sultan Alsawafstaprun: fix warning/error/dbug eprintf() races causing...
2021-10-01 Sultan Alsawafruntime: make _stp_vlog() more robust to avoid truncati...
2021-09-30 Stan CoxPR27829: Support floating point values passed through...
2021-09-29 Nir Soffertestsuite traceaio.c
2021-09-29 Nir SofferFix traceaio with IO_CMD_{PREAD,PWRITE}
2021-09-29 Frank Ch. Eiglertraceaio example: tweak @cast and IOCB_CMD_*
2021-09-29 Nir SofferFix traceaio with IO_CMD_{PREAD,PWRITE}
2021-09-24 Frank Ch. EiglerPR28384: convert more nfs_proc.stp server_ip to string
2021-09-23 Nir SofferAdd traceaio example
2021-09-20 William CohenCorrect RISC-V handling of SDT markers and document...
2021-09-17 Sultan AlsawafFix races in perf probe task finder callback
2021-09-14 Di ChenThe /* pc=0x... */ is no longer printed by "stap -v...
2021-09-14 William CohenUse task_state tapset function to avoid task_struct...
2021-09-10 Frank Ch. Eiglertapset: start adopting kernel netif_* tracepoints in...
2021-09-07 Frank Ch. Eiglerdwflpp.h: add conditional EM_RISCV define
2021-09-07 William CohenAdd dwarfless register access for RISC-V
2021-09-07 William CohenAdd bactrace support for RISC-V
2021-09-07 William CohenRISC-V dwarf register number to pt_reg mappings
2021-09-07 William CohenEliminate the sa_restorer field in sigaction struct...
2021-09-07 William CohenAvoid generating problematic asynchronous unwind tables...
2021-09-07 William CohenAdd RISC-V 64-bit processor support
2021-09-07 William CohenAdd the actual RISC-V syscall-number mappings to the...
2021-09-07 William CohenAdd creation of mappings between syscall names and...
2021-09-07 William CohenRISC-V doesn't have crash available, disable it for...
2021-09-07 William CohenUpdate to newer config.guess to support RISC-V
2021-08-30 Stan CoxUse lex_cast instead of to_string when shortening funct...
2021-08-27 Sultan AlsawafRevert "runtime: unregister the control channel before...
2021-08-27 Sultan Alsawafruntime: fix panics when polling on the control channel...
2021-08-26 Stan CoxShorten function names that will exceed the kernel...
2021-08-25 Frank Ch. Eiglerruntime/transport: add a comment blurb for ordering...
2021-08-25 Sultan Alsawafruntime: unregister the control channel before cleaning up
2021-08-24 Serguei Makarovbpf pr23478 :: test non-unique key/val iteration
2021-08-24 Serguei Makarovbpf pr23478 :: test multi-key associative array iteration
2021-08-24 Serguei Makarovrhbz1938312: un-disable bpf.exp after kernel bugfix
2021-08-24 Serguei Makarovpr23478 WIP: fixes for existing foreach testcases
2021-08-24 Serhei Makarovpr23478 WIP: rework bpf foreach to handle multi-key...
2021-08-19 Stan CoxRun task_fd_lookup.exp with --compatible 4.0
2021-08-06 Junlong LiPR28184: Adapt to kernel rename __fcheck_files to files...
2021-08-06 Junlong LiPR28184: Adapt to kernel rename __fcheck_files to files...
2021-08-06 Frank Ch. Eiglertestsuite: time-limit auxiliary child processes
2021-07-30 Serguei Makarovstapbpf bugfix: missing in_block() in try-catch code
2021-07-26 Frank Ch. Eiglerreleng: ditch custom pie/ssp CFLAGS engine in configure.ac
2021-07-26 Frank Ch. EiglerPR28079: Adapt to kernel 5.14 task_struct.__state change
2021-07-26 Frank Ch. Eiglerruntime: adapt to -Werror=implicit-fallthrough=5, dynin...
2021-07-26 Frank Ch. EiglerPR28140: kernel 5.14-rc adaptation, jump_label_patch
2021-07-23 Frank Ch. Eiglerruntime: adapt to -Werror=implicit-fallthrough=5
2021-07-22 Stan CoxRevert to using test_tsk_thread_flag for uprobes2
2021-07-20 William CohenPR27984: Adjust the address so dwfl_module_addrinfo...
2021-07-19 Stan CoxPR28079: Adapt to kernel 5.14 task_struct.__state change
2021-07-16 Frank Ch. Eiglertestsuite item typo fix
2021-07-14 Frank Ch. EiglerPR27934: give fuller diagnosis for pass-5 probe-registr...
2021-07-14 Serhei MakarovPR27820 tapset/bpf/logging.stp: implement abort() tapse...
2021-07-14 Serhei MakarovPR27820 tapset/bpf/logging.stp: move bpf versions of...
2021-07-13 Frank Ch. Eiglerruntime: linux 5.14 compat: <linux/panic_notifier.h>
2021-07-13 Du Zheruntime: fix unintended compile error with autoconf...
2021-07-13 Frank Ch. EiglerRevert "systemtap.spec: don't buildrequire emacs"
2021-07-13 Frank Ch. Eiglerspin-rawhide: ok tweak the git-archive top level path too
2021-07-13 Frank Ch. Eiglerspin-rawhide: switch to ~ versioning for Source: file...
2021-07-13 Frank Ch. Eiglerspin-rawhide: switch to ~ versioning for n-v-r
2021-07-13 Sultan Alsawaftask_finder_vma: add autoconf check for hlist_add_tail_...
next
This page took 0.0507 seconds and 5 git commands to generate.