summaryrefslogtreecommitdiff
path: root/completions/gprof
diff options
context:
space:
mode:
Diffstat (limited to 'completions/gprof')
-rw-r--r--completions/gprof10
1 files changed, 1 insertions, 9 deletions
diff --git a/completions/gprof b/completions/gprof
index d1f4a4a3..40a74820 100644
--- a/completions/gprof
+++ b/completions/gprof
@@ -44,15 +44,7 @@ _gprof()
$split && return
if [[ $cur == -* ]]; then
- COMPREPLY=( $(compgen -W '--annotated-source --brief --exec-counts
- --file-info --directory-path --no-annotated-source --print-path
- --flat-profile --no-flat-profile --graph --no-graph --table-length=
- --separate-files --no-exec-counts --function-ordering
- --file-ordering --traditional --width= --all-lines --demangle
- --no-demangle --no-static --static-call-graph
- --ignore-non-functions -k --line --min-count= --time= --no-time=
- --external-symbol-table= --display-unused-functions --debug --help
- --file-format= --sum --version' -- "$cur") )
+ COMPREPLY=( $(compgen -W '$(_parse_usage "$1")' -- "$cur") )
[[ $COMPREPLY == *= ]] && compopt -o nospace
return
fi