nuttx-apps/system/perf-tools
wangmingrong1 bbfd6bde03 apps/perf-tools: fix compile error
apps/system/perf-tools/builtin-write.c:58:17: error: implicit declaration of function 'getopt' [-Werror=implicit-function-declaration]
   58 |   while ((opt = getopt(argc, (char **)argv, "a:s:")) != ERROR)
      |                 ^~~~~~
apps/system/perf-tools/builtin-write.c:63:28: error: 'optarg' undeclared (first use in this function)
   63 |             addr = strtoul(optarg, NULL, 16);

Signed-off-by: wangmingrong1 <wangmingrong1@xiaomi.com>
2026-04-20 15:20:13 +08:00
..
CMakeLists.txt Merge branch 'master' into vela 2026-04-20 15:18:54 +08:00
Kconfig Merge branch 'master' into vela 2026-04-20 15:18:54 +08:00
Make.defs Merge branch 'master' into vela 2026-04-20 15:18:54 +08:00
Makefile Merge branch 'master' into vela 2026-04-20 15:18:54 +08:00
builtin-help.c Merge branch 'master' into vela 2026-04-20 15:18:54 +08:00
builtin-list.c Merge branch 'master' into vela 2026-04-20 15:18:54 +08:00
builtin-record.c perf-tool:support flame graph 2026-04-20 15:19:04 +08:00
builtin-stat.c Merge branch 'master' into vela 2026-04-20 15:18:54 +08:00
builtin-version.c Merge branch 'master' into vela 2026-04-20 15:18:54 +08:00
builtin-write.c apps/perf-tools: fix compile error 2026-04-20 15:20:13 +08:00
builtin.h Merge branch 'master' into vela 2026-04-20 15:18:54 +08:00
evlist.c perf-tool:add perf support to dev-system 2026-04-20 15:19:04 +08:00
evlist.h perf-tool:add perf support to dev-system 2026-04-20 15:19:04 +08:00
evsel.c Merge branch 'master' into vela 2026-04-20 15:18:54 +08:00
evsel.h Merge branch 'master' into vela 2026-04-20 15:18:54 +08:00
parse-options.c perf-tool:support flame graph 2026-04-20 15:19:04 +08:00
parse-options.h perf-tool:support flame graph 2026-04-20 15:19:04 +08:00
perf.c Merge branch 'master' into vela 2026-04-20 15:18:54 +08:00