Home
last modified time | relevance | path

Searched refs:popt (Results 1 – 20 of 20) sorted by relevance

/external/oprofile/pp/
Dopannotate_options.cpp55 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 …]
Dopreport_options.cpp64 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 …]
Doparchive_options.cpp46 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',
Dcommon_option.cpp42 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); in get_options()
Dopgprof_options.cpp41 popt::option options_array[] = {
42 popt::option(options::gmon_filename, "output-filename", 'o',
45 popt::option(options::threshold_opt, "threshold", 't',
/external/oprofile/m4/
Dpoptconst.m41 dnl AX_POPT_CONST - check popt prototype
4 AC_MSG_CHECKING([popt prototype])
7 AC_TRY_COMPILE([#include <popt.h>],
13 AC_MSG_RESULT([takes const char **]); AC_DEFINE(CONST_POPT, 1, [whether popt prototype takes a cons…
/external/oprofile/libabi/tests/
Dabi_test.cpp32 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); in main()
/external/oprofile/libabi/
Dopimport.cpp41 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); in main()
/external/oprofile/libpopt/
DAndroid.mk20 popt.c \
/external/oprofile/libopt++/
Dpopt_options.h55 namespace popt {
Dpopt_options.cpp22 namespace popt { namespace
/external/qemu/
Dvl.c2161 const QEMUOption *popt; in main() local
2167 popt = qemu_options; in main()
2169 if (!popt->name) { in main()
2174 if (!strcmp(popt->name, r + 1)) in main()
2176 popt++; in main()
2178 if (popt->flags & HAS_ARG) { in main()
2189 switch(popt->index) { in main()
2233 drive_add(optarg, HD_ALIAS, popt->index - QEMU_OPTION_hda); in main()
2355 drive_add(optarg, FD_ALIAS, popt->index - QEMU_OPTION_fda); in main()
Dvl-android.c2649 const QEMUOption *popt; in main() local
2655 popt = qemu_options; in main()
2657 if (!popt->name) { in main()
2661 if (!strcmp(popt->name, r + 1)) in main()
2663 popt++; in main()
2665 if (popt->flags & HAS_ARG) { in main()
2675 switch(popt->index) { in main()
2727 drive_add(optarg, HD_ALIAS, popt->index - QEMU_OPTION_hda); in main()
2849 drive_add(optarg, FD_ALIAS, popt->index - QEMU_OPTION_fda); in main()
3493 os_parse_cmd_args(popt->index, optarg); in main()
/external/bison/
DABOUT-NLS332 popt | |
516 popt | [] [] [] [] [] [] |
700 popt | [] [] [] [] [] [] [] [] |
884 popt | [] [] [] |
1068 popt | [] [] [] [] |
1252 popt | [] [] [] [] [] [] | 27
/external/oprofile/
Dconfigure.in106 AC_CHECK_LIB(popt, poptGetContext,, AC_MSG_ERROR([popt library not found]))
DChangeLog-2001275 * dae/oprofiled.c: free the poptContext + cleanup popt
278 * events/Makefile.in: use the popt library
858 pass argument to the popt library
1034 * configure.in: enable __builtin_expect, fix popt problem
1785 popt library.
DTODO132 will fail because the ~ is not expanded (no space around it) (popt bug I say)
DChangeLog-2002451 * libopt++/popt_options.cpp: place in popt
2476 * libutil/op_popt.h: POPT_TABLEEND missing in some popt.h
/external/valgrind/main/docs/internals/
DBIG_APP_NOTES.txt183 popt-devel
/external/valgrind/main/perf/
Dtinycc.c21438 const TCCOption *popt; in parse_args() local
21461 popt = tcc_options; in parse_args()
21463 p1 = popt->name; in parse_args()
21475 popt++; in parse_args()
21478 if (popt->flags & TCC_OPTION_HAS_ARG) { in parse_args()
21479 if (*r1 != '\0' || (popt->flags & TCC_OPTION_NOSEP)) { in parse_args()
21492 switch(popt->index) { in parse_args()