Linux DTrace development list
 help / color / mirror / Atom feed
 messages from 2024-11-20 20:53:31 to 2025-02-25 21:39:42 UTC [more...]

[PATCH 0/4] Further test cleanups
 2025-02-25 21:39 UTC  (8+ messages)
` [PATCH 1/4] test: fix 'harness' typo
` [PATCH 2/4] test: fix bashism in tst.bitfield-offset.x
` [PATCH 3/4] test: finalize porting small awk stragglers to gawk
` [PATCH 4/4] test: allow overriding CC, OBJCOPY, OBJDUMP, NM,

[PATCH] test: Allow duplicate usym/umod/uaddr if for different pids
 2025-02-25 21:09 UTC  (4+ messages)

[PATCH v3] Allow arbitrary tracefs mount points
 2025-02-25 21:08 UTC  (3+ messages)

USDT blocking ioctl
 2025-02-25 18:27 UTC 

[PATCH] test: Check tid value
 2025-02-24 20:19 UTC 

[PATCH] Use DT_TRAMP_SP_SLOT() for BPF stack scratch space in trampoline
 2025-02-21 20:20 UTC  (2+ messages)
` [DTrace-devel] "

[PATCH v3 6/6] Add support for pid function "-" with absolute offset
 2025-02-21  0:08 UTC 

[PATCH] Fix format specifier in dtprobed.c
 2025-02-20 23:27 UTC 

[PATCH 1/2] Clarify how the usdt_prids key is stored on the BPF stack
 2025-02-20  4:43 UTC  (2+ messages)
` [PATCH 2/2] Extend the USDT bit mask to multiple words

[PATCH] Fix fprobe/kprobe selection
 2025-02-19 22:13 UTC  (2+ messages)
` [DTrace-devel] "

[PATCH 1/2] test: Allow more variations in expected fbt kernel stacks
 2025-02-08 23:21 UTC  (2+ messages)
` [PATCH 2/2] test: Account for pid:::entry ustack() being correct

[PATCH 1/4] Rename _DTRACE_VERSION
 2025-02-08 19:06 UTC  (4+ messages)
` [PATCH 2/4] Eliminate DT_VERS_LATEST
` [PATCH 3/4] Sync up the version numbers
` [PATCH 4/4] test: Add test for predefined preprocessor definitions

[PATCH] cg: ensure string results in a ternary are padded to strsize
 2025-02-07 21:00 UTC  (4+ messages)

[PATCH v4] procfs: implement execargs for pr_psargs translator support
 2025-01-24  7:17 UTC 

[PATCH v3] procfs: implement execargs for pr_psargs translator support
 2025-01-24  7:17 UTC 

[PATCH] trace: fix char-array handling
 2025-02-07  6:08 UTC  (3+ messages)

[PATCH v2 4/6] procfs: implement d_execargs() for pr_psargs translator support
 2025-02-01  2:04 UTC  (7+ messages)
` [DTrace-devel] "

[PATCH 6/6] procfs: populate pr_argc, pr_argv, and pr_envp with default values
 2025-01-31  0:13 UTC  (5+ messages)

[PATCH 3/6] bpf: implement additional relocation types
 2025-01-30 23:14 UTC  (3+ messages)

[PATCH v3 0/4] add support for stapsdt probes
 2025-01-30 14:43 UTC  (5+ messages)
` [PATCH v3 1/4] support stapsdt ELF-note-defined static probes
` [PATCH v3 2/4] selftests/usdt: add test for stapsdt note-defined probe firing, args
` [PATCH v3 3/4] selftests/usdt: add test for stapsdt notes in shared library
` [PATCH v3 4/4] selftests/usdt: add test covering different forms of stapsdt note args

[PATCH v2 0/4] ELF note-based USDT support
 2025-01-30 11:12 UTC  (7+ messages)
