Home
last modified time | relevance | path

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

/tools/perf/util/
Dvalues.c33 values->counters = 0; in perf_read_values_init()
60 for (i = 0; i < values->counters; i++) in perf_read_values_destroy()
167 for (i = 0; i < values->counters; i++) in perf_read_values__findnew_counter()
171 if (values->counters == values->counters_max) { in perf_read_values__findnew_counter()
177 i = values->counters++; in perf_read_values__findnew_counter()
208 counterwidth = malloc(values->counters * sizeof(*counterwidth)); in perf_read_values__display_pretty()
215 for (j = 0; j < values->counters; j++) in perf_read_values__display_pretty()
226 for (j = 0; j < values->counters; j++) { in perf_read_values__display_pretty()
234 for (j = 0; j < values->counters; j++) in perf_read_values__display_pretty()
241 for (j = 0; j < values->counters; j++) in perf_read_values__display_pretty()
[all …]
Dvalues.h11 int counters; member
/tools/perf/
Ddesign.txt5 Performance counters are special hardware registers available on most modern
13 hardware capabilities. It provides per task and per CPU counters, counter
15 provides "virtual" 64-bit counters, regardless of the width of the
16 underlying hardware counters.
18 Performance counters are accessed via special file descriptors.
32 Multiple counters can be kept open at a time, and the counters
127 * Special "software" counters provided by the kernel, even if the hardware
128 * does not support performance counters. These counters measure various
149 Counters come in two flavours: counting counters and sampling
150 counters. A "counting" counter is one that is used for counting the
[all …]
/tools/perf/Documentation/
Dperf.txt42 Performance counters for Linux are a new kernel-based subsystem
45 and software features (software counters, tracepoints) as well.
Dperf-list.txt218 active exceeds the number of hardware performance counters. Multiplexing
228 The number of available performance counters depend on the CPU. A group
229 cannot contain more events than available counters.
230 For example Intel Core CPUs typically have four generic performance counters
231 for the core, plus three fixed counters for instructions, cycles and
237 Globally pinned events can limit the number of counters available for
Dperf-top.txt54 Put the counters into a counter group.
64 Child tasks do not inherit counters.
318 Event to display when multiple counters are active.
Dperf-stat.txt69 child tasks do not inherit counters
115 null run - don't start any counters
320 freeze core counters on SMI.
354 We always display the time the counters were enabled/alive:
Dexamples.txt9 First, discovery/enumeration of available counters can be done via
Dperf-record.txt216 Child tasks do not inherit counters.
305 Collect raw sample records from all opened counters (default for tracepoint counters).
Dperf-trace.txt99 Child tasks do not inherit counters.
Dperf-report.txt41 Show per-thread event counters. The input data file should be recorded
/tools/kvm/kvm_stat/
Dkvm_stat.txt6 kvm_stat - Report KVM kernel module event counters
/tools/testing/selftests/net/forwarding/
Dvxlan_bridge_1d.sh375 local counters=("${@}")
389 local -a counters=($h2 "vx2 ns1" "vx2 ns2")
Dvxlan_bridge_1q.sh474 local counters=("${@}")
489 local -a counters=($h2 "vx10 ns1" "vx20 ns1" "vx10 ns2" "vx20 ns2")
/tools/testing/selftests/netfilter/
Dnft_nat.sh170 ip netns exec ns$i-$sfx nft reset counters inet > /dev/null