Home
last modified time | relevance | path

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

/linux-6.15/tools/perf/scripts/python/bin/
H A 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
H A 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
H A 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-6.15/lib/tests/
H A Dscanf_kunit.c27 const char *string, const char *fmt, int n_args, ...) in _test() argument
32 va_start(ap, n_args); in _test()
37 if (ret != n_args) { in _test()
39 file, line, string, fmt, ret, n_args); in _test()
41 (*fn)(test, file, line, check_data, string, fmt, n_args, ap); in _test()
49 for (; n_args > 0; n_args--, expect++) { \
65 _check_numbers_template("%llu", pval, string, fmt, n_args, ap); in check_ull()
82 _check_numbers_template("%lu", pval, string, fmt, n_args, ap); in check_ulong()
90 _check_numbers_template("%ld", pval, string, fmt, n_args, ap); in check_long()
98 _check_numbers_template("%u", pval, string, fmt, n_args, ap); in check_uint()
[all …]
/linux-6.15/tools/perf/scripts/perl/bin/
H A 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-6.15/tools/perf/
H A Dbuiltin-script.c3456 int n_args = 0; in has_required_arg() local
3469 n_args++; in has_required_arg()
3473 return n_args; in has_required_arg()