` [PATCH v2 1/4] USDT: support ELF-note-defined probes
` [PATCH v2 2/4] selftests/usdt: add test for USDT note-defined probe firing, args
` [PATCH v2 3/4] selftests/usdt: add test for USDT notes in shared library
` [PATCH v2 4/4] selftests/usdt: add test covering different forms of USDT note args

[PATCH 5/6] procfs: add 'execargs' global variable as inline
 2025-01-30  4:46 UTC  (6+ messages)

[PATCH 0/4] ELF note-based USDT support
 2025-01-29 14:56 UTC  (6+ messages)
` [PATCH 1/4] USDT: support ELF-note-defined probes
` [PATCH 2/4] selftests/usdt: add test for USDT note-defined probe firing, args
` [PATCH 3/4] selftests/usdt: add test for USDT notes in shared library
` [PATCH 4/4] selftests/usdt: add test covering different forms of USDT note args

[PATCH v2 1/6] bpf: separate bvar implementation into separate functions
 2025-01-28 23:35 UTC  (3+ messages)

[PATCH 2/6] include: remove unnecessary include of universal.h
 2025-01-28 23:32 UTC  (2+ messages)

[PATCH] test: Improve resilience of tests to ptr widths
 2025-01-28 21:36 UTC 

[PATCH 4/6] procfs: implement d_execargs() for pr_psargs translator support
 2025-01-28  6:31 UTC 

[PATCH] bpf: separate bvar implementation into separate functions
 2025-01-24 16:56 UTC  (3+ messages)

[PATCH v2] translators: fix io.d.in devinfo_t.dev_{statname,pathname}
 2025-01-21 18:16 UTC 

[PATCH] translators: fix io.d.in devinfo_t.dev_{statname,pathname}
 2025-01-20 18:49 UTC 

[PATCH v2] Fix trampoline use of BPF stack for scratch
 2025-01-16 23:14 UTC 

[PATCH] Fix trampoline use of BPF stack for scratch
 2025-01-16 22:34 UTC  (2+ messages)

[PATCH 1/2] tests: do not pass -flto to the compiler or linker
 2025-01-16 22:24 UTC  (4+ messages)
` [PATCH 2/2] drti: do not compile with LTO

[PATCH 1/2] dtprobed: handle a crashed parser child better
 2025-01-16 22:09 UTC  (4+ messages)
` [PATCH 2/2] libcommon: turn off FORTIFY_SOURCE more aggressively
` [DTrace-devel] [PATCH 1/2] dtprobed: handle a crashed parser child better

[PATCH] Convert some indenting spaces into tabs
 2025-01-14 23:38 UTC 

[PATCH v2 6/6] Add support for pid function "-" with absolute offset
 2025-01-14 23:37 UTC 

[PATCH] test: Have tst.ucaller use a predictable trigger
 2025-01-10 19:03 UTC 

[PATCH 1/6] Remove unused dpp_pc and dpp_size
 2025-01-10 14:47 UTC  (15+ messages)
` [PATCH 2/6] Use prb instead of psp.pps_prb
` [PATCH 3/6] Simplify references to dtp
` [PATCH 4/6] Remove unused function arg
  ` [DTrace-devel] "
` [PATCH 5/6] test: Move disassembly and extracting PCs earlier
` [PATCH 6/6] Add support for pid function "-" with absolute offset
  ` [DTrace-devel] "

[PATCH] io: adjust io provider for NFS tracepoint variants
 2025-01-09 18:18 UTC  (6+ messages)

[PATCH] tests: add test for buggy deduplicator
 2025-01-09 17:09 UTC  (2+ messages)
` [DTrace-devel] "

[PATCH] test: Have USDT "deferred" tests wait for dtrace to start
 2025-01-06 21:36 UTC  (3+ messages)

[PATCH] test: Retry umount if necessary
 2025-01-06 20:50 UTC  (5+ messages)
` [DTrace-devel] "

[PATCH] Improve dt_pid_create_usdt_probes() error handling
 2025-01-06 19:13 UTC  (2+ messages)

