Linux DTrace development list
 help / color / mirror / Atom feed
 messages from 2024-10-12 03:30:12 to 2024-10-31 18:56:41 UTC [more...]

[PATCH v3 0/6] usdt typed args, translators and arg remapping
 2024-10-31 18:56 UTC  (8+ messages)
` [PATCH REVIEWED v3 1/6] error: add missing EDT_PRINT entry
` [PATCH v3 2/6] usdt: get arg types and xlations into DTrace from the DOF
` [PATCH REVIEWED v3 3/6] dtprobed: stop skipping zero-tracepoint probes in dof_stash.c
` [PATCH v3 4/6] cg: add argument mapping in the trampoline
` [PATCH v3 5/6] usdt: typed args and arg mapping
` [PATCH REVIEWED v3 6/6] usdt: fix create_underlying error path

[PATCH] build: mkdir man directories before installing to them
 2024-10-31 17:40 UTC 

[PATCH v2 26/38] test: Clean up zero-size speculation + chill()
 2024-10-31  5:34 UTC  (2+ messages)
` [DTrace-devel] "

[PATCH v2] test: Disown child pid for cleaner stderr
 2024-10-31  5:22 UTC  (2+ messages)

[PATCH 1/4] Tweak self-armouring
 2024-10-30 20:14 UTC  (9+ messages)
` [PATCH 2/4] test: Increase timeout due to long shutdown
` [PATCH 3/4] test: Do not return 1 for err.*.x checks
` [PATCH 4/4] test: Do not depend on ext4

[PATCH v3 00/14] gentoo, manpage, and assorted other small fixes
 2024-10-30 16:36 UTC  (18+ messages)
` [PATCH v3 01/14] No longer depend on libsystemd
` [PATCH REVIEWED v3 02/14] pkgconfig: drop spaces in variable decls
` [PATCH v3 03/14] configure, build: make valgrind optional
` [PATCH REVIEWED v3 04/14] build: substitute LIBDIR in pkg-config files
` [PATCH v3 05/14] probe: improve dt_probe_lookup2()
` [PATCH REVIEWED v3 06/14] configure: fix dreadful behaviour of MANDIR / --mandir
` [PATCH REVIEWED v3 07/14] man: the synopsis is ended with .YS, not .SY
` [PATCH REVIEWED v3 08/14] man: use \- for option dashes, not -
` [PATCH REVIEWED v3 09/14] man: drop blank lines
` [PATCH REVIEWED v3 10/14] man: fix blank line in environment variables list
` [PATCH REVIEWED v3 11/14] dtprobed: fix parser child timeout
` [PATCH REVIEWED v3 12/14] man: add manpage for dtprobed(8)
` [PATCH REVIEWED v3 13/14] man: drop double-\fB at the start of every option line
` [PATCH REVIEWED v3 14/14] man: \fP-ize

[PATCH] test: Disown child pid for cleaner stderr
 2024-10-30  5:35 UTC 

[PATCH v2 00/14] gentoo, manpage, and assorted other small fixes
 2024-10-29 21:57 UTC  (20+ messages)
` [PATCH v2 01/14] No longer depend on libsystemd
` [PATCH v2 02/14] pkgconfig: drop spaces in variable decls
` [PATCH v2 03/14] configure, build: make valgrind optional
` [PATCH v2 04/14] build: substitute LIBDIR in pkg-config files
` [PATCH v2 05/14] probe: improve dt_probe_lookup2()
  ` [DTrace-devel] "
` [PATCH v2 06/14] configure: fix dreadful behaviour of MANDIR / --mandir
` [PATCH v2 07/14] man: the synopsis is ended with .YS, not .SY
` [PATCH v2 08/14] man: use \- for option dashes, not -
` [PATCH v2 09/14] man: drop blank lines
` [PATCH v2 10/14] man: fix blank line in environment variables list
` [PATCH v2 11/14] dtprobed: fix parser child timeout
` [PATCH v2 12/14] man: add manpage for dtprobed(8)
` [PATCH v2 13/14] man: drop double-\fB at the start of every option line
` [PATCH v2 14/14] man: \fP-ize

[PATCH 20/38] Add a hook for a provider-specific "update" function
 2024-10-29 21:13 UTC  (6+ messages)
` [PATCH 26/38] test: Annotate xfail (chill not implemented yet)

