| /openbmc/openbmc/poky/scripts/pybootchartgui/pybootchartgui/ |
| H A D | process_tree.py | 41 monitoredApp, prune, idle, taskstats, argument 70 if prune: 71 p_processes = self.prune(self.process_tree, None) 155 def prune(self, process_subtree, parent): member in ProcessTree 176 prune = False 178 prune = True 181 prune = True 183 if prune: 190 num_removed += self.prune(p.child_list, p) 192 num_removed += self.prune(p.child_list, p)
|
| H A D | main.py.in | 43 # parser.add_option("-n", "--no-prune", action="store_false", dest="prune", default=True, 44 # help="do not prune the process tree") 115 options.prune = True
|
| H A D | main.py | 115 options.prune = True
|
| H A D | parsing.py | 108 options.prune, idle, self.taskstats,
|
| /openbmc/openbmc/poky/scripts/pybootchartgui/pybootchartgui/tests/ |
| H A D | process_tree_test.py | 28 … trace.ps_stats.sample_period, None, options.prune, None, None, False, for_testing = True) 63 self.processtree.prune(self.processtree.process_tree, None) 69 self.processtree.prune(self.processtree.process_tree, None) 76 self.processtree.prune(self.processtree.process_tree, None) 84 self.processtree.prune(self.processtree.process_tree, None)
|
| /openbmc/openbmc/meta-google/recipes-google/ncsi/files/ |
| H A D | gbmc-ncsi-purge.service.in | 7 …t=find /etc/systemd/network -mindepth 1 ! -name 00-bmc-@NCSI_IF@.network -exec rm -vrf {} \; -prune
|
| /openbmc/phosphor-logging/test/openpower-pels/ |
| H A D | repository_test.cpp | 655 auto IDs = repo.prune(id); in TEST_F() 705 auto IDs = repo.prune(id); in TEST_F() 764 auto IDs = repo.prune(id); in TEST_F() 787 auto IDs = repo.prune(id); in TEST_F() 801 IDs = repo.prune(id); in TEST_F() 1021 auto IDs = repo.prune(id); in TEST_F() 1035 IDs = repo.prune(id); in TEST_F()
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/nodejs/nodejs/ |
| H A D | 0001-Disable-running-gyp-files-for-bundled-deps.patch | 13 We also explicitly prune some dependencies from source in the bitbake recipe:
|
| /openbmc/phosphor-fan-presence/sensor-monitor/ |
| H A D | alarm_timestamps.hpp | 125 void prune( in prune() function in sensor::monitor::AlarmTimestamps
|
| H A D | shutdown_alarm_monitor.cpp | 115 timestamps.prune(alarms); in ShutdownAlarmMonitor()
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/usbip-tools/ |
| H A D | usbip-tools.bb | 30 # be wiped when we prune dest below. We just set it to usbip-tools-1.0
|
| /openbmc/openbmc/poky/meta/recipes-extended/ghostscript/ |
| H A D | ghostscript_10.05.1.bb | 57 # ghostscript can't link to them. Can't prune zlib as that's needed for the
|
| /openbmc/phosphor-logging/extensions/openpower-pels/ |
| H A D | repository.hpp | 406 std::vector<uint32_t> prune(const std::vector<uint32_t>& idsWithHwIsoEntry);
|
| H A D | repository.cpp | 602 std::vector<uint32_t> Repository::prune( in prune() function in openpower::pels::Repository
|
| H A D | manager.cpp | 552 auto idsToDelete = _repo.prune(idsWithHwIsoEntry); in pruneRepo()
|
| /openbmc/openbmc/poky/meta/classes-recipe/ |
| H A D | rootfs-postcommands.bbclass | 439 find "${IMAGE_ROOTFS}" -path "${IMAGE_ROOTFS}/home" -prune -o \
|
| /openbmc/u-boot/ |
| H A D | Makefile | 412 -prune -o
|
| /openbmc/openbmc/poky/bitbake/doc/bitbake-user-manual/ |
| H A D | bitbake-user-manual-execution.rst | 487 used to prune the "run" scripts down to the minimum set, thereby
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libeigen/libeigen/ |
| H A D | 0002-Remove-LGPL-Code-and-references.patch | 779 - // FIXME add a generic "prune/filter" expression for both dense and sparse object to sparse
|
| /openbmc/openbmc/poky/documentation/overview-manual/ |
| H A D | concepts.rst | 1686 used to prune the "run" scripts down to the minimum set, thereby
|