Searched refs:make_option (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/scripts/python/ |
H A D | stackcollapse.py | 27 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",
|
/kernel/linux/linux-6.6/tools/perf/scripts/python/ |
H A D | stackcollapse.py | 27 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 D | arm-cs-trace-disasm.py | 14 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",
|
/kernel/uniproton/ |
H A D | build.py | 95 def __init__(self, cpu_type: str, make_option="normal", lib_run_type="FPGA", choice="ALL", make_phase="ALL", 117 self.compile_option = make_option
|
Completed in 2 milliseconds