Home
last modified time | relevance | path

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

/linux-5.19.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-5.19.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-5.19.10/lib/
Dtest_scanf.c28 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/
Dbuiltin-script.c3538 int n_args = 0; in has_required_arg() local
3551 n_args++; in has_required_arg()
3555 return n_args; in has_required_arg()