[PATCH v2 19/22] test: Fix tst.probestar.d trigger
 2024-10-29 17:14 UTC  (2+ messages)

[PATCH 1/2] USDT probes need provider spec ending with 0-9 or *
 2024-10-29 15:37 UTC  (4+ messages)
` [PATCH 2/2] Fix prid fencepost errors

[PATCH 0/6] usdt typed args, translators and arg remapping
 2024-10-29 14:51 UTC  (23+ messages)
` [PATCH 1/6] error: add missing EDT_PRINT entry
` [PATCH 2/6] usdt: get arg types and xlations into DTrace from the DOF
` [PATCH 3/6] dtprobed: stop skipping zero-tracepoint probes in dof_stash.c
` [PATCH 4/6] cg: add argument remapping in the trampoline
` [PATCH 5/6] usdt: typed args and arg remapping
` [PATCH 6/6] usdt: fix create_underlying error path

[PATCH v2 0/6] usdt typed args, translators and arg remapping
 2024-10-28 21:18 UTC  (7+ messages)
` [PATCH v2 1/6] error: add missing EDT_PRINT entry
` [PATCH v2 2/6] usdt: get arg types and xlations into DTrace from the DOF
` [PATCH v2 3/6] dtprobed: stop skipping zero-tracepoint probes in dof_stash.c
` [PATCH v2 4/6] cg: add argument mapping in the trampoline
` [PATCH v2 5/6] usdt: typed args and arg mapping
` [PATCH v2 6/6] usdt: fix create_underlying error path

[PATCH v2 6/6] test: Add USDT error tests for -w and -Z
 2024-10-28 20:36 UTC  (2+ messages)

[PATCH v2 5/6] test: Add USDT tests for deferred detection
 2024-10-28 20:34 UTC  (2+ messages)

[PATCH 1/6] Deferred attach of underlying USDT probes
 2024-10-28 20:32 UTC  (7+ messages)
` [PATCH 2/6] test: Correct long-standing dt_flags typo
` [PATCH 3/6] test: Remove some outdated and unhelpful comments
` [PATCH 4/6] test: Add a USDT "deferred" test trigger

[PATCH] Cast should not change writable
 2024-10-28 20:19 UTC  (2+ messages)

[PATCH 1/2] test: Clean up tst.specopen.d
 2024-10-28 18:45 UTC  (4+ messages)
` [PATCH 2/2] test: Remove misformatted and incorrect @@xfail

[PATCH v2 17/19] test: Add a pid-USDT test
 2024-10-28 17:51 UTC  (2+ messages)

[PATCH 00/14] gentoo, manpage, and assorted other small fixes
 2024-10-28 17:18 UTC  (34+ messages)
` [PATCH 01/14] No longer depend on libsystemd
` [PATCH 02/14] pkgconfig: drop spaces in variable decls
` [PATCH 03/14] configure, build: make valgrind optional
` [PATCH 04/14] build: substitute LIBDIR in pkg-config files
` [PATCH 05/14] probe: get the size of the hash-lookup key right
` [PATCH 06/14] configure: fix dreadful behaviour of MANDIR / --mandir
` [PATCH 07/14] man: the synopsis is ended with .YS, not .SY
` [PATCH 08/14] man: use \- for option dashes, not -
` [PATCH 09/14] man: drop blank lines
` [PATCH 10/14] man: fix blank line in environment variables list
` [PATCH 11/14] dtprobed: fix parser child timeout
` [PATCH 12/14] man: add manpage for dtprobed(8)
` [PATCH 13/14] man: drop double-\fB at the start of every option line
` [PATCH 14/14] man: \fP-ize

[PATCH v5 02/19] Add a dt_provider_discover() function
 2024-10-28 17:13 UTC  (2+ messages)

[PATCH v4 02/19] Add a dt_provider_discover() function
 2024-10-28 16:19 UTC  (3+ messages)
` [PATCH v7 07/19] Create the BPF usdt_names and usdt_prids maps

