Lines Matching defs:LONG_OPTIONS
104 constexpr struct option LONG_OPTIONS[] = {
310 if (!strcmp(LONG_OPTIONS[optionIndex].name, "buffer_size")) {
325 } else if (!strcmp(LONG_OPTIONS[optionIndex].name, "trace_clock")) {
333 } else if (!strcmp(LONG_OPTIONS[optionIndex].name, "help")) {
335 } else if (!strcmp(LONG_OPTIONS[optionIndex].name, "time")) {
343 } else if (!strcmp(LONG_OPTIONS[optionIndex].name, "list_categories")) {
345 } else if (!strcmp(LONG_OPTIONS[optionIndex].name, "output")) {
347 } else if (!strcmp(LONG_OPTIONS[optionIndex].name, "overwrite")) {
349 } else if (!strcmp(LONG_OPTIONS[optionIndex].name, "trace_begin")) {
351 } else if (!strcmp(LONG_OPTIONS[optionIndex].name, "trace_finish")) {
353 } else if (!strcmp(LONG_OPTIONS[optionIndex].name, "trace_finish_nodump")) {
355 } else if (!strcmp(LONG_OPTIONS[optionIndex].name, "trace_dump")) {
357 } else if (!strcmp(LONG_OPTIONS[optionIndex].name, "record")) {
367 } else if (!strcmp(LONG_OPTIONS[optionIndex].name, "start_bgsrv")) {
369 } else if (!strcmp(LONG_OPTIONS[optionIndex].name, "dump_bgsrv")) {
371 } else if (!strcmp(LONG_OPTIONS[optionIndex].name, "stop_bgsrv")) {
373 } else if (!strcmp(LONG_OPTIONS[optionIndex].name, "text")) {
375 } else if (!strcmp(LONG_OPTIONS[optionIndex].name, "raw")) {
377 } else if (!strcmp(LONG_OPTIONS[optionIndex].name, "file_size")) {
475 opt = getopt_long(argc, argv, shortOption.c_str(), LONG_OPTIONS, &optionIndex);