Searched refs:n_args (Results 1 – 6 of 6) sorted by relevance
/linux-5.19.10/tools/perf/scripts/python/bin/ |
D | export-to-postgresql-report | 4 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
|
D | export-to-sqlite-report | 4 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
|
D | sctop-report | 4 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-5.19.10/tools/perf/scripts/perl/bin/ |
D | rwtop-report | 4 n_args=0 10 n_args=$(( $n_args + 1 )) 12 if [ "$n_args" -gt 1 ] ; then 16 if [ "$n_args" -gt 0 ] ; then
|
/linux-5.19.10/lib/ |
D | test_scanf.c | 28 const char *fmt, int n_args, va_list ap); 32 int n_args, ...) in _test() argument 39 va_start(ap, n_args); in _test() 44 if (ret != n_args) { in _test() 46 string, fmt, ret, n_args); in _test() 50 ret = (*fn)(check_data, string, fmt, n_args, ap); in _test() 63 #define _check_numbers_template(arg_fmt, expect, str, fmt, n_args, ap) \ argument 66 for (; n_args > 0; n_args--, expect++) { \ 79 const char *fmt, int n_args, va_list ap) in check_ull() argument 83 _check_numbers_template("%llu", pval, string, fmt, n_args, ap); in check_ull() [all …]
|
/linux-5.19.10/tools/perf/ |
D | builtin-script.c | 3538 int n_args = 0; in has_required_arg() local 3551 n_args++; in has_required_arg() 3555 return n_args; in has_required_arg()
|