Linux DTrace development list
 help / color / mirror / Atom feed
 messages from 2025-04-14 23:33:57 to 2025-07-07 16:32:45 UTC [more...]

[PATCH] test/utils: add more reliable "get remote address" approach
 2025-07-07 16:32 UTC  (12+ messages)
` [DTrace-devel] "

[PATCH v2] test/utils: add more reliable "get remote address" approach
 2025-07-04 17:23 UTC 

[PATCH v2 0/4] DTrace TCP provider
 2025-07-03 19:55 UTC  (20+ messages)
` [PATCH v2 1/4] dtrace: move get_member() to dt_cg.c
` [PATCH v2 2/4] dt_impl: bump number of TSLOTS to 8
` [PATCH v2 3/4] dtrace: add tcp provider
` [PATCH v2 4/4] dtrace: sync dlibs with tcp.d, ip.d and net.d changes

[PATCH v4 0/5] add support for stapsdt probes
 2025-07-01 19:42 UTC  (8+ messages)
` [PATCH v4 1/5] usdt: have copy_args() count args while parsing them
` [PATCH v4 2/5] support stapsdt ELF-note-defined static probes
` [PATCH v4 3/5] selftests/usdt: add test for stapsdt note-defined probe firing, args
` [PATCH v4 4/5] selftests/usdt: add test for stapsdt notes in shared library
` [PATCH v4 5/5] selftests/usdt: add test covering different forms of stapsdt note args

[PATCH v2 2/3] usdt parser: handle encoded hyphens
 2025-07-01 17:44 UTC  (2+ messages)

[PATCH 3/3] usdt parser: make sure prbmap is cleaned up in case of error
 2025-06-30 23:09 UTC  (3+ messages)

[PATCH 2/3] usdt parser: handle encoded hyphens
 2025-06-30 23:07 UTC  (3+ messages)
` [DTrace-devel] "

[PATCH v2] test: Wait for output to flush out in enable_pid
 2025-06-28 22:30 UTC 

[PATCH] Make sure all probes are listed in default case
 2025-06-28  1:19 UTC 

[RELEASE] DTrace 2.0.3
 2025-06-26 15:09 UTC 

[PATCH v2] Optimize USDT discovery a little
 2025-06-25  6:03 UTC  (5+ messages)
` [PATCH v2 3/4] Sync up the version numbers
` [PATCH v2 4/4] test: Add test for predefined preprocessor definitions
` [PATCH v2 2/2] Extend the USDT bit mask to multiple words
` [PATCH] test: Extend timeout for many-pids test

[PATCH v2 01/14] Fix stack-skip counts for caller and stackdepth
 2025-06-25  4:21 UTC  (14+ messages)
` [PATCH v2 02/14] Add stack-skip frame count for rawtp provider
` [PATCH v2 03/14] test: remove unnecessary "unstable" tag
` [PATCH v2 04/14] test: caller and stackdepth tests for fbt provider
` [PATCH v2 05/14] test: caller and stackdepth tests for dtrace provider
` [PATCH v2 06/14] test: caller and stackdepth tests for rawtp provider
` [PATCH v2 07/14] test: caller and stackdepth tests for cpc provider
` [PATCH v2 08/14] test: caller and stackdepth tests for ip provider
` [PATCH v2 09/14] test: caller and stackdepth tests for profile provider
` [PATCH v2 10/14] test: caller and stackdepth tests for sched provider
` [PATCH v2 11/14] test: caller and stackdepth tests for proc provider
` [PATCH v2 12/14] test: caller and stackdepth tests for rawfbt provider
` [PATCH v2 13/14] test: caller and stackdepth tests for io provider
` [PATCH v2 14/14] test: caller and stackdepth tests for lockstat provider

[PATCH 01/14] Fix stack-skip counts for caller and stackdepth
 2025-06-25  4:18 UTC  (41+ messages)
