public inbox for dtrace@lists.linux.dev
 help / color / mirror / Atom feed
 messages from 2024-08-21 22:48:02 to 2024-10-04 04:44:03 UTC [more...]

[PATCH 1/4] Tweak self-armouring
 2024-10-04  4:43 UTC 

[PATCH] cmd: drop legacy DTrace references
 2024-10-03 18:27 UTC  (2+ messages)

[PATCH v2 02/19] Add a hook for a provider-specific "update" function
 2024-10-03  5:04 UTC  (3+ messages)
` [PATCH v4 07/19] Create the BPF usdt_prids map
  ` [DTrace-devel] "

[PATCH v2 0/2 v6.12-rc1] CTF rework to work with modules.builtin.ranges
 2024-10-01 19:56 UTC  (4+ messages)
` [PATCH v2 1/2] ctf: generate CTF information for the kernel
` [PATCH v2 2/2] ctf: work around binutils bug in ctf_link_add_cu_mapping()

[PATCH 0/2 v6.12-rc1] CTF rework to work with modules.builtin.ranges
 2024-10-01 17:12 UTC  (3+ messages)
` [PATCH 1/2] ctf: rejig with better builtin object detection
` [PATCH 2/2] ctf: fix config test

[PATCH 20/38] Add a hook for a provider-specific "update" function
 2024-09-30 22:00 UTC  (19+ messages)
` [PATCH 28/38] Remove unused "next" arg from dt_flowindent()
` [PATCH 30/38] Allow relocation on BPF_OR instructions
` [PATCH 31/38] Fix dt_pebs_init() call
              ` [DTrace-devel] "

[PATCH 1/6] Deferred attach of underlying USDT probes
 2024-09-28  2:21 UTC  (6+ 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 5/6] test: Add USDT tests for deferred detection
` [PATCH 6/6] test: Add USDT error tests for -w and -Z

[PATCH 01/19] Change probes from having lists of clauses to lists of stmts
 2024-09-28  2:11 UTC  (33+ messages)
` [PATCH 02/19] Add a hook for a provider-specific "update" function
` [PATCH 03/19] Widen the EPID to include the PRID
  ` [DTrace-devel] "
` [PATCH 04/19] Eliminate dt_pdesc
` [PATCH 05/19] Add flag to dt_pid_create_probes()
` [PATCH 06/19] Allow for USDT wildcards
` [PATCH 07/19] Create the BPF usdt_prids map
` [PATCH 08/19] Support multiple overlying probes in the uprobe trampoline
` [PATCH 09/19] Use usdt_prids map to call clauses conditionally for USDT probes
` [PATCH 10/19] Remove the is-enabled provider
` [PATCH 11/19] Support USDT wildcard provider descriptions
` [PATCH 12/19] Increase size of BPF probes map
  ` [DTrace-devel] "
` [PATCH 13/19] Get rid of relocatable EPID, dt_nextepid, and dt_ddesc[]
` [PATCH 14/19] Ignore clauses in USDT trampoline if we know they are impossible
` [PATCH 15/19] Ignore clauses: some clauses are impossible regardless of uprp
  ` [DTrace-devel] "
` [PATCH 16/19] Ignore clauses: use underlying probe's function information
` [PATCH 17/19] test: Add a pid-USDT test
  ` [DTrace-devel] "
` [PATCH 18/19] test: Add a lazy USDT test
` [PATCH 19/19] test: Add another USDT open/close test

[PATCH v7 03/19] Deprecate enabled probe ID (epid)
 2024-09-24 20:25 UTC  (7+ messages)
` [PATCH v2 05/19] Split dt_pid_create_probes() into pid and USDT functions
` [PATCH v3 07/19] Create the BPF usdt_prids map
` [PATCH v3 09/19] Use usdt_prids map to call clauses conditionally for USDT probes
` [PATCH v3 11/19] Support USDT wildcard provider descriptions
` [PATCH v2 14/19] Ignore clauses in USDT trampoline if we know they are impossible
` [PATCH v2 15/19] Ignore clauses: some clauses are impossible regardless of uprp

[PATCH] options, test: correct bufsize calculations and tests
 2024-09-20 19:20 UTC  (4+ messages)

[PATCH 01/22] test: Handle dtrace:::ERROR arg3 specially
 2024-09-19 17:42 UTC  (53+ messages)
` [PATCH 02/22] test: Clean up tests still expecting obsolete "at DIF offset NN"
` [PATCH 03/22] Action clear() should clear only one aggregation
` [PATCH 04/22] Remove unused "next" arg from dt_flowindent()
` [PATCH 05/22] Set the ERROR PRID in BPF code
` [PATCH 06/22] Fix provider lookup to use prv not prb
` [PATCH 07/22] Supply a default probe_info()
` [PATCH 08/22] dtprobed: Fix comment typo
` [PATCH 09/22] Clean up dtsd_* members
` [PATCH 10/22] Simplify dtrace_stmt_create() attr init
    ` [DTrace-devel] "
` [PATCH 11/22] DTPPT_POST_OFFSETS is unused
` [PATCH 12/22] Remove apparently redundant assignment
` [PATCH 13/22] Eliminate unused args to dt_spec_buf_add_data()
` [PATCH 14/22] Both dted_uarg and dofe_uarg are unused
` [PATCH 15/22] test: Clean up the specsize tests
` [PATCH 16/22] test: Fix the speculative tests that checked bufsize
` [PATCH 17/22] test: Tweak spec sizes to bracket size jumps more narrowly
` [PATCH 18/22] test: Remove tst.DTRACEFLT_BADADDR2.d dependency on specific PC
` [PATCH 19/22] test: Fix tst.probestar.d trigger
` [PATCH 20/22] test: Annotate some XFAILs
` [PATCH 21/22] test: Fix DIRNAME
  ` [DTrace-devel] "
` [PATCH 22/22] test: Update tst.newprobes.sh xfail message

[PATCH v3 03/19] Deprecate enabled probe ID (epid)
 2024-09-19 14:51 UTC  (4+ messages)
` [PATCH v2 07/19] Create the BPF usdt_prids map
` [PATCH v2 09/19] Use usdt_prids map to call clauses conditionally for USDT probes

[PATCH v6 03/19] Deprecate enabled probe ID (epid)
 2024-09-19 10:47 UTC  (4+ messages)

[PATCH v2 01/19] Change probes from having lists of clauses to lists of stmts
 2024-09-19  9:06 UTC  (2+ messages)

[PATCH] Relocation processing for the ERROR program is done too early
 2024-09-18  9:02 UTC  (3+ messages)

[PATCH 1/3] test: adjust filter
 2024-09-18  8:59 UTC  (3+ messages)

[PATCH v2 11/19] Support USDT wildcard provider descriptions
 2024-09-17 17:36 UTC 

[PATCH] Relocation processing of STBSZ in ERROR's get_bvar() is too early
 2024-09-16 17:28 UTC  (3+ messages)
` [DTrace-devel] "

[PATCH v2 05/22] Set the ERROR PRID in BPF code
 2024-09-13 19:50 UTC  (2+ messages)

[PATCH v5 03/19] Deprecate enabled probe ID (epid)
 2024-09-13 17:16 UTC 

[PATCH v2] error: ERROR probe firing should not corrupt probe arguments
 2024-09-12 18:50 UTC  (2+ messages)

[PATCH v2] error: ERROR probe firing should not corrupt probe arguments
 2024-09-10 18:37 UTC  (5+ messages)

[PATCH v4 03/19] Deprecate enabled probe ID (epid)
 2024-09-10  4:54 UTC 

[PATCH v2 03/19] Deprecate enabled probe ID (epid)
 2024-09-09 19:59 UTC  (8+ messages)

[PATCH] error: ERROR probe firing should not corrupt probe arguments
 2024-09-07 15:13 UTC  (2+ messages)
` [DTrace-devel] "

[PATCH v3 01/22] test: Handle dtrace:::ERROR arg3 specially
 2024-09-06 21:29 UTC  (2+ messages)

[PATCH v2 01/22] test: Handle dtrace:::ERROR arg3 specially
 2024-09-05 15:47 UTC  (6+ messages)

issues flagged in the USDT patch series
 2024-08-30 18:13 UTC 

the whole EPID thing
 2024-08-30  3:14 UTC 

[PATCH 1/6] test: fix missing line continuation in tst.perf-types.sh
 2024-08-29 20:15 UTC  (6+ 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

[PATCH] ident: fix unsigned vs signed comparison
 2024-08-28 21:01 UTC  (4+ messages)

[PATCH 1/8] test: Allow aggpercpu test to omit some CPUs
 2024-08-28 20:37 UTC  (7+ messages)
` [PATCH 2/8] Reduce stack depth if kernel returns NULL frames
  ` [DTrace-devel] "

[PATCH v2 1/2] sched: fix firing of sched:::on-cpu
 2024-08-28 16:58 UTC  (6+ messages)
` [PATCH v2 2/2] unittest/sched: remove dtv2 xfail

[PATCH v3] Action clear() should clear only one aggregation
 2024-08-22 17:28 UTC 

[PATCH v2] ioctl: remove obsolete ioctl definitions and dead code that used them
 2024-08-22  0:56 UTC  (3+ messages)


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