summaryrefslogtreecommitdiffstats
path: root/Completion/Linux/Command/_valgrind
diff options
context:
space:
mode:
authordana <dana@dana.is>2026-06-14 04:07:37 +0000
committerdana <dana@dana.is>2026-06-20 19:27:09 -0500
commit74fa2341401ce9157df7d062b5811f92097a6bf1 (patch)
treea283dae8c677991e3c7c332e43e8c8d124c0eb17 /Completion/Linux/Command/_valgrind
parent54767: zformat: replace -qn by spec quoting indicator syntax (diff)
downloadzsh-74fa2341401ce9157df7d062b5811f92097a6bf1.tar
zsh-74fa2341401ce9157df7d062b5811f92097a6bf1.tar.gz
zsh-74fa2341401ce9157df7d062b5811f92097a6bf1.tar.bz2
zsh-74fa2341401ce9157df7d062b5811f92097a6bf1.tar.lz
zsh-74fa2341401ce9157df7d062b5811f92097a6bf1.tar.xz
zsh-74fa2341401ce9157df7d062b5811f92097a6bf1.tar.zst
zsh-74fa2341401ce9157df7d062b5811f92097a6bf1.zip
54768: completion: use `zformat -q` for formatting
Diffstat (limited to 'Completion/Linux/Command/_valgrind')
-rw-r--r--Completion/Linux/Command/_valgrind10
1 files changed, 5 insertions, 5 deletions
diff --git a/Completion/Linux/Command/_valgrind b/Completion/Linux/Command/_valgrind
index 47fced1fd..638b29cf5 100644
--- a/Completion/Linux/Command/_valgrind
+++ b/Completion/Linux/Command/_valgrind
@@ -20,7 +20,7 @@ common_own_malloc=(
'--alignment=-[set minimum alignment of heap allocations]:number [16]'
'--redzone-size=-[set minimum size of redzones added before/after heap blocks]:size (bytes) [16]'
'--xtree-memory=-[profile heap memory in an xtree [none]:(none allocs full)'
- '--xtree-memory-file=-[specify xtree memory report file]:file [xtmemory.kcg.%%p]:_files'
+ '--xtree-memory-file=-[specify xtree memory report file]:file [xtmemory.kcg.%p]:_files'
)
common_read_varinfo=(
@@ -67,7 +67,7 @@ args_addrcheck=(
'(--show-leak-kinds)--show-reachable=-[show reachable blocks in leak check]:enable:(yes no)'
'(--show-leak-kinds)--show-possibly-lost=-:enable:(yes no)'
'--xtree-leak=-[output leak result in xtree format]:enable [no]:(yes no)'
- '--xtree-leak-file=-[specify xtree leak report file]:file [xtleak.kcg.%%p]:_files'
+ '--xtree-leak-file=-[specify xtree leak report file]:file [xtleak.kcg.%p]:_files'
'--undef-value-errors=-[check for undefined value errors]:enable [yes]:(yes no)'
'--track-origins=-[show origins of undefined values]:enable [no]:(yes no)'
$common_partial
@@ -124,11 +124,11 @@ args_cachegrind=(
'--LL=-[set LL cache manually]:size,assoc,line_size'
'--cache-sim=-[collect cache stats]:enable [yes]:(yes no)'
'--branch-sim=-[collect branch prediction stats]:enable [no]:(yes no)'
- '--cachegrind-out-file=-[specify output file name]:file name [cachegrind.out.%%p]:_files'
+ '--cachegrind-out-file=-[specify output file name]:file name [cachegrind.out.%p]:_files'
)
args_callgrind=(
- '--callgrind-out-file=-[specify output file name]:file name [callgrind.out.%%p]:_files'
+ '--callgrind-out-file=-[specify output file name]:file name [callgrind.out.%p]:_files'
'--dump-line=-[perform event counting at source line granularity]:enable [yes]:(yes no)'
'--dump-instr=-[perform event counting at instruction granularity]:enable [no]:(yes no)'
'--compress-strings=-[identify file and function names by numbers]:enable [yes]:(yes no)'
@@ -202,7 +202,7 @@ args_massif=(
))"
'--detailed-freq=-[every Nth snapshot should be detailed]:snapshot interval [10]'
'--max-snapshots=-[specofy maximum number of snapshots recorded]:maximum [100]'
- '--massif-out-file=-[specify output file name]:filename [massif.out.%%p]:_files'
+ '--massif-out-file=-[specify output file name]:filename [massif.out.%p]:_files'
)
args_exp_bbv=(