Home
last modified time | relevance | path

Searched refs:n_args (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.10/tools/perf/scripts/python/bin/
Dexport-to-postgresql-report4 n_args=0
10 n_args=$(( $n_args + 1 ))
12 if [ "$n_args" -gt 3 ] ; then
16 if [ "$n_args" -gt 2 ] ; then
21 elif [ "$n_args" -gt 1 ] ; then
25 elif [ "$n_args" -gt 0 ] ; then
Dexport-to-sqlite-report4 n_args=0
10 n_args=$(( $n_args + 1 ))
12 if [ "$n_args" -gt 3 ] ; then
16 if [ "$n_args" -gt 2 ] ; then
21 elif [ "$n_args" -gt 1 ] ; then
25 elif [ "$n_args" -gt 0 ] ; then
Dsctop-report4 n_args=0
10 n_args=$(( $n_args + 1 ))
12 if [ "$n_args" -gt 2 ] ; then
16 if [ "$n_args" -gt 1 ] ; then
20 elif [ "$n_args" -gt 0 ] ; then
/Linux-v5.10/tools/perf/scripts/perl/bin/
Drwtop-report4 n_args=0
10 n_args=$(( $n_args + 1 ))
12 if [ "$n_args" -gt 1 ] ; then
16 if [ "$n_args" -gt 0 ] ; then
/Linux-v5.10/tools/perf/
Dbuiltin-script.c3215 int n_args = 0; in has_required_arg() local
3228 n_args++; in has_required_arg()
3232 return n_args; in has_required_arg()