MCPcopy Create free account
hub / github.com/Meituan-Dianping/SQLAdvisor / usage

Function usage

extra/resolve_stack_dump.c:74–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72
73
74static void usage()
75{
76 print_version();
77 printf("MySQL AB, by Sasha Pachev\n");
78 printf("This software comes with ABSOLUTELY NO WARRANTY\n\n");
79 printf("Resolve numeric stack strace dump into symbols.\n\n");
80 printf("Usage: %s [OPTIONS] symbols-file [numeric-dump-file]\n",
81 my_progname);
82 my_print_help(my_long_options);
83 my_print_variables(my_long_options);
84 printf("\n\
85The symbols-file should include the output from: 'nm --numeric-sort mysqld'.\n\
86The numeric-dump-file should contain a numeric stack trace from mysqld.\n\
87If the numeric-dump-file is not given, the stack trace is read from stdin.\n");
88}
89
90
91static void die(const char* fmt, ...)

Callers 2

get_one_optionFunction · 0.70
parse_argsFunction · 0.70

Calls 3

my_print_helpFunction · 0.85
my_print_variablesFunction · 0.85
print_versionFunction · 0.70

Tested by

no test coverage detected