[PATCH v3 02/19] Add a dt_provider_discover() function
 2024-10-28  5:12 UTC  (9+ messages)
` [PATCH v6 07/19] Create the BPF usdt_names and usdt_prids maps
` [PATCH v4 09/19] Use usdt_prids map to call clauses conditionally for USDT probes
` [PATCH v3 14/19] Ignore clauses in USDT trampoline if we know they are impossible

[PATCH v2 10/19] Remove the is-enabled provider
 2024-10-26  1:51 UTC  (2+ messages)
` [DTrace-devel] "

[PATCH 01/19] Change probes from having lists of clauses to lists of stmts
 2024-10-26  1:13 UTC  (13+ messages)
` [PATCH 08/19] Support multiple overlying probes in the uprobe trampoline
    ` [DTrace-devel] "
` [PATCH 10/19] Remove the is-enabled provider
` [PATCH 16/19] Ignore clauses: use underlying probe's function information
` [PATCH 19/19] test: Add another USDT open/close test

[PATCH v3 08/19] Support multiple overlying probes in the uprobe trampoline
 2024-10-25 20:14 UTC  (2+ messages)

[PATCH v2 08/19] Support multiple overlying probes in the uprobe trampoline
 2024-10-25 14:35 UTC  (6+ messages)
` [PATCH v4 11/19] Support USDT wildcard provider descriptions
` [PATCH v3 15/19] Ignore clauses: some clauses are impossible regardless of uprp

[PATCH v7 03/19] Deprecate enabled probe ID (epid)
 2024-10-25 12:48 UTC  (10+ messages)
` [PATCH v3 11/19] Support USDT wildcard provider descriptions
` [PATCH v2 15/19] Ignore clauses: some clauses are impossible regardless of uprp
      ` [DTrace-devel] "

[PATCH v2 19/19] test: Add another USDT open/close test
 2024-10-24 17:51 UTC  (3+ messages)
` [DTrace-devel] "

[PATCH v3 dtrace 0/4] kprobe support for .isra.0, sched fix
 2024-10-18 18:38 UTC  (8+ messages)
` [PATCH v3 dtrace 1/4] dt_provider_tp: add optional event data, freed on tp free
` [PATCH v3 dtrace 2/4] fbt: support "."-suffixed functions for kprobes
` [PATCH v3 dtrace 3/4] fbt: avoid mix of kprobe, fprobe implementations for used probes
` [PATCH v3 dtrace 4/4] sched: fix on-cpu firing for kernels < 5.16

[PATCH 01/22] test: Handle dtrace:::ERROR arg3 specially
 2024-10-17 22:53 UTC  (4+ messages)
` [PATCH 19/22] test: Fix tst.probestar.d trigger

[PATCH v5 07/19] Create the BPF usdt_names and usdt_prids maps
 2024-10-16 15:58 UTC  (8+ messages)
` [PATCH v2 1/6] Deferred attach of underlying USDT probes
    ` [DTrace-devel] [PATCH v5 07/19] Create the BPF usdt_names and usdt_prids maps

[PATCH 0/3] Test exit code fixlets
 2024-10-12  4:13 UTC  (5+ messages)
` [PATCH 3/3] test: fix exit code in tst.newprobes.sh

[PATCH 1/6] test: fix missing line continuation in tst.perf-types.sh
 2024-10-12  3:31 UTC  (11+ messages)
` [PATCH 2/6] test: fix broken shebang in tst.plddGrab32.sh
` [PATCH 3/6] test: awk -> gawk where we use strtonum
` [PATCH 4/6] test: fix 'CPU' typo
` [PATCH 5/6] test: libproc: cater to merged-usr systems
` [PATCH 6/6] test: awk -> gawk universally


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