lp:systemtap
- Get this repository:
-
git clone
https://git.launchpad.net/systemtap
Import details
This repository is an import of the Git repository at git://sourceware.org/git/systemtap.git.
Last successful import was .
Branches
Name | Last Modified | Last Commit |
---|---|---|
master | 2024-10-02 07:31:27 UTC |
PR32209: Improve the fix per bugzilla comment #6
Author:
Martin Cermak
PR32209: Improve the fix per bugzilla comment #6 |
mcermak-pr30321 | 2024-04-25 21:27:38 UTC |
Drop unneeded comment
Author:
Martin Cermak
Drop unneeded comment |
wcohen/nfs202404 | 2024-04-17 14:08:52 UTC |
Make probing NFSD V2 probe points optional in buildok/nfsd-detailed.stp test
Author:
William Cohen
Make probing NFSD V2 probe points optional in buildok/ Newer kernels have removed NFSD V2 suport (CONFIG_NFSD_V2 is not set). |
mcermak-pr3040 | 2023-10-25 09:34:25 UTC |
Add a testcase
Author:
Martin Cermak
Add a testcase |
origin/ |
2023-10-23 00:09:59 UTC |
Added test case and documentation to NEWS
Author:
Housam Alamour
Added test case and documentation to NEWS |
fche/pr29108 | 2023-08-11 15:32:30 UTC |
PR29108 / BZ2095359: snapshot 5: read/poll simplification
Author:
Frank Ch. Eigler
PR29108 / BZ2095359: snapshot 5: read/poll simplification Simply use reader_timeout_ms in bulk/serialized mode for all ppoll |
wcohen/coverity2023 | 2023-07-31 14:31:22 UTC |
Add coverity annotation to indicate overflow in bpfinterp.cxx is intentional
Author:
William Cohen
Add coverity annotation to indicate overflow in bpfinterp.cxx is intentional |
wcohen/202304_fixes | 2023-04-25 14:56:47 UTC |
Test for kernels that backported removal of <linux/genhd.h> include
Author:
William Cohen
Test for kernels that backported removal of <linux/genhd.h> include Some kernels (RHEL9) backported patches that removed the |
wcohen/stack_sizes | 2023-02-15 14:56:48 UTC |
WIP: Add support for handling qemu coroutines and stack switching.
Author:
William Cohen
WIP: Add support for handling qemu coroutines and stack switching. This probes the places that the stacks are created and the coroutines |
wcohen/preempt_bug | 2022-11-04 15:12:05 UTC |
Ensure that SystemTap runtime uses smp_processor_id() in proper context
Author:
William Cohen
Ensure that SystemTap runtime uses smp_processor_id() in proper context There were cases on Fedora 36 and Rawhide running kernels with [ 257.544406] check_preemptio This issue was introduced by git commit 1641b6e7ea which added a fast |
wcohen/linu-6.1 | 2022-11-01 02:48:29 UTC |
Adjust runtime/linux/task_finder2.c to work with Linux 6.1 kernels
Author:
William Cohen
Adjust runtime/ Unlike the earlier kernels the mm_struct does not have mmap field in |
rgoldber/pr27410 | 2022-09-07 13:42:34 UTC |
PR27410: Probe processes using debuginfod
Author:
Ryan Goldberg
PR27410: Probe processes using debuginfod New tapset which allows for process |
wcohen/pr29037 | 2022-07-08 15:07:12 UTC |
Cache and clean up allocated data for created DW_AT_data_member_location
Author:
William Cohen
Cache and clean up allocated data for created DW_AT_data_ |
wcohen/memory | 2022-02-04 19:18:46 UTC |
Clear out the Dyninst-related data structures after analysis finishes
Author:
William Cohen
Clear out the Dyninst-related data structures after analysis finishes The liveness analysis for SystemTap uses Dyninst to examine the |
wcohen/ |
2022-01-18 03:02:44 UTC |
Graceful continuation when not enough memory available for liveness analysis
Author:
William Cohen
Graceful continuation when not enough memory available for liveness analysis The dyninst parsing of binaries can take a significant amount of |
wcohen/ |
2022-01-14 20:05:17 UTC |
Add additional directory for dyninst libs and link in boost system library.
Author:
William Cohen
Add additional directory for dyninst libs and link in boost system library. |
wcohen/rhbz2028840 | 2022-01-10 19:48:27 UTC |
Correct typo and include information about location of target being analyzed.
Author:
William Cohen
Correct typo and include information about location of target being analyzed. |
wcohen/align | 2021-11-02 15:20:27 UTC |
Add -faligned-new to CXXFLAGS when available to compile dyninst 10.1 code
Author:
William Cohen
Add -faligned-new to CXXFLAGS when available to compile dyninst 10.1 code Fedora 30 and 31 have Dyninst 10.1. The code added to dyninst CXX stap-analysis.o To make the compiler happy adding a -faligned-new option to the |
wcohen/ |
2021-10-25 15:37:38 UTC |
Update syscall_any number<->name maps to include syscallent-common.h entries.
Author:
William Cohen
Update syscall_any number<->name maps to include syscallent-common.h entries. Some syscalls information had been moved to syscallent-common.h in |
wcohen/analysis | 2021-10-13 19:56:21 UTC |
Assert that anything other than 32-bit or 64-bit processors will not be seen
Author:
William Cohen
Assert that anything other than 32-bit or 64-bit processors will not be seen One last diagnostic print to remove. In this case the mapping between |
serhei/pr23478 | 2021-08-24 16:44:30 UTC |
bpf pr23478 :: test non-unique key/val iteration
Author:
Serguei Makarov
bpf pr23478 :: test non-unique key/val iteration |
sultan/bulkmode2 | 2020-12-09 00:22:56 UTC |
Revert "REVERTME: tapset-timers: work around on-the-fly deadlocks caused by m...
Author:
Sultan Alsawaf
Revert "REVERTME: tapset-timers: work around on-the-fly deadlocks caused by mutex_trylock" This reverts commit 6a27888b118b7a9 No longer needed. As promised, we're reverting this. |
sultan/bulkmode | 2020-12-05 02:33:21 UTC |
dyninst transport: add _stp_print_*lock_irq* stubs
Author:
Frank Ch. Eigler
dyninst transport: add _stp_print_ Recent code on the transport/linux side needs a few new (stub) |
wcohen/tapset_cast | 2020-06-22 15:28:32 UTC |
Use explicit @cast() operators pointing to kernel for tapsets
Author:
William Cohen
Use explicit @cast() operators pointing to kernel for tapsets Commit 00ee19ff030f665 |
stapbpf/pr23476 | 2020-02-18 22:00:21 UTC |
stapbpf PR23476 :: a better test for the variance calculation
Author:
Serhei Makarov
stapbpf PR23476 :: a better test for the variance calculation A testcase that compares the result of @variance calculation XXX Reveals some problems in the BPF variance calculation for N > 1. |
sapatel/pr13371 | 2019-09-09 18:33:05 UTC |
character escaping changed
Author:
Sagar Patel
character escaping changed |
wcohen/bpf_target | 2019-06-07 19:44:46 UTC |
Add mmfilepage.stp to the list of examples that work with the bpf backend.
Author:
William Cohen
Add mmfilepage.stp to the list of examples that work with the bpf backend. |
wcohen/ |
2019-06-03 15:47:09 UTC |
Add an incomplete bpf syscall_any tapset.
Author:
William Cohen
Add an incomplete bpf syscall_any tapset. The syscall_any.return doesn't set syscall_nr or name variables. |
serhei/rt-fixes-2 | 2019-05-29 16:43:54 UTC |
rt-fixes (0) experimental :: add stp_rwlock_t which can be raw_spinlock on RT
Author:
Serhei Makarov
rt-fixes (0) experimental :: add stp_rwlock_t which can be raw_spinlock on RT There is no raw_rwlock_t type on most kernels, so use a regular spinlock instead. changes made throughout translator and runtime |
wcohen/backtrace | 2019-03-07 14:37:53 UTC |
Do the search save_stack_trace_regs() in the stap module's initialization
Author:
William Cohen
Do the search save_stack_ Previously, the search for save_stack_ |
serhei/rhbz1643997 | 2018-11-13 19:02:51 UTC |
PR23875 bpf_unparser::visit_foreach_loop(): temporarily disable string key it...
Author:
Serhei Makarov
PR23875 bpf_unparser: |
serhei/bpf_asm | 2018-10-24 17:30:29 UTC |
stapbpf assembler WIP #8 :: bpf-asm.exp driver and more testcases
Author:
Serhei Makarov
stapbpf assembler WIP #8 :: bpf-asm.exp driver and more testcases |
wcohen/syscall_any | 2018-09-21 14:02:12 UTC |
Convert the various systemtap examples to use the syscall any tapset
Author:
William Cohen
Convert the various systemtap examples to use the syscall any tapset To make the examples cleaner use the new syscall any tapset. This avoids |
wcohen/examples | 2018-06-27 14:56:44 UTC |
Simplify the initialization logic for cpu_throttle.stp
Author:
William Cohen
Simplify the initialization logic for cpu_throttle.stp Rather than ensuring there is an instance for each of the cpus on the |
wcohen/cpu_throttle | 2018-06-27 03:16:20 UTC |
Add the cpu_throttle.stp example to stap-exporter scripts
Author:
William Cohen
Add the cpu_throttle.stp example to stap-exporter scripts The cpu_throttle.stp script monitors Intel x86 cpu throttling due to |
scox/https | 2018-06-22 14:55:32 UTC |
Merge branch 'master' into scox/https
Author:
Stan Cox
Merge branch 'master' into scox/https |
serhei/ |
2018-05-22 20:09:43 UTC |
kernel-rt fix: avoid use-after-free of pt_regs struct passed to task_work fun...
Author:
Serhei Makarov
kernel-rt fix: avoid use-after-free of pt_regs struct passed to task_work function. * stp_utrace.c (utrace_exec_work): move __stp_utrace_ |
csanting/PR20883 | 2017-08-31 19:01:52 UTC |
Update man pages
Author:
Cody Santing
Update man pages * man/stap.1.in: mention requirements and usage of k8s support |
dsmith/pr21173 | 2017-03-01 18:58:55 UTC |
PR21173: Improve type resolution.
Author:
David Smith
PR21173: Improve type resolution. * elaborate.cxx (const_ |
dsmith/mmv | 2014-08-15 18:18:08 UTC |
Fix adding instances to mmv values.
Author:
David Smith
Fix adding instances to mmv values. |
jistone/forking | 2014-04-02 20:00:34 UTC |
Experiment with forking the compilation passes
Author:
Josh Stone
Experiment with forking the compilation passes This moves the passes_0_4() compilation into a forked subprocess. This |
systemtap- |
2012-10-23 22:11:03 UTC |
systemtap-enable_vma_tracker.patch
Author:
Victor Kamensky
systemtap- Cover corner cases where _stp_umodule_ |
timoore/grapher | 2009-06-04 13:49:16 UTC |
grapher fixups
Author:
Tim Moore
grapher fixups * grapher/grapher.cxx (main): Fix problems with call to execlp. |
1 → 43 of 43 results | First • Previous • Next • Last |