Home
last modified time | relevance | path

Searched refs:counts (Results 1 – 25 of 73) sorted by relevance

123

/openbmc/qemu/tests/bench/
H A Datomic_add-bench.c20 static struct count *counts; variable
68 qemu_mutex_lock(&counts[index].lock); in thread_func()
69 counts[index].val += 1; in thread_func()
70 qemu_mutex_unlock(&counts[index].lock); in thread_func()
72 qatomic_inc(&counts[index].val); in thread_func()
101 counts = qemu_memalign(64, sizeof(*counts) * range); in create_threads()
102 memset(counts, 0, sizeof(*counts) * range); in create_threads()
104 qemu_mutex_init(&counts[i].lock); in create_threads()
131 val += counts[i].val; in pr_stats()
H A Datomic64-bench.c25 static struct count *counts; variable
69 qatomic_read_i64(&counts[index].i64); in thread_func()
98 counts = g_malloc0_n(range, sizeof(*counts)); in create_threads()
/openbmc/qemu/contrib/plugins/
H A Dhwprofile.c34 IOCounts counts; member
112 GList *counts; in plugin_exit() local
125 counts = g_hash_table_get_values(devices); in plugin_exit()
126 if (counts && g_list_next(counts)) { in plugin_exit()
129 it = g_list_sort_with_data(counts, sort_cmp, NULL); in plugin_exit()
143 fmt_iocount_record(report, &loc->counts); in plugin_exit()
208 DeviceCounts *counts; in vcpu_haddr() local
211 counts = (DeviceCounts *) g_hash_table_lookup(devices, name); in vcpu_haddr()
213 if (!counts) { in vcpu_haddr()
215 counts = new_count(name, base); in vcpu_haddr()
[all …]
H A Dhowvec.c180 GList *counts; in plugin_exit() local
208 counts = g_hash_table_get_values(insns); in plugin_exit()
209 if (counts && g_list_next(counts)) { in plugin_exit()
211 counts = g_list_sort_with_data(counts, cmp_exec_count, NULL); in plugin_exit()
213 for (i = 0; i < limit && g_list_next(counts); in plugin_exit()
214 i++, counts = g_list_next(counts)) { in plugin_exit()
215 InsnExecCount *rec = (InsnExecCount *) counts->data; in plugin_exit()
225 g_list_free(counts); in plugin_exit()
H A Dhotpages.c80 GList *counts; in plugin_exit() local
82 counts = g_hash_table_get_values(pages); in plugin_exit()
83 if (counts && g_list_next(counts)) { in plugin_exit()
86 it = g_list_sort_with_data(counts, cmp_access_count, NULL); in plugin_exit()
H A Dhotblocks.c76 GList *counts, *it; in plugin_exit() local
81 counts = g_hash_table_get_values(hotblocks); in plugin_exit()
82 it = g_list_sort_with_data(counts, cmp_exec_count, NULL); in plugin_exit()
/openbmc/qemu/tests/tcg/plugins/
H A Dbb.c24 static struct qemu_plugin_scoreboard *counts; variable
48 CPUCount *count = qemu_plugin_scoreboard_find(counts, i); in plugin_exit()
56 qemu_plugin_scoreboard_free(counts); in plugin_exit()
61 CPUCount *count = qemu_plugin_scoreboard_find(counts, cpu_index); in vcpu_idle()
73 CPUCount *count = qemu_plugin_scoreboard_find(counts, cpu_index); in vcpu_tb_exec()
121 counts = qemu_plugin_scoreboard_new(sizeof(CPUCount)); in qemu_plugin_install()
122 bb_count = qemu_plugin_scoreboard_u64_in_struct(counts, CPUCount, bb_count); in qemu_plugin_install()
124 counts, CPUCount, insn_count); in qemu_plugin_install()
H A Dmem.c60 static struct qemu_plugin_scoreboard *counts; variable
96 GList *counts = g_hash_table_get_values(regions); in plugin_exit() local
98 counts = g_list_sort_with_data(counts, addr_order, NULL); in plugin_exit()
102 if (counts && g_list_next(counts)) { in plugin_exit()
103 for (/* counts */; counts; counts = counts->next) { in plugin_exit()
104 RegionInfo *ri = (RegionInfo *) counts->data; in plugin_exit()
118 qemu_plugin_scoreboard_free(counts); in plugin_exit()
399 counts = qemu_plugin_scoreboard_new(sizeof(CPUCount)); in qemu_plugin_install()
401 counts, CPUCount, mem_count); in qemu_plugin_install()
402 io_count = qemu_plugin_scoreboard_u64_in_struct(counts, CPUCount, io_count); in qemu_plugin_install()
H A Dinline.c37 static struct qemu_plugin_scoreboard *counts; variable
173 qemu_plugin_scoreboard_free(counts); in plugin_exit()
280 counts = qemu_plugin_scoreboard_new(sizeof(CPUCount)); in qemu_plugin_install()
282 counts, CPUCount, count_tb); in qemu_plugin_install()
284 counts, CPUCount, count_insn); in qemu_plugin_install()
286 counts, CPUCount, count_mem); in qemu_plugin_install()
288 counts, CPUCount, count_tb_inline); in qemu_plugin_install()
290 counts, CPUCount, count_insn_inline); in qemu_plugin_install()
292 counts, CPUCount, count_mem_inline); in qemu_plugin_install()
294 counts, CPUCount, tb_cond_num_trigger); in qemu_plugin_install()
[all …]
H A Dinsn.c34 struct qemu_plugin_scoreboard *counts; /* MatchCount */ member
112 MatchCount *match = qemu_plugin_scoreboard_find(insn_match->counts, in vcpu_insn_matched_exec_before()
223 qemu_plugin_u64 hit_e = qemu_plugin_scoreboard_u64_in_struct(m->counts, MatchCount, hits); in plugin_exit()
242 qemu_plugin_scoreboard_free(m->counts); in plugin_exit()
257 .counts = qemu_plugin_scoreboard_new(sizeof(MatchCount)) }; in parse_match()
/openbmc/u-boot/test/trace/
H A Dtest-trace.sh48 counts="$(tr -d ',\r' <${tmp} | awk \
52 if [ "${counts}" != "1 1 0 1 " ]; then
53 fail "trace collection error: ${counts}"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/iptraf/
H A Diptraf-ng_1.2.1.bb6 data like TCP connection packet and byte counts, interface statistics \
8 packet and byte counts. IPTraf-ng features include an IP traffic monitor \
9 which shows TCP flag information, packet and byte counts, ICMP \
12 packet counts, IP checksum errors, interface activity and packet size \
13 counts; a TCP and UDP service monitor showing counts of incoming and \
/openbmc/openbmc/meta-arm/ci/
H A Dpatchreview234 counts = recipes.countby(lambda r: r.upstream_status, results.values())
235 bars = dicttoolz.valmap(lambda v: "#" * int(math.ceil(float(v) / len(results) * 100)), counts)
237 print("%-20s %s (%d)" % (k.capitalize() if k else "No status", bars[k], counts[k]))
/openbmc/u-boot/arch/arm/mach-socfpga/include/mach/
H A Dreset_manager_gen5.h17 u32 counts; member
H A Dreset_manager_arria10.h25 u32 counts; member
/openbmc/openbmc/poky/scripts/contrib/
H A Dpatchreview.py206 counts = recipes.countby(lambda r: r.upstream_status, results.values())
207 bars = dicttoolz.valmap(lambda v: "#" * int(math.ceil(float(v) / len(results) * 100)), counts)
209 print("%-20s %s (%d)" % (k.capitalize() if k else "No status", bars[k], counts[k]))
/openbmc/qemu/tests/functional/acpi-bits/bits-tests/
H A Dsmilatency.py295 counts = [f() for i in range(count)]
96 return sum(counts)/len(counts)
/openbmc/qemu/tests/tcg/s390x/
H A DMakefile.softmmu-target56 CHECK_PLUGIN_OUTPUT_COMMAND=$(MULTIARCH_SYSTEM_SRC)/validate-memory-counts.py \
/openbmc/docs/designs/
H A Decc-dbus-sel.md37 or ECC/other uncorrectable counts need to be obtained from the EDAC driver.
75 counts and uncorrectable ECC counts in the EDAC driver.
/openbmc/qemu/tests/tcg/multiarch/system/
H A DMakefile.softmmu-target78 …ith-libmem.so: CHECK_PLUGIN_OUTPUT_COMMAND=$(MULTIARCH_SYSTEM_SRC)/validate-memory-counts.py $@.out
/openbmc/qemu/qapi/
H A Dreplay.json74 # i.e. at instruction counts greater than the current one. The
/openbmc/openbmc-test-automation/openpower/
H A Dtest_occ_power.robot42 ... msg=OCC and inventory entry counts are mismatched.
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/oprofile/oprofile/
H A D0006-replace-sym_iterator-0-with-sym_iterator.patch68 @@ -540,21 +540,21 @@ void module_info::add_to_summary(count_array_t const & counts)
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/
H A Dqunit-1.18.0.css1 …ground-color:#FFCACA;color:#500;text-decoration:none;}/**/#qunit-tests b.counts{color:#000;}#qunit…
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libsmi/libsmi/
H A Dlibsmi-fix-the-test-dump-files.patch218 "This TC describes an object that counts events with the

123