Home
last modified time | relevance | path

Searched refs:prune (Results 1 – 25 of 35) sorted by relevance

12

/openbmc/openbmc/poky/scripts/pybootchartgui/pybootchartgui/
H A Dprocess_tree.py41 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 Dmain.py.in43 # 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 Dmain.py115 options.prune = True
H A Dparsing.py107 options.prune, idle, self.taskstats,
/openbmc/linux/scripts/
H A Dtags.sh53 prune="$prune -wholename $i -prune -o"
55 find ${tree}arch/$1 $ignore $prune -name "$2" -not -type l -print;
71 find ${tree}include $ignore -name config -prune -o -name "$1" \
80 \( -path ${tree}include -o -path ${tree}arch -o -name '.tmp_*' \) -prune -o \
/openbmc/openbmc/poky/scripts/pybootchartgui/pybootchartgui/tests/
H A Dprocess_tree_test.py28 … 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/linux/drivers/gpu/drm/ci/xfails/
H A Dmsm-apq8096-flakes.txt4 kms_force_connector_basic@prune-stale-modes
H A Dmsm-apq8016-flakes.txt4 kms_force_connector_basic@prune-stale-modes
H A Dmeson-g12b-flakes.txt4 kms_force_connector_basic@prune-stale-modes
H A Dmediatek-mt8173-fails.txt17 kms_force_connector_basic@prune-stale-modes,Fail
/openbmc/openbmc/meta-google/recipes-google/ncsi/files/
H A Dgbmc-ncsi-purge.service.in7 …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 Drepository_test.cpp667 auto IDs = repo.prune(id); in TEST_F()
717 auto IDs = repo.prune(id); in TEST_F()
776 auto IDs = repo.prune(id); in TEST_F()
799 auto IDs = repo.prune(id); in TEST_F()
813 IDs = repo.prune(id); in TEST_F()
1033 auto IDs = repo.prune(id); in TEST_F()
1047 IDs = repo.prune(id); in TEST_F()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/nodejs/nodejs/
H A D0001-Disable-running-gyp-files-for-bundled-deps.patch13 We also explicitly prune some dependencies from source in the bitbake recipe:
/openbmc/phosphor-fan-presence/sensor-monitor/
H A Dalarm_timestamps.hpp126 void prune( in prune() function in sensor::monitor::AlarmTimestamps
H A Dshutdown_alarm_monitor.cpp118 timestamps.prune(alarms); in ShutdownAlarmMonitor()
/openbmc/openbmc/poky/meta/recipes-connectivity/iproute2/iproute2/
H A D0001-ip-rearrange-and-prune-header-files.patch4 Subject: [PATCH] ip: rearrange and prune header files
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/usbip-tools/
H A Dusbip-tools.bb30 # 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 Dghostscript_10.04.0.bb54 # ghostscript can't link to them. Can't prune zlib as that's needed for the
/openbmc/openbmc/poky/meta/recipes-connectivity/iproute2/
H A Diproute2_6.12.0.bb16 file://0001-ip-rearrange-and-prune-header-files.patch \
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Drepository.hpp406 std::vector<uint32_t> prune(const std::vector<uint32_t>& idsWithHwIsoEntry);
H A Drepository.cpp612 std::vector<uint32_t> Repository::prune( in prune() function in openpower::pels::Repository
/openbmc/linux/Documentation/mm/
H A Dksm.rst74 "chains" is scanned periodically in order to prune stale stable_nodes.
/openbmc/linux/
H A DMakefile623 -prune -o
1733 -o -path $(abs_srctree)/rust/alloc -prune \
1734 -o -path $(abs_objtree)/rust/test -prune \
/openbmc/linux/sound/soc/
H A Dsoc-pcm.c1477 int prune = 0; in dpcm_prune_paths() local
1489 prune++; in dpcm_prune_paths()
1492 dev_dbg(fe->dev, "ASoC: found %d old BE paths for pruning\n", prune); in dpcm_prune_paths()
1493 return prune; in dpcm_prune_paths()
/openbmc/linux/Documentation/admin-guide/sysctl/
H A Dfs.rst117 system needs to prune the inode list instead of allocating

12