Home
last modified time | relevance | path

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

123456

/freebsd-13-stable/usr.sbin/pmcstudy/
HDpmcstudy.c165 struct counters { struct
166 struct counters *next_cpu; argument
174 extern struct counters *glob_cpu[MAX_CPU]; argument
175 struct counters *glob_cpu[MAX_CPU];
177 extern struct counters *cnts;
178 struct counters *cnts=NULL;
183 extern int (*expression)(struct counters *, int);
184 int (*expression)(struct counters *, int);
193 int (*func)(struct counters *, int);
448 static struct counters *
[all …]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Target/
HDTargetPfmCounters.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
32 // event that can be measured using performance counters that is interesting
68 // Processor can list mappings between validation events and real counters
73 // A binding of a set of counters to a CPU.
74 class PfmCountersBinding<string cpu_name, ProcPfmCounters counters> {
76 ProcPfmCounters Counters = counters;
80 class PfmCountersDefaultBinding<ProcPfmCounters counters>
[all …]
/freebsd-13-stable/contrib/wpa/src/radius/
HDradius_server.c112 struct radius_server_counters counters; member
178 struct radius_server_counters counters; member
1297 data->counters.access_rejects++; in radius_server_reject()
1298 client->counters.access_rejects++; in radius_server_reject()
1409 data->counters.dup_access_requests++; in radius_server_request()
1410 client->counters.dup_access_requests++; in radius_server_request()
1440 data->counters.packets_dropped++; in radius_server_request()
1441 client->counters.packets_dropped++; in radius_server_request()
1480 data->counters.packets_dropped++; in radius_server_request()
1481 client->counters.packets_dropped++; in radius_server_request()
[all …]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/
HDCtxInstrContextNode.h86 uint64_t *counters() { in counters() function
94 const uint64_t *counters() const { in counters() function
95 return const_cast<ContextNode *>(this)->counters(); in counters()
100 return reinterpret_cast<ContextNode **>(&(counters()[NrCounters])); in subContexts()
112 uint64_t entrycount() const { return counters()[0]; } in entrycount()
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/ctx_profile/
HDCtxInstrContextNode.h86 uint64_t *counters() { in counters() function
94 const uint64_t *counters() const { in counters() function
95 return const_cast<ContextNode *>(this)->counters(); in counters()
100 return reinterpret_cast<ContextNode **>(&(counters()[NrCounters])); in subContexts()
112 uint64_t entrycount() const { return counters()[0]; } in entrycount()
/freebsd-13-stable/crypto/openssl/crypto/aes/asm/
HDaesni-mb-x86_64.pl95 ($counters,$mask,$zero)=map("%xmm$_",(10..12));
202 movdqa 32(%rsp),$counters # load counters
237 movdqa $counters,$mask
253 paddd $mask,$counters # decrement counters
254 movdqa $counters,32(%rsp) # update counters
475 movdqa 32(%rsp),$counters # load counters
510 movdqa $counters,$mask
526 paddd $mask,$counters # decrement counters
527 movdqa $counters,32(%rsp) # update counters
656 my ($counters,$zero)=("%xmm14","%xmm15");
[all …]
/freebsd-13-stable/tools/test/hwpmc/
HDpmctest.py80 counters = p.communicate()[0]
82 if len(counters) <= 0:
86 for counter in counters.split():
/freebsd-13-stable/sys/gnu/gcov/
HDgcov_fs.c62 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);
66 void __gcov_merge_time_profile(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
[all …]
/freebsd-13-stable/sys/dev/ocs_fc/
HDocs_xport.c41 …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()
1081 …result->stats.link_stats.primitive_sequence_error_count = counters[OCS_HW_LINK_STAT_PRIMITIVE_SEQ_… in ocs_xport_link_stats_cb()
1082 …result->stats.link_stats.invalid_transmission_word_error_count = counters[OCS_HW_LINK_STAT_INVALID… 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()
[all …]
/freebsd-13-stable/sys/dev/mlx5/mlx5_fpga/
HDipsec.h46 int mlx5_fpga_ipsec_counters_read(struct mlx5_core_dev *mdev, u64 *counters,
77 u64 *counters) in mlx5_fpga_ipsec_counters_read() argument
/freebsd-13-stable/usr.bin/netstat/
HDmain.c828 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-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
HDsanitizer_allocator_primary64.h556 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-13-stable/contrib/llvm-project/compiler-rt/lib/profile/
HDGCDAProfiling.c395 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-13-stable/usr.sbin/pmc/
HDcmd_pmc_stat.c165 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-13-stable/sys/dev/xilinx/
HDif_xaevar.h75 uint64_t counters[XAE_MAX_COUNTERS]; member
/freebsd-13-stable/sys/contrib/device-tree/Bindings/arc/
HDarchs-pct.txt5 are 100+ hardware conditions dynamically mapped to up to 32 counters.
HDpct.txt5 are 100+ hardware conditions dynamically mapped to up to 32 counters
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
HDAArch64PfmCounters.td9 // This describes the available hardware counters for AArch64.
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/
HDMipsPfmCounters.td9 // This describes the available hardware counters for Mips.
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
HDPPCPfmCounters.td9 // This describes the available hardware counters for PPC.
/freebsd-13-stable/sys/dev/pms/RefTisa/sallsdk/spc/
HDsautil.c786 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-13-stable/sys/contrib/device-tree/Bindings/timer/
Dnuvoton,npcm7xx-timer.txt4 timer counters.
/freebsd-13-stable/contrib/libevent/cmake/
HDCodeCoverage.cmake115 # Capturing lcov counters and generating report
122 …COMMENT "Resetting code coverage counters to zero.\nProcessing code coverage counters and generati…
/freebsd-13-stable/contrib/ntp/sntp/libevent/cmake/
HDCodeCoverage.cmake115 # Capturing lcov counters and generating report
122 …COMMENT "Resetting code coverage counters to zero.\nProcessing code coverage counters and generati…
/freebsd-13-stable/contrib/bsnmp/snmp_mibII/
HDBEGEMOT-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.

123456