summaryrefslogtreecommitdiff
path: root/internal/tracepoints/dimension_selector.go
AgeCommit message (Collapse)Author
2026-05-23zb restore legacy -tps regex selection for non-FS tracepointsPaul Buetow
When -tps provides an explicit regex but no -trace-* dimension selectors are given, skip the implicit FS-only syscall allowlist so that non-FS tracepoints (e.g. nanosleep) matched by the regex are still attached. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-21p7 add attach-time trace dimension gatingPaul Buetow