Home
last modified time | relevance | path

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

/linux-4.4.14/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
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-4.4.14/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-4.4.14/tools/perf/
Dbuiltin-script.c1643 int n_args = 0; in has_required_arg() local
1656 n_args++; in has_required_arg()
1660 return n_args; in has_required_arg()