Searched refs:make_option (Results 1 - 2 of 2) sorted by relevance

/linux-master/tools/perf/scripts/python/
H A Dstackcollapse.py27 from optparse import OptionParser, make_option namespace
40 make_option("--include-tid", dest="include_tid",
43 make_option("--include-pid", dest="include_pid",
46 make_option("--no-comm", dest="include_comm",
49 make_option("--tidy-java", dest="tidy_java",
52 make_option("--kernel", dest="annotate_kernel",
H A Darm-cs-trace-disasm.py14 from optparse import OptionParser, make_option namespace
33 make_option("-k", "--vmlinux", dest="vmlinux_name",
35 make_option("-d", "--objdump", dest="objdump_name",
37 make_option("-v", "--verbose", dest="verbose",

Completed in 119 milliseconds