Lines Matching refs:argc
1649 static int timechart__io_record(int argc, const char **argv)
1728 argc;
1777 for (i = 0; i < (unsigned int)argc; i++)
1784 static int timechart__record(struct timechart *tchart, int argc, const char **argv)
1846 rec_argc = record_elems + argc;
1868 for (j = 0; j < (unsigned int)argc; j++)
1924 int cmd_timechart(int argc, const char **argv)
2008 argc = parse_options_subcommand(argc, argv, timechart_options, timechart_subcommands,
2017 if (argc && strlen(argv[0]) > 2 && strstarts("record", argv[0])) {
2018 argc = parse_options(argc, argv, timechart_record_options,
2029 ret = timechart__io_record(argc, argv);
2031 ret = timechart__record(&tchart, argc, argv);
2033 } else if (argc)