Home
last modified time | relevance | path

Searched refs:collector (Results 1 – 25 of 79) sorted by relevance

1234

/openbmc/openbmc/poky/meta/recipes-devtools/bootchart2/bootchart2/
H A D0001-Do-not-include-linux-fs.h.patch14 collector/collector.c | 1 -
17 diff --git a/collector/collector.c b/collector/collector.c
19 --- a/collector/collector.c
20 +++ b/collector/collector.c
H A D0001-collector-Allocate-space-on-heap-for-chunks.patch4 Subject: [PATCH] collector: Allocate space on heap for chunks
12 collector/dump.c | 7 ++++---
15 diff --git a/collector/dump.c b/collector/dump.c
17 --- a/collector/dump.c
18 +++ b/collector/dump.c
H A D0001-bootchartd.in-make-sure-only-one-bootchartd-process.patch12 root 103 101 8 03:27 ? 00:00:02 /lib64/bootchart/bootchart-collector 50
14 root 792 106 0 03:27 ? 00:00:00 /lib64/bootchart/bootchart-collector --usleep 10000…
18 [bootchart] bootchart-collector started as pid 596 with 2 args:
26 [bootchart] bootchart-collector pid: 596 unmounted proc / clean exit
42 root 103 101 6 03:36 ? 00:00:04 /lib64/bootchart/bootchart-collector 50
63 # wait a little, until the collector is going, before allowing
H A D0001-Makefile-Let-bootchartd.conf-use-EARLY_.patch21 install-collector: all install-chroot
25 …install -m 755 -D bootchart-collector $(DESTDIR)$(PKGLIBDIR)/$(PROGRAM_PREFIX)bootchart$(PROGRAM_S…
/openbmc/openbmc/meta-openpower/recipes-phosphor/debug/
H A Dopenpower-debug-collector-systemd-links.inc7 # debug collector checkstop service for basic error reporting
9 …LINK="$D$systemd_system_unitdir/obmc-host-crash@0.target.wants/openpower-debug-collector-checkstop…
10 TARGET="../openpower-debug-collector-checkstop@.service"
14 …LINK="$D$systemd_system_unitdir/obmc-host-timeout@0.target.wants/openpower-debug-collector-watchdo…
15 TARGET="../openpower-debug-collector-watchdog@.service"
19 …LINK="$D$systemd_system_unitdir/obmc-host-timeout@0.target.wants/openpower-debug-collector-watchdo…
20 TARGET="../openpower-debug-collector-watchdog-timeout@.service"
35 …LINK="$D$systemd_system_unitdir/obmc-host-crash@0.target.wants/openpower-debug-collector-checkstop…
38 …LINK="$D$systemd_system_unitdir/obmc-host-timeout@0.target.wants/openpower-debug-collector-watchdo…
41 …LINK="$D$systemd_system_unitdir/obmc-host-timeout@0.target.wants/openpower-debug-collector-watchdo…
H A Dopenpower-debug-collector.inc1 HOMEPAGE = "https://github.com/openbmc/openpower-debug-collector"
4 SRC_URI += "git://github.com/openbmc/openpower-debug-collector;branch=master;protocol=https"
H A Dopenpower-debug-collector-yaml-provider_git.bb1 SUMMARY = "openpower-debug-collector: install phosphor-logging yaml"
8 require openpower-debug-collector.inc
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/bdwgc/
H A Dbdwgc_8.2.8.bb1 SUMMARY = "A garbage collector for C and C++"
3 DESCRIPTION = "The Boehm-Demers-Weiser conservative garbage collector can be\
6 deallocating memory that is no longer useful. The collector automatically\
9 The collector is also used by a number of programming language\
11 easier interoperation with C libraries, or just prefer the simple collector\
13 Alternatively, the garbage collector may be used as a leak detector for C\
15 Empirically, this collector works with most unmodified C programs, simply\
/openbmc/linux/drivers/md/bcache/
H A Dstats.c155 unsigned int t = atomic_xchg(&acc->collector.name, 0); \ in scale_accounting()
203 mark_cache_stats(&dc->accounting.collector, hit, bypass); in bch_mark_cache_accounting()
204 mark_cache_stats(&c->accounting.collector, hit, bypass); in bch_mark_cache_accounting()
211 atomic_inc(&dc->accounting.collector.cache_miss_collisions); in bch_mark_cache_miss_collision()
212 atomic_inc(&c->accounting.collector.cache_miss_collisions); in bch_mark_cache_miss_collision()
218 atomic_add(sectors, &dc->accounting.collector.sectors_bypassed); in bch_mark_sectors_bypassed()
219 atomic_add(sectors, &c->accounting.collector.sectors_bypassed); in bch_mark_sectors_bypassed()
/openbmc/openbmc/meta-phosphor/recipes-phosphor/packagegroups/
H A Dpackagegroup-obmc-apps.bb27 ${PN}-debug-collector \
153 SUMMARY:${PN}-debug-collector = "BMC debug collector"
154 RDEPENDS:${PN}-debug-collector = " \
155 phosphor-debug-collector-manager \
156 phosphor-debug-collector-monitor \
157 phosphor-debug-collector-dreport \
158 phosphor-debug-collector-scripts \
/openbmc/linux/net/rxrpc/
H A Dpeer_event.c231 struct list_head *collector, in rxrpc_peer_keepalive_dispatch() argument
243 while (!list_empty(collector)) { in rxrpc_peer_keepalive_dispatch()
244 peer = list_entry(collector->next, in rxrpc_peer_keepalive_dispatch()
295 LIST_HEAD(collector); in rxrpc_peer_keepalive_worker()
313 list_splice_init(&rxnet->peer_keepalive_new, &collector); in rxrpc_peer_keepalive_worker()
318 &collector); in rxrpc_peer_keepalive_worker()
328 rxrpc_peer_keepalive_dispatch(rxnet, &collector, base, cursor); in rxrpc_peer_keepalive_worker()
329 ASSERT(list_empty(&collector)); in rxrpc_peer_keepalive_worker()
/openbmc/openbmc/poky/scripts/pybootchartgui/
H A DNEWS37 + collector
57 + exit 0 for start, if the collector is already running (Harald)
58 + collector
79 + collector
93 + collector
114 + collector
125 + collector
134 + collector
164 + bootchart-collector
178 + collector arg -m should mount /proc
[all …]
/openbmc/docs/designs/
H A Dncsi-coredump.md31 This design will reuse existing phosphor-debug-collector module:
32 <https://github.com/openbmc/phosphor-debug-collector> and extend the dump
49 ### Integrate with phosphor-debug-collector
51 Since phosphor-debug-collector using shell scripts for data collection, a new
52 collector script named "ncsicoredump" will be added. This script will help to
/openbmc/openbmc/meta-phosphor/recipes-phosphor/dump/
H A Dphosphor-debug-collector.inc1 HOMEPAGE = "https://github.com/openbmc/phosphor-debug-collector"
4 SRC_URI += "git://github.com/openbmc/phosphor-debug-collector;branch=master;protocol=https"
/openbmc/openbmc/meta-phosphor/recipes-phosphor/logging/
H A Dffdc_git.bb1 SUMMARY = "FFDC collector script"
19 require recipes-phosphor/dump/phosphor-debug-collector.inc
/openbmc/linux/tools/tracing/latency/
H A DMakefile7 TARGETS = latency-collector
17 $(RM) latency-collector
H A D.gitignore2 latency-collector
/openbmc/openbmc/meta-openpower/recipes-phosphor/packagegroups/
H A Dpackagegroup-obmc-apps.bbappend6 # Add openpower debug collector as a requirement for state-mgmt
8 RDEPENDS:${PN}-host-state-mgmt:append:df-openpower = " openpower-debug-collector"
/openbmc/openbmc-test-automation/ffdc/docs/
H A Dyaml_syntax_rules.md10 improve the execution, parsing and data collection feeds to the collector
15 The collector parser and engine needs a very minimal set of rules user need to
29 This block statement in YAML one must follow for the collector to do operation
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Logging/
H A DREADME.md22 - Refer to [openpower-debug-collector][openpower-debug-collector].
24 [openpower-debug-collector]:
25 https://github.com/openbmc/openpower-debug-collector
/openbmc/openbmc/meta-yadro/recipes-yadro/cli/
H A Dobmc-yadro-cli_git.bb20 phosphor-debug-collector-dreport \
21 phosphor-debug-collector-scripts \
/openbmc/openbmc/meta-phosphor/classes/
H A Dobmc-phosphor-image.bbclass11 # - obmc-debug-collector - OpenBMC debug collector
60 FEATURE_PACKAGES_obmc-debug-collector ?= "packagegroup-obmc-apps-debug-collector"
/openbmc/phosphor-debug-collector/
H A Dmeson.options49 value: '/var/lib/phosphor-debug-collector/dumps/',
84 value: '/var/lib/phosphor-debug-collector/elogid',
128 value: '/var/lib/phosphor-debug-collector/faultlogs/',
/openbmc/linux/Documentation/spi/
H A Dspi-lm70llp.rst66 collector is tied to VCC.
70 the collector to zero, which is reflected on pin 13 of the DB25 parport
72 hand, the transistor is cut off and the voltage tied to its collector is
/openbmc/openbmc-test-automation/lib/
H A Dopenbmc_ffdc.robot63 ... FFDC_DEFAULT:1 use legacy ffdc collector
64 ... FFDC_DEFAULT:0 use new ffdc collector.

1234