Home
last modified time | relevance | path

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

/linux/tools/perf/scripts/python/bin/
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
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
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/
A 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()
66 for (; n_args > 0; n_args--, expect++) { \
79 const char *fmt, int n_args, va_list ap) in check_ull() argument
87 const char *fmt, int n_args, va_list ap) in check_ll() argument
95 const char *fmt, int n_args, va_list ap) in check_ulong() argument
103 const char *fmt, int n_args, va_list ap) in check_long() argument
[all …]
/linux/tools/perf/scripts/perl/bin/
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/
A Dbuiltin-script.c3425 int n_args = 0; in has_required_arg() local
3438 n_args++; in has_required_arg()
3442 return n_args; in has_required_arg()

Completed in 17 milliseconds