[PATCH] Move proc lock to where we actually find a USDT process
 2025-01-06 15:55 UTC 

[PATCH v2 3/6] Simplify references to dtp
 2024-12-20 23:25 UTC  (2+ messages)
` [PATCH v2 5/6] test: Move disassembly and extracting PCs earlier

[PATCH 1/5] test: Remove unneeded skip for trigger
 2024-12-20 22:24 UTC  (5+ messages)
` [PATCH 2/5] test: Embellish the USDT multiprovider test
` [PATCH 3/5] test: Add USDT multiprovider tests that fire probes
` [PATCH 4/5] test: USDT probes with multiple providers and shared libs
` [PATCH 5/5] test: Disown child pid for cleaner stderr

[PATCH] test: Improve sync mechanism in tst.multiple.sh
 2024-12-11 23:09 UTC 

[PATCH] test: Lengthen the delay in USDT defer trigger
 2024-12-11  7:21 UTC 

[PATCH] test: Make tests more resilient to changes in start-up performance
 2024-12-10  6:20 UTC 

[PATCH] rawfbt: new provider
 2024-12-09 16:57 UTC  (7+ messages)

[PATCH] test: Clean up tst.errno2.d
 2024-12-08  0:29 UTC  (2+ messages)

[PATCH] Preface usym/umod/uaddr with pid
 2024-12-08  0:26 UTC  (2+ messages)

[PATCH 0/5] fix test/unittest/usdt/tst.multitrace.sh
 2024-12-07  4:40 UTC  (16+ messages)
` [PATCH 1/5] Revert "Tweak self-armouring"
  ` [DTrace-devel] "
` [PATCH 2/5] proc: more self-grab improvements
      ` [DTrace-devel] "
` [PATCH 3/5] libproc: debugging improvements
` [PATCH 4/5] libproc: guard against Puntrace() of terminated processes
  ` [DTrace-devel] "
` [PATCH 5/5] libproc: drop Pgrab() special cases in Ptrace()

[PATCH] tests: $dt_flags should not be used in .x files
 2024-12-06 21:20 UTC  (2+ messages)

[PATCH v2 2/4] fbt: clean up fprobe/kprobe support
 2024-12-05 23:31 UTC  (2+ messages)

[PATCH 2/4] fbt: clean up fprobe/kprobe support
 2024-12-05 23:09 UTC  (5+ messages)
` [DTrace-devel] "

[PATCH 1/4] tp: clean up the API
 2024-12-05 21:01 UTC  (2+ messages)

[PATCH 3/4] rawfbt: new provider
 2024-12-05 19:32 UTC  (2+ messages)
` [DTrace-devel] "

[PATCH 4/4 REVIEWED] sched: fix on-cpu firing for kernels < 5.16
 2024-12-05 18:54 UTC 

[PATCH 3/4] rawfbt: new provider
 2024-12-05 18:53 UTC 

[PATCH 2/4] fbt: clean up fprobe/kprobe support
 2024-12-05 18:53 UTC 

[PATCH 1/4] tp: clean up the API
 2024-12-05 18:53 UTC 

[PATCH 1/4] Tweak self-armouring
 2024-12-03 11:46 UTC  (8+ messages)
` [PATCH 4/4] test: Do not depend on ext4
  ` [DTrace-devel] [PATCH 1/4] Tweak self-armouring

[PATCH v3 dtrace 0/4] kprobe support for .isra.0, sched fix
 2024-11-28  9:58 UTC  (4+ messages)
` [PATCH v3 dtrace 2/4] fbt: support "."-suffixed functions for kprobes

[PATCH] bpf: improve BPF feature check
 2024-11-26 19:57 UTC 

[PATCH] Fix memory leaks
 2024-11-21 18:17 UTC  (3+ messages)
  ` [DTrace-devel] "

[PATCH v2] test: stack_fbt
 2024-11-20 20:53 UTC  (5+ messages)
` [DTrace-devel] "


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox