Home
last modified time | relevance | path

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

/linux/tools/perf/scripts/python/bin/
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 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 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/lib/tests/
H A Dscanf_kunit.c22 const void *check_data, const char *string, const char *fmt, int n_args,
27 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()
47 #define _check_numbers_template(arg_fmt, expect, str, fmt, n_args, ap) \ argument
49 for (; n_args > 0; n_args--, expect++) { \
61 const char *string, const char *fmt, int n_args, va_list ap) in check_ull() argument
65 _check_numbers_template("%llu", pval, string, fmt, n_args, ap); in check_ull()
[all …]
/linux/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/tools/perf/
H A Dbuiltin-script.c3795 int n_args = 0; in has_required_arg() local
3808 n_args++; in has_required_arg()
3812 return n_args; in has_required_arg()