` [PATCH 02/14] Add stack-skip frame count for rawtp provider
` [PATCH 03/14] Test: remove unnecessary "unstable" tag
  ` [DTrace-devel] "
` [PATCH 04/14] Test: caller and stackdepth tests for fbt provider
  ` [DTrace-devel] "
` [PATCH 05/14] Test: caller and stackdepth tests for dtrace provider
` [PATCH 06/14] Test: caller and stackdepth tests for rawtp provider
` [PATCH 07/14] Test: caller and stackdepth tests for cpc provider
  ` [DTrace-devel] "
` [PATCH 08/14] Test: caller and stackdepth tests for ip provider
  ` [DTrace-devel] "
` [PATCH 09/14] Test: caller and stackdepth tests for profile provider
  ` [DTrace-devel] "
` [PATCH 10/14] Test: caller and stackdepth tests for sched provider
` [PATCH 11/14] Test: caller and stackdepth tests for proc provider
` [PATCH 12/14] Test: caller and stackdepth tests for rawfbt provider
  ` [DTrace-devel] "
` [PATCH 13/14] Test: caller and stackdepth tests for io provider
  ` [DTrace-devel] "
` [PATCH 14/14] Test: caller and stackdepth tests for lockstat provider

[PATCH 1/3] usdt parser: remove left-over debug statement
 2025-06-24 21:40 UTC 

[PATCH 3/3] dlibs: report missing CTF and BTF data for vmlinux
 2025-06-24 14:49 UTC  (3+ messages)
` [DTrace-devel] "

[PATCH 2/3] btf: do not try to generate CTF data if there is no BTF data
 2025-06-24 14:16 UTC  (2+ messages)

[PATCH 1/3] options: add -xbtfpath option
 2025-06-24 14:14 UTC  (2+ messages)

[PATCH] test: Suppress some white space
 2025-06-23 20:33 UTC  (3+ messages)

[PATCH] Revert "dt_pid: pid grabs should be shortlived"
 2025-06-19 12:51 UTC  (5+ messages)
  ` [DTrace-devel] "

[PATCH] libproc: make Psystem_daemon() detect modern systemd properly
 2025-06-19 12:00 UTC  (3+ messages)

[PATCH] usdt parser: fix memory leak in provider and probe htabs
 2025-06-19 11:58 UTC  (2+ messages)

[PATCH] test: Make the USDT "only enabled" test more stringent
 2025-06-13 14:19 UTC  (2+ messages)

[PATCH] test: Wait for output to flush out in enable_pid
 2025-06-13 14:15 UTC  (2+ messages)

[PATCH] No uprobes on ARM autiasp instructions
 2025-06-10 21:10 UTC 

[PATCH v2 0/4] ELF note-based USDT support
 2025-06-08  3:08 UTC  (5+ messages)
    ` [DTrace-devel] "

[PATCH 15/17] link: implement USDT probe definitions in ELF notes
 2025-06-07 23:45 UTC  (3+ messages)
` [DTrace-devel] "

[PATCH 14/17] usdt: implement tracing USDT probes specified in ELF notes
 2025-06-07 23:45 UTC  (3+ messages)

[PATCH 13/17] dtprobed, usdt parser: add support for ELF notes-based USDT
 2025-06-07 23:44 UTC  (3+ messages)

[PATCH v2 14/17] usdt: implement tracing USDT probes specified in ELF notes
 2025-06-07 14:55 UTC 

[PATCH 17/17] test: Adapt USDT PC search for USDT LTO changes
 2025-06-07  6:15 UTC 

[PATCH 16/17] test: fix test for non-installed testing
 2025-06-07  6:15 UTC 

[PATCH 12/17] usdt: add HASUSDT to the helper ioctl interface
 2025-06-07  6:15 UTC 

[PATCH 10/17] htab: move str2hval() to dt_htab
 2025-06-07  6:15 UTC 

[PATCH 11/17] dtprobed: make sure that retry one time means exactly that
 2025-06-07  6:15 UTC 

[PATCH 09/17] htab: move htab handling to libcommon
 2025-06-07  6:15 UTC 

[PATCH 06/17] dof_parser: restructure the dof_copyin*() code
 2025-06-07  6:14 UTC 

[PATCH 07/17] dof_parser: generic parser framework to support multiple parsers
 2025-06-07  6:15 UTC 

