Home
last modified time | relevance | path

Searched refs:MAX_ARGS (Results 1 – 3 of 3) sorted by relevance

/tools/testing/selftests/ftrace/test.d/dynevent/
A Ddynevent_limitations.tc7 MAX_ARGS=128
8 EXCEED_ARGS=$((MAX_ARGS + 1))
/tools/lib/subcmd/
A Dexec-cmd.c14 #define MAX_ARGS 32 macro
198 const char *argv[MAX_ARGS + 1]; in execl_cmd()
205 while (argc < MAX_ARGS) { in execl_cmd()
211 if (MAX_ARGS <= argc) { in execl_cmd()
/tools/perf/bench/
A Dnuma.c1796 #define MAX_ARGS 50 macro
1807 BUG_ON(size >= MAX_ARGS); in command_size()
1873 static const char *tests[][MAX_ARGS] = {

Completed in 7 milliseconds