| /freebsd-14.2/sys/ofed/drivers/infiniband/core/ |
| H A D | ib_uverbs_std_types_counters.c | 51 return counters->device->destroy_counters(counters); in uverbs_free_counters() 60 struct ib_counters *counters; in UVERBS_HANDLER() local 72 if (IS_ERR(counters)) { in UVERBS_HANDLER() 73 ret = PTR_ERR(counters); in UVERBS_HANDLER() 77 counters->device = ib_dev; in UVERBS_HANDLER() 78 counters->uobject = uobj; in UVERBS_HANDLER() 79 uobj->object = counters; in UVERBS_HANDLER() 80 atomic_set(&counters->usecnt, 0); in UVERBS_HANDLER() 93 struct ib_counters *counters = in UVERBS_HANDLER() local 100 if (!atomic_read(&counters->usecnt)) in UVERBS_HANDLER() [all …]
|
| /freebsd-14.2/usr.sbin/pmcstudy/ |
| H A D | pmcstudy.c | 165 struct counters { struct 451 struct counters *at; in find_counter() 548 struct counters *iss; in br_mispredictib() 639 struct counters *mem; in splitloadib() 673 struct counters *mem; in splitload() 698 struct counters *mem; in splitload_sb() 771 struct counters *mem; in contested() 795 struct counters *mem; in contested_has() 1471 struct counters *ld; in aliasing() 1495 struct counters *ld; in aliasing_broad() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Target/ |
| H A D | TargetPfmCounters.td | 9 // This file defines the target-independent interfaces for performance counters. 13 // Definition of a hardware counters from libpfm identifiers. 17 // measured value is the sum of events on these counters. 21 // Issue counters can be tied to a ProcResource 32 // event that can be measured using performance counters that is interesting 66 // Processor can list mappings between validation events and real counters 71 // A binding of a set of counters to a CPU. 72 class PfmCountersBinding<string cpu_name, ProcPfmCounters counters> { 74 ProcPfmCounters Counters = counters; 78 class PfmCountersDefaultBinding<ProcPfmCounters counters> [all …]
|
| /freebsd-14.2/contrib/wpa/src/radius/ |
| H A D | radius_server.c | 1297 data->counters.access_rejects++; in radius_server_reject() 1298 client->counters.access_rejects++; in radius_server_reject() 1771 data->counters.unknown_types++; in radius_server_receive_auth() 1776 data->counters.access_requests++; in radius_server_receive_auth() 1888 data->counters.acct_requests++; in radius_server_receive_acct() 1889 client->counters.acct_requests++; in radius_server_receive_acct() 1916 data->counters.acct_responses++; in radius_server_receive_acct() 2443 data->counters.unknown_types, in radius_server_get_mib() 2444 data->counters.acct_requests, in radius_server_get_mib() 2501 cli->counters.unknown_types, in radius_server_get_mib() [all …]
|
| /freebsd-14.2/crypto/openssl/crypto/aes/asm/ |
| H A D | aesni-mb-x86_64.pl | 250 movdqa $counters,$mask 528 movdqa $counters,$mask 825 vmovdqu 32(%rsp),$counters 877 vpcmpgtd $zero,$counters,$zero 881 vmovdqu 48(%rsp),$counters 893 vpcmpgtd $zero,$counters,$zero 896 vpaddd $zero,$counters,$counters # decrement counters 1134 vmovdqu 32(%rsp),$counters 1186 vpcmpgtd $zero,$counters,$zero 1190 vmovdqu 48(%rsp),$counters [all …]
|
| /freebsd-14.2/tools/test/hwpmc/ |
| H A D | pmctest.py | 80 counters = p.communicate()[0] 82 if len(counters) <= 0: 86 for counter in counters.split():
|
| /freebsd-14.2/sys/gnu/gcov/ |
| H A D | gcov_fs.c | 62 void __gcov_merge_add(gcov_type *counters, unsigned int n_counters); 63 void __gcov_merge_single(gcov_type *counters, unsigned int n_counters); 64 void __gcov_merge_delta(gcov_type *counters, unsigned int n_counters); 65 void __gcov_merge_ior(gcov_type *counters, unsigned int n_counters); 67 void __gcov_merge_icall_topn(gcov_type *counters, unsigned int n_counters); 139 __gcov_merge_add(gcov_type *counters, unsigned int n_counters) in __gcov_merge_add() argument 145 __gcov_merge_single(gcov_type *counters, unsigned int n_counters) in __gcov_merge_single() argument 151 __gcov_merge_delta(gcov_type *counters, unsigned int n_counters) in __gcov_merge_delta() argument 157 __gcov_merge_ior(gcov_type *counters, unsigned int n_counters) in __gcov_merge_ior() argument 163 __gcov_merge_time_profile(gcov_type *counters, unsigned int n_counters) in __gcov_merge_time_profile() argument [all …]
|
| /freebsd-14.2/sys/dev/ocs_fc/ |
| H A D | ocs_xport.c | 41 …nk_stats_cb(int32_t status, uint32_t num_counters, ocs_hw_link_stat_counts_t *counters, void *arg); 42 …st_stats_cb(int32_t status, uint32_t num_counters, ocs_hw_host_stat_counts_t *counters, void *arg); 1075 ocs_xport_link_stats_cb(int32_t status, uint32_t num_counters, ocs_hw_link_stat_counts_t *counters,… in ocs_xport_link_stats_cb() argument 1079 …result->stats.link_stats.link_failure_error_count = counters[OCS_HW_LINK_STAT_LINK_FAILURE_COUNT].… in ocs_xport_link_stats_cb() 1080 …result->stats.link_stats.loss_of_sync_error_count = counters[OCS_HW_LINK_STAT_LOSS_OF_SYNC_COUNT].… in ocs_xport_link_stats_cb() 1083 result->stats.link_stats.crc_error_count = counters[OCS_HW_LINK_STAT_CRC_COUNT].counter; in ocs_xport_link_stats_cb() 1089 ocs_xport_host_stats_cb(int32_t status, uint32_t num_counters, ocs_hw_host_stat_counts_t *counters,… in ocs_xport_host_stats_cb() argument 1093 … result->stats.host_stats.transmit_kbyte_count = counters[OCS_HW_HOST_STAT_TX_KBYTE_COUNT].counter; in ocs_xport_host_stats_cb() 1094 … result->stats.host_stats.receive_kbyte_count = counters[OCS_HW_HOST_STAT_RX_KBYTE_COUNT].counter; in ocs_xport_host_stats_cb() 1095 … result->stats.host_stats.transmit_frame_count = counters[OCS_HW_HOST_STAT_TX_FRAME_COUNT].counter; in ocs_xport_host_stats_cb() [all …]
|
| /freebsd-14.2/sys/dev/mlx5/mlx5_fpga/ |
| H A D | ipsec.h | 46 int mlx5_fpga_ipsec_counters_read(struct mlx5_core_dev *mdev, u64 *counters, 77 u64 *counters) in mlx5_fpga_ipsec_counters_read() argument
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/timer/ |
| H A D | nvidia,tegra186-timer.yaml | 13 The Tegra timer provides 29-bit timer counters and a 32-bit timestamp 24 The Tegra186 timer provides ten 29-bit timer counters. 27 The Tegra234 timer provides sixteen 29-bit timer counters.
|
| H A D | nuvoton,npcm7xx-timer.txt | 4 timer counters.
|
| /freebsd-14.2/sys/dev/mlx5/mlx5_core/ |
| H A D | mlx5_fs_counters.c | 119 return counter ? &counter->list : &fc_stats->counters; in mlx5_fc_counters_lookup_next() 199 list_for_each_entry_from(counter, &fc_stats->counters, list) { in mlx5_fc_stats_query_counter_range() 277 if (addlist || !list_empty(&fc_stats->counters)) in mlx5_fc_stats_work() 298 list_empty(&fc_stats->counters)) in mlx5_fc_stats_work() 300 last = list_last_entry(&fc_stats->counters, struct mlx5_fc, list); in mlx5_fc_stats_work() 302 counter = list_first_entry(&fc_stats->counters, struct mlx5_fc, in mlx5_fc_stats_work() 424 INIT_LIST_HEAD(&fc_stats->counters); in mlx5_init_fc_stats() 468 list_for_each_entry_safe(counter, tmp, &fc_stats->counters, list) in mlx5_cleanup_fc_stats()
|
| /freebsd-14.2/usr.bin/netstat/ |
| H A D | main.c | 828 u_long *counters; in kread_counters() local 840 if ((counters = malloc(n * sizeof(u_long))) == NULL) in kread_counters() 842 if (kread(addr, counters, n * sizeof(u_long)) < 0) { in kread_counters() 843 free(counters); in kread_counters() 849 c[i] = kvm_counter_u64_fetch(kvmd, counters[i]); in kread_counters() 851 free(counters); in kread_counters()
|
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_allocator_primary64.h | 556 PackedCounterArray counters(allocated_pages_count, in ReleaseFreeMemoryToOS() 558 if (!counters.IsAllocated()) in ReleaseFreeMemoryToOS() 570 counters.Inc(free_array[i] >> page_size_scaled_log); in ReleaseFreeMemoryToOS() 574 counters.IncRange( in ReleaseFreeMemoryToOS() 585 for (uptr i = 0; i < counters.GetCount(); i++) in ReleaseFreeMemoryToOS() 586 range_tracker.NextPage(counters.Get(i) == full_pages_chunk_count_max); in ReleaseFreeMemoryToOS() 600 for (uptr i = 0; i < counters.GetCount(); i++) { in ReleaseFreeMemoryToOS() 614 range_tracker.NextPage(counters.Get(i) == chunks_per_page); in ReleaseFreeMemoryToOS()
|
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/profile/ |
| H A D | GCDAProfiling.c | 395 void llvm_gcda_emit_arcs(uint32_t num_counters, uint64_t *counters) { in llvm_gcda_emit_arcs() argument 433 counters[i] += (old_ctrs ? old_ctrs[i] : 0); in llvm_gcda_emit_arcs() 434 write_64bit_value(counters[i]); in llvm_gcda_emit_arcs() 442 fprintf(stderr, "llvmgcda: %llu\n", (unsigned long long)counters[i]); in llvm_gcda_emit_arcs()
|
| /freebsd-14.2/sys/net/ |
| H A D | if_ovpn.c | 134 struct ovpn_peer_counters counters; member 159 counter_u64_t counters[OVPN_PEER_COUNTER_SIZE]; member 194 counter_u64_t counters[OVPN_COUNTER_SIZE]; member 238 ((peer)->counters[offsetof(struct ovpn_peer_counters, name) / \ 661 COUNTER_ARRAY_FREE(peer->counters, OVPN_PEER_COUNTER_SIZE); in ovpn_new_peer() 1327 nvlist_add_number(nvl, "in", n->counters.pkt_in); in ovpn_notif_add_counters() 1328 nvlist_add_number(nvl, "out", n->counters.pkt_out); in ovpn_notif_add_counters() 1337 nvlist_add_number(nvl, "in", n->counters.bytes_in); in ovpn_notif_add_counters() 1338 nvlist_add_number(nvl, "out", n->counters.bytes_out); in ovpn_notif_add_counters() 2468 COUNTER_ARRAY_ALLOC(sc->counters, OVPN_COUNTER_SIZE, M_WAITOK); in ovpn_clone_create() [all …]
|
| /freebsd-14.2/usr.sbin/pmc/ |
| H A D | cmd_pmc_stat.c | 165 char *counters, *counter; in pmc_stat_setup_stat() local 176 counters = NULL; in pmc_stat_setup_stat() 182 counters = strdup(arg); in pmc_stat_setup_stat() 184 while ((counter = strsep(&counters, ",")) != NULL && in pmc_stat_setup_stat()
|
| /freebsd-14.2/sys/dev/xilinx/ |
| H A D | if_xaevar.h | 75 uint64_t counters[XAE_MAX_COUNTERS]; member
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsPfmCounters.td | 9 // This describes the available hardware counters for Mips.
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/arc/ |
| H A D | archs-pct.txt | 5 are 100+ hardware conditions dynamically mapped to up to 32 counters.
|
| H A D | pct.txt | 5 are 100+ hardware conditions dynamically mapped to up to 32 counters
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCPfmCounters.td | 9 // This describes the available hardware counters for PPC.
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64PfmCounters.td | 9 // This describes the available hardware counters for AArch64.
|
| /freebsd-14.2/sys/dev/pms/RefTisa/sallsdk/spc/ |
| H A D | sautil.c | 786 bit32 counters, in saGetLLCounters() argument 795 if (counters & (1 << i)) in saGetLLCounters() 818 bit32 counters in saResetLLCounters() argument 826 if (counters & (1 << i)) in saResetLLCounters()
|
| /freebsd-14.2/contrib/ntp/sntp/libevent/cmake/ |
| H A D | CodeCoverage.cmake | 115 # Capturing lcov counters and generating report 122 …COMMENT "Resetting code coverage counters to zero.\nProcessing code coverage counters and generati…
|