Home
last modified time | relevance | path

Searched refs:counters (Results 1 – 25 of 117) sorted by relevance

12345

/freebsd-13.1/usr.sbin/pmcstudy/
H A Dpmcstudy.c167 struct counters { struct
453 struct counters *at; in find_counter()
550 struct counters *iss; in br_mispredictib()
641 struct counters *mem; in splitloadib()
675 struct counters *mem; in splitload()
700 struct counters *mem; in splitload_sb()
773 struct counters *mem; in contested()
797 struct counters *mem; in contested_has()
1473 struct counters *ld; in aliasing()
1497 struct counters *ld; in aliasing_broad()
[all …]
/freebsd-13.1/contrib/ntp/lib/isc/
H A Dstats.c71 isc_stat_t *counters; member
103 if (stats->counters == NULL) { in create_stats()
121 memset(stats->counters, 0, sizeof(isc_stat_t) * ncounters); in create_stats()
177 isc_mem_put(stats->mctx, stats->counters, in isc_stats_detach()
221 isc_atomic_xaddq((isc_int64_t *)&stats->counters[counter], 1); in incrementcounter()
224 stats->counters[counter]++; in incrementcounter()
243 isc_atomic_xadd((isc_int32_t *)&stats->counters[counter].hi, in decrementcounter()
250 stats->counters[counter]--; in decrementcounter()
273 (isc_uint64_t)(stats->counters[i].hi) << 32 | in copy_counters()
274 stats->counters[i].lo; in copy_counters()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetPfmCounters.td9 // 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
43 // A binding of a set of counters to a CPU.
44 class PfmCountersBinding<string cpu_name, ProcPfmCounters counters> {
46 ProcPfmCounters Counters = counters;
50 class PfmCountersDefaultBinding<ProcPfmCounters counters>
51 : PfmCountersBinding<"", counters> {}
/freebsd-13.1/contrib/wpa/src/radius/
H A Dradius_server.c1282 data->counters.access_rejects++; in radius_server_reject()
1283 client->counters.access_rejects++; in radius_server_reject()
1756 data->counters.unknown_types++; in radius_server_receive_auth()
1761 data->counters.access_requests++; in radius_server_receive_auth()
1873 data->counters.acct_requests++; in radius_server_receive_acct()
1874 client->counters.acct_requests++; in radius_server_receive_acct()
1901 data->counters.acct_responses++; in radius_server_receive_acct()
2428 data->counters.unknown_types, in radius_server_get_mib()
2429 data->counters.acct_requests, in radius_server_get_mib()
2486 cli->counters.unknown_types, in radius_server_get_mib()
[all …]
/freebsd-13.1/crypto/openssl/crypto/aes/asm/
H A Daesni-mb-x86_64.pl237 movdqa $counters,$mask
510 movdqa $counters,$mask
801 vmovdqu 32(%rsp),$counters
853 vpcmpgtd $zero,$counters,$zero
857 vmovdqu 48(%rsp),$counters
869 vpcmpgtd $zero,$counters,$zero
872 vpaddd $zero,$counters,$counters # decrement counters
1104 vmovdqu 32(%rsp),$counters
1156 vpcmpgtd $zero,$counters,$zero
1160 vmovdqu 48(%rsp),$counters
[all …]
/freebsd-13.1/tools/test/hwpmc/
H A Dpmctest.py81 counters = p.communicate()[0]
83 if len(counters) <= 0:
87 for counter in counters.split():
/freebsd-13.1/sys/gnu/gcov/
H A Dgcov_fs.c64 void __gcov_merge_add(gcov_type *counters, unsigned int n_counters);
65 void __gcov_merge_single(gcov_type *counters, unsigned int n_counters);
66 void __gcov_merge_delta(gcov_type *counters, unsigned int n_counters);
67 void __gcov_merge_ior(gcov_type *counters, unsigned int n_counters);
69 void __gcov_merge_icall_topn(gcov_type *counters, unsigned int n_counters);
141 __gcov_merge_add(gcov_type *counters, unsigned int n_counters) in __gcov_merge_add() argument
147 __gcov_merge_single(gcov_type *counters, unsigned int n_counters) in __gcov_merge_single() argument
153 __gcov_merge_delta(gcov_type *counters, unsigned int n_counters) in __gcov_merge_delta() argument
159 __gcov_merge_ior(gcov_type *counters, unsigned int n_counters) in __gcov_merge_ior() argument
165 __gcov_merge_time_profile(gcov_type *counters, unsigned int n_counters) in __gcov_merge_time_profile() argument
[all …]
/freebsd-13.1/sys/dev/ocs_fc/
H A Docs_xport.c43 …nk_stats_cb(int32_t status, uint32_t num_counters, ocs_hw_link_stat_counts_t *counters, void *arg);
44 …st_stats_cb(int32_t status, uint32_t num_counters, ocs_hw_host_stat_counts_t *counters, void *arg);
1077 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
1081 …result->stats.link_stats.link_failure_error_count = counters[OCS_HW_LINK_STAT_LINK_FAILURE_COUNT].… in ocs_xport_link_stats_cb()
1082 …result->stats.link_stats.loss_of_sync_error_count = counters[OCS_HW_LINK_STAT_LOSS_OF_SYNC_COUNT].… in ocs_xport_link_stats_cb()
1085 result->stats.link_stats.crc_error_count = counters[OCS_HW_LINK_STAT_CRC_COUNT].counter; in ocs_xport_link_stats_cb()
1091 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
1095 … result->stats.host_stats.transmit_kbyte_count = counters[OCS_HW_HOST_STAT_TX_KBYTE_COUNT].counter; in ocs_xport_host_stats_cb()
1096 … result->stats.host_stats.receive_kbyte_count = counters[OCS_HW_HOST_STAT_RX_KBYTE_COUNT].counter; in ocs_xport_host_stats_cb()
1097 … result->stats.host_stats.transmit_frame_count = counters[OCS_HW_HOST_STAT_TX_FRAME_COUNT].counter; in ocs_xport_host_stats_cb()
[all …]
/freebsd-13.1/sys/dev/mlx5/mlx5_fpga/
H A Dipsec.h48 int mlx5_fpga_ipsec_counters_read(struct mlx5_core_dev *mdev, u64 *counters,
79 u64 *counters) in mlx5_fpga_ipsec_counters_read() argument
/freebsd-13.1/usr.bin/netstat/
H A Dmain.c799 u_long *counters; in kread_counters() local
811 if ((counters = malloc(n * sizeof(u_long))) == NULL) in kread_counters()
813 if (kread(addr, counters, n * sizeof(u_long)) < 0) { in kread_counters()
814 free(counters); in kread_counters()
820 c[i] = kvm_counter_u64_fetch(kvmd, counters[i]); in kread_counters()
822 free(counters); in kread_counters()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_primary64.h555 PackedCounterArray counters(allocated_pages_count, in ReleaseFreeMemoryToOS()
557 if (!counters.IsAllocated()) in ReleaseFreeMemoryToOS()
569 counters.Inc(free_array[i] >> page_size_scaled_log); in ReleaseFreeMemoryToOS()
573 counters.IncRange( in ReleaseFreeMemoryToOS()
584 for (uptr i = 0; i < counters.GetCount(); i++) in ReleaseFreeMemoryToOS()
585 range_tracker.NextPage(counters.Get(i) == full_pages_chunk_count_max); in ReleaseFreeMemoryToOS()
599 for (uptr i = 0; i < counters.GetCount(); i++) { in ReleaseFreeMemoryToOS()
613 range_tracker.NextPage(counters.Get(i) == chunks_per_page); in ReleaseFreeMemoryToOS()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/profile/
H A DGCDAProfiling.c400 void llvm_gcda_emit_arcs(uint32_t num_counters, uint64_t *counters) { in llvm_gcda_emit_arcs() argument
438 counters[i] += (old_ctrs ? old_ctrs[i] : 0); in llvm_gcda_emit_arcs()
439 write_64bit_value(counters[i]); in llvm_gcda_emit_arcs()
447 fprintf(stderr, "llvmgcda: %llu\n", (unsigned long long)counters[i]); in llvm_gcda_emit_arcs()
/freebsd-13.1/usr.sbin/pmc/
H A Dcmd_pmc_stat.c167 char *counters, *counter; in pmc_stat_setup_stat() local
178 counters = NULL; in pmc_stat_setup_stat()
184 counters = strdup(arg); in pmc_stat_setup_stat()
186 while ((counter = strsep(&counters, ",")) != NULL && in pmc_stat_setup_stat()
/freebsd-13.1/sys/dev/xilinx/
H A Dif_xaevar.h77 uint64_t counters[XAE_MAX_COUNTERS]; member
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCPfmCounters.td9 // This describes the available hardware counters for PPC.
/freebsd-13.1/sys/contrib/device-tree/Bindings/arc/
H A Darchs-pct.txt5 are 100+ hardware conditions dynamically mapped to up to 32 counters.
H A Dpct.txt5 are 100+ hardware conditions dynamically mapped to up to 32 counters
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsPfmCounters.td9 // This describes the available hardware counters for Mips.
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64PfmCounters.td9 // This describes the available hardware counters for AArch64.
/freebsd-13.1/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsautil.c787 bit32 counters, in saGetLLCounters() argument
796 if (counters & (1 << i)) in saGetLLCounters()
819 bit32 counters in saResetLLCounters() argument
827 if (counters & (1 << i)) in saResetLLCounters()
/freebsd-13.1/sys/contrib/device-tree/Bindings/soc/microchip/
H A Datmel,at91rm9200-tcb.yaml14 timer has three channels with two counters each.
55 description: The timer block channels that are used as timers or counters.
/freebsd-13.1/sys/contrib/device-tree/Bindings/timer/
H A Dnuvoton,npcm7xx-timer.txt4 timer counters.
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86PfmCounters.td9 // This describes the available hardware counters for various subtargets.
16 // No default counters on X86.
149 // Set basic counters for AMD cpus that we know libpfm4 supports.
/freebsd-13.1/contrib/bsnmp/snmp_mibII/
H A DBEGEMOT-MIB2-MIB.txt79 "The current polling rate for the HC 64-bit counters."
87 "The polling rate to be enforced for the HC 64-bit counters.
/freebsd-13.1/sys/contrib/device-tree/Bindings/watchdog/
H A Ddigicolor-wdt.txt5 timer counters. The first timer (called "Timer A") is the only one that can be

12345