/external/oprofile/pp/ |
opannotate_options.cpp | 55 popt::option options_array[] = { 56 popt::option(demangle_option, "demangle", 'D', 59 popt::option(options::output_dir, "output-dir", 'o', 61 popt::option(options::search_dirs, "search-dirs", 'd', 63 popt::option(options::base_dirs, "base-dirs", 'b', 65 popt::option(include_file, "include-file", '\0', 67 popt::option(exclude_file, "exclude-file", '\0', 69 popt::option(include_symbols, "include-symbols", 'i', 71 popt::option(exclude_symbols, "exclude-symbols", 'e', 73 popt::option(options::objdump_params, "objdump-params", '\0' [all...] |
opreport_options.cpp | 64 popt::option options_array[] = { 65 popt::option(options::callgraph, "callgraph", 'c', 67 popt::option(options::details, "details", 'd', 69 popt::option(options::symbols, "symbols", 'l', 72 popt::option(outfile, "output-file", 'o', 75 popt::option(sort, "sort", 's', 77 popt::option(options::reverse_sort, "reverse-sort", 'r', 79 popt::option(mergespec, "merge", 'm', 81 popt::option(options::exclude_dependent, "exclude-dependent", 'x', 83 popt::option(exclude_symbols, "exclude-symbols", 'e' [all...] |
oparchive_options.cpp | 46 popt::option options_array[] = { 47 popt::option(options::outdirectory, "output-directory", 'o', 49 popt::option(options::exclude_dependent, "exclude-dependent", 'x', 51 popt::option(options::list_files, "list-files", 'l',
|
opgprof_options.cpp | 41 popt::option options_array[] = { 42 popt::option(options::gmon_filename, "output-filename", 'o', 45 popt::option(options::threshold_opt, "threshold", 't',
|
common_option.cpp | 42 popt::option common_options_array[] = { 43 popt::option(verbose_strings, "verbose", 'V', 46 popt::option(options::session_dir, "session-dir", '\0', 48 popt::option(options::image_path, "image-path", 'p', 50 popt::option(options::root_path, "root", 'R', 170 popt::parse_options(argc, argv, non_options);
|
/external/oprofile/libutil/ |
op_popt.h | 4 * than popt.h 16 #include <popt.h> 18 // not in some versions of popt.h 28 * op_poptGetContext - wrapper for popt 31 * different popt versions. This also handle unrecognized
|
/external/oprofile/libabi/tests/ |
abi_test.cpp | 32 popt::option options_array[] = { 33 popt::option(db_filename, "db", 'd', "output db to file", "filename"), 34 popt::option(abi_filename, "abi", 'a', "output abi to file", "filename") 41 popt::parse_options(argc, argv, rest);
|
/external/oprofile/libopt++/ |
popt_options.h | 14 * static popt::option allow_frob_opt(allow_frob, "allow-frob", 'a', "allow frobs"); 15 * static popt::option frob_opt(frob, "frob", 'f', "what to frob", "name"); 18 * popt::parse_options(argc, argv, add_params); 24 * static popt::option i_opt(i, ....); 38 * popt::option(demangle, "demangle", 'd', "demangle C++ symbols"), 39 * popt::option(demangle, "no-demangle", '\0', "don't demangle C++ symbols"), 55 namespace popt { namespace 121 } // namespace popt
|
popt_options.cpp | 22 namespace popt { namespace 39 * @param popt_flags the popt library data type 57 /** the popt array singleton options */ 175 // we need an intermediate char array to pass to popt libs 200 // we need an intermediate char array to pass to popt libs 327 } // namespace popt
|
/external/oprofile/libabi/ |
opimport.cpp | 41 popt::option options_array[] = { 42 popt::option(verbose, "verbose", 'V', "verbose output"), 43 popt::option(output_filename, "output", 'o', "output to file", "filename"), 44 popt::option(abi_filename, "abi", 'a', "abi description", "filename"), 45 popt::option(force, "force", 'f', "force conversion, even if identical") 172 popt::parse_options(argc, argv, inputs);
|
/external/oprofile/libpopt/ |
Android.mk | 20 popt.c \
|
/external/qemu/ |
vl-android.c | 2636 const QEMUOption *popt; local [all...] |
vl.c | 2161 const QEMUOption *popt; local [all...] |
/external/valgrind/main/perf/ |
tinycc.c | 21437 const TCCOption *popt; local [all...] |