/openbmc/linux/kernel/debug/kdb/ |
H A D | kdb_support.c | 270 if (!KDB_STATE(SUPPRESS)) { in kdb_getarea_size() 272 KDB_STATE_SET(SUPPRESS); in kdb_getarea_size() 276 KDB_STATE_CLEAR(SUPPRESS); in kdb_getarea_size() 295 if (!KDB_STATE(SUPPRESS)) { in kdb_putarea_size() 297 KDB_STATE_SET(SUPPRESS); in kdb_putarea_size() 301 KDB_STATE_CLEAR(SUPPRESS); in kdb_putarea_size()
|
H A D | kdb_main.c | 1339 KDB_STATE_CLEAR(SUPPRESS); in kdb_local() 1459 KDB_STATE_CLEAR(SUPPRESS); in kdb_main_loop()
|
/openbmc/qemu/scripts/performance/ |
H A D | topN_perf.py | 49 parser.add_argument('command', type=str, nargs='+', help=argparse.SUPPRESS)
|
H A D | topN_callgrind.py | 49 parser.add_argument('command', type=str, nargs='+', help=argparse.SUPPRESS)
|
H A D | dissect.py | 70 parser.add_argument('command', type=str, nargs='+', help=argparse.SUPPRESS)
|
/openbmc/openbmc/poky/scripts/ |
H A D | oe-test | 44 parser.add_argument('-h', '--help', action='help', default=argparse.SUPPRESS,
|
H A D | recipetool | 50 parser.add_argument('-h', '--help', action='help', default=argparse.SUPPRESS,
|
H A D | buildhistory-diff | 67 help=argparse.SUPPRESS)
|
H A D | yocto-check-layer | 80 default=argparse.SUPPRESS,
|
H A D | install-buildtools | 181 default=argparse.SUPPRESS,
|
H A D | devtool | 233 parser.add_argument('-h', '--help', action='help', default=argparse.SUPPRESS,
|
/openbmc/openbmc/poky/bitbake/bin/ |
H A D | bitbake-config-build | 44 parser.add_argument('-h', '--help', action='help', default=argparse.SUPPRESS,
|
H A D | bitbake-layers | 44 parser.add_argument('-h', '--help', action='help', default=argparse.SUPPRESS,
|
/openbmc/openbmc/poky/scripts/esdk-tools/ |
H A D | recipetool | 50 parser.add_argument('-h', '--help', action='help', default=argparse.SUPPRESS,
|
H A D | devtool | 233 parser.add_argument('-h', '--help', action='help', default=argparse.SUPPRESS,
|
/openbmc/linux/tools/perf/scripts/python/ |
H A D | flamegraph.py | 233 help=argparse.SUPPRESS)
|
/openbmc/openbmc/poky/scripts/lib/ |
H A D | argparse_oe.py | 79 if action.dest == argparse.SUPPRESS:
|
/openbmc/linux/drivers/input/misc/ |
H A D | adxl34x.c | 84 #define SUPPRESS (1 << 3) macro
|
/openbmc/openbmc-tools/openbmctool/ |
H A D | openbmctool.py | 4722 parser.add_argument('-c', '--CerFormat', action='store_true', help=argparse.SUPPRESS) 4723 parser.add_argument('-T', '--procTime', action='store_true', help= argparse.SUPPRESS) 4780 sel_print.add_argument('-d', '--devdebug', action='store_true', help=argparse.SUPPRESS) 4821 parser_servData.add_argument('-d', '--devdebug', action='store_true', help=argparse.SUPPRESS)
|
/openbmc/openbmc/poky/scripts/lib/recipetool/ |
H A D | create.py | 1437 parser_create.add_argument('--devtool', action="store_true", help=argparse.SUPPRESS)
|