[PATCH 08/17] dtprobed: fix probe name debug output
 2025-06-07  6:15 UTC 

[PATCH 04/17] Only include dt_git_version.h where needed
 2025-06-07  6:14 UTC 

[PATCH 05/17] dof_parser: remove pointless comment
 2025-06-07  6:14 UTC 

[PATCH 01/17] test: allow overriding CC, OBJCOPY, OBJDUMP, NM, 
 2025-06-07  6:14 UTC 

[PATCH 02/17] provider: fix registering fbt and rawfbt twice
 2025-06-07  6:14 UTC 

[PATCH 03/17] providers: loop through all providers for discovery
 2025-06-07  6:14 UTC 

[PATCH] test: Adapt USDT PC search for USDT LTO changes
 2025-06-07  5:52 UTC  (2+ messages)

[RFC PATCH 0/2] DTrace TCP provider
 2025-06-05 21:33 UTC  (3+ messages)
` [RFC 1/2] dtrace: add tcp provider
` [RFC 2/2] dtrace: sync dlibs with tcp.d, ip.d and net.d changes

[PATCH v2 1/2] Omit an aggregation record if [u][sym|mod] translation fails
 2025-06-03 21:08 UTC 

[PATCH 1/2] Omit an aggregation record if [u][sym|mod] translation fails
 2025-05-27  5:43 UTC  (2+ messages)
` [PATCH 2/2] Snapshot aggregations just in time

[PATCH 0/4] Further test cleanups
 2025-05-10  1:50 UTC  (6+ messages)
` [PATCH 4/4] test: allow overriding CC, OBJCOPY, OBJDUMP, NM,

[PATCH v2 4/4] test: allow overriding CC, OBJCOPY, OBJDUMP, NM, 
 2025-05-09  4:59 UTC 

[PATCH 1.5/3] Remove unused map-of-maps functions
 2025-05-01 18:37 UTC 

[PATCH 1/3] Cache per-CPU agg map IDs
 2025-05-01 18:22 UTC  (3+ messages)
` [PATCH 2/3] test: Convert tick-* probes to ioctl:entry for tst.trunc[quant].d
` [PATCH 3/3] test: Mimic dtrace arithmetic more closely for avg/stddev

[PATCH 3/4] Only include dt_git_version.h where needed
 2025-05-01 15:55 UTC  (2+ messages)
` [DTrace-devel] "

[PATCH 4/4] dof_parser: remove pointless comment
 2025-05-01 15:48 UTC  (2+ messages)
` [DTrace-devel] "

[PATCH 1/4] provider: fix registering fbt and rawfbt twice
 2025-05-01 15:46 UTC  (3+ messages)
` [DTrace-devel] "

[PATCH 2/4] providers: loop through all providers for discovery
 2025-05-01 15:38 UTC  (2+ messages)

[PATCH v3] Allow arbitrary tracefs mount points
 2025-04-24 17:27 UTC  (4+ messages)

[PATCH] test: Get cpc expected branches and instructions counts from perf
 2025-04-24 15:37 UTC  (2+ messages)

[PATCH v3 2/2] Clean up sched provider trampoline FIXMEs
 2025-04-24 15:34 UTC  (7+ messages)

[RELEASE] DTrace 2.0.2
 2025-04-22 15:28 UTC 

[PATCH v2 2/2] test: Skip pid-0 tests on oversubscribed systems
 2025-04-15 20:19 UTC 

[PATCH 1/2] test: Remove orphaned tst.lockstat.r
 2025-04-15 15:32 UTC  (4+ messages)
` [PATCH 2/2] test: Skip pid-0 tests on oversubscribed systems
  ` [DTrace-devel] "
` [DTrace-devel] [PATCH 1/2] test: Remove orphaned tst.lockstat.r

[PATCH] test: Test fds[] member fi_fs
 2025-04-15 15:09 UTC  (2+ messages)
` [DTrace-devel] "

[PATCH] test: Account for pid:::entry ucaller being correct
 2025-04-14 23:33 UTC  (2+ 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