Home
last modified time | relevance | path

Searched full:reads (Results 1 – 25 of 3858) sorted by relevance

12345678910>>...155

/kernel/linux/linux-5.10/tools/perf/pmu-events/arch/x86/broadwell/
Dmemory.json433 "PublicDescription": "Counts demand data reads",
441 "BriefDescription": "Counts demand data reads",
446 "PublicDescription": "Counts demand data reads",
454 "BriefDescription": "Counts demand data reads",
459 "PublicDescription": "Counts demand data reads",
467 "BriefDescription": "Counts demand data reads",
472 "PublicDescription": "Counts demand data reads",
480 "BriefDescription": "Counts demand data reads",
485 "PublicDescription": "Counts demand data reads",
493 "BriefDescription": "Counts demand data reads",
[all …]
Dcache.json83 "BriefDescription": "L2 cache hits when fetching instructions, code reads.",
185Reads. FB either is held by demand loads, or it is held by non-demand loads and gets hit at least …
271 …"PublicDescription": "This event counts the number of offcore outstanding Code Reads transactions …
278 …"BriefDescription": "Offcore outstanding code reads transactions in SuperQueue (SQ), queue to unco…
293 …"PublicDescription": "This event counts the number of offcore outstanding demand rfo Reads transac…
300 …"BriefDescription": "Offcore outstanding demand rfo reads transactions in SuperQueue (SQ), queue t…
368 …d prefetch data reads. All Core Data Reads include cacheable Demands and L2 prefetchers (not L3 pr…
374 "BriefDescription": "Demand and prefetch data reads",
774 "PublicDescription": "Counts demand data reads have any response type.",
782 "BriefDescription": "Counts demand data reads have any response type.",
[all …]
/kernel/liteos_a/testsuites/unittest/extended/signal/full/
DIt_ipc_fdclr_001.cpp41 fd_set reads; in Testcase() local
42 FD_ZERO(&reads); in Testcase()
54 ret = select(fdmax + 1, &reads, NULL, NULL, &tv); in Testcase()
57 FD_SET(pipeFd[0][0], &reads); in Testcase()
58 ret = select(fdmax + 1, &reads, NULL, NULL, &tv); in Testcase()
60 ret = FD_ISSET(pipeFd[0][0], &reads); in Testcase()
62 FD_SET(pipeFd[1][0], &reads); in Testcase()
63 FD_SET(pipeFd[2][0], &reads); // 2, pipe return on the 2nd loop in Testcase()
64 FD_SET(pipeFd[3][0], &reads); // 3, pipe return on the 3rd loop in Testcase()
65 FD_CLR(pipeFd[3][0], &reads); // 3, pipe return on the 3rd loop in Testcase()
[all …]
DIt_ipc_fdzero_001.cpp42 fd_set reads; in Testcase() local
43 FD_ZERO(&reads); in Testcase()
56 ret = select(fdmax + 1, &reads, NULL, NULL, &tv); in Testcase()
59 FD_SET(pipeFd[0][0], &reads); in Testcase()
60 ret = select(fdmax + 1, &reads, NULL, NULL, &tv); in Testcase()
62 ret = FD_ISSET(pipeFd[0][0], &reads); in Testcase()
65 FD_SET(pipeFd[1][0], &reads); in Testcase()
66 FD_SET(pipeFd[2][0], &reads); // 2, pipe return on the 2nd loop in Testcase()
67 FD_SET(pipeFd[3][0], &reads); // 3, pipe return on the 3rd loop in Testcase()
68 FD_ZERO(&reads); in Testcase()
[all …]
DIt_ipc_fdset_001.cpp42 fd_set reads; in Testcase() local
43 FD_ZERO(&reads); in Testcase()
57 ret = select(fdmax + 1, &reads, NULL, NULL, &tv); in Testcase()
60 FD_SET(pipeFd[0][0], &reads); in Testcase()
61 ret = select(fdmax + 1, &reads, NULL, NULL, &tv); in Testcase()
63 ret = FD_ISSET(pipeFd[0][0], &reads); in Testcase()
66 FD_SET(pipeFd[1][0], &reads); in Testcase()
67 FD_SET(pipeFd[2][0], &reads); // 2, pipe return on the 2nd loop in Testcase()
68 FD_SET(pipeFd[3][0], &reads); // 3, pipe return on the 3rd loop in Testcase()
69 ret = select(fdmax + 1, &reads, NULL, NULL, &tv); in Testcase()
[all …]
/kernel/linux/linux-4.19/tools/perf/scripts/perl/
Drw-by-pid.pl21 my %reads;
31 $reads{$common_pid}{bytes_read} += $ret;
33 if (!defined ($reads{$common_pid}{bytes_read})) {
34 $reads{$common_pid}{bytes_read} = 0;
36 $reads{$common_pid}{errors}{$ret}++;
46 $reads{$common_pid}{bytes_requested} += $count;
47 $reads{$common_pid}{total_reads}++;
48 $reads{$common_pid}{comm} = $common_comm;
78 "# reads", "bytes_requested", "bytes_read");
82 foreach my $pid (sort { ($reads{$b}{bytes_read} || 0) <=>
[all …]
Drwtop.pl27 my %reads;
44 $reads{$common_pid}{bytes_read} += $ret;
46 if (!defined ($reads{$common_pid}{bytes_read})) {
47 $reads{$common_pid}{bytes_read} = 0;
49 $reads{$common_pid}{errors}{$ret}++;
61 $reads{$common_pid}{bytes_requested} += $count;
62 $reads{$common_pid}{total_reads}++;
63 $reads{$common_pid}{comm} = $common_comm;
132 "# reads", "bytes_req", "bytes_read");
136 foreach my $pid (sort { ($reads{$b}{bytes_read} || 0) <=>
[all …]
/kernel/linux/linux-5.10/tools/perf/scripts/perl/
Drw-by-pid.pl21 my %reads;
31 $reads{$common_pid}{bytes_read} += $ret;
33 if (!defined ($reads{$common_pid}{bytes_read})) {
34 $reads{$common_pid}{bytes_read} = 0;
36 $reads{$common_pid}{errors}{$ret}++;
46 $reads{$common_pid}{bytes_requested} += $count;
47 $reads{$common_pid}{total_reads}++;
48 $reads{$common_pid}{comm} = $common_comm;
78 "# reads", "bytes_requested", "bytes_read");
82 foreach my $pid (sort { ($reads{$b}{bytes_read} || 0) <=>
[all …]
Drwtop.pl27 my %reads;
44 $reads{$common_pid}{bytes_read} += $ret;
46 if (!defined ($reads{$common_pid}{bytes_read})) {
47 $reads{$common_pid}{bytes_read} = 0;
49 $reads{$common_pid}{errors}{$ret}++;
61 $reads{$common_pid}{bytes_requested} += $count;
62 $reads{$common_pid}{total_reads}++;
63 $reads{$common_pid}{comm} = $common_comm;
132 "# reads", "bytes_req", "bytes_read");
136 foreach my $pid (sort { ($reads{$b}{bytes_read} || 0) <=>
[all …]
/kernel/linux/linux-5.10/tools/perf/pmu-events/arch/x86/ivytown/
Dmemory.json164 "BriefDescription": "Counts all demand & prefetch code reads that miss the LLC",
176 …"BriefDescription": "Counts all demand & prefetch code reads that miss the LLC and the data retur…
188 …"BriefDescription": "Counts all demand & prefetch code reads that miss the LLC and the data forwa…
200 "BriefDescription": "Counts all demand & prefetch data reads that hits the LLC",
212 "BriefDescription": "Counts all data/code/rfo reads (demand & prefetch) that hit the LLC",
224 …"BriefDescription": "Counts all data/code/rfo reads (demand & prefetch) that miss the LLC and the…
236 …"BriefDescription": "Counts all data/code/rfo reads (demand & prefetch) that miss the LLC and the…
248 …"BriefDescription": "Counts all data/code/rfo reads (demand & prefetch) that miss the LLC the dat…
260 "BriefDescription": "Counts all demand code reads that miss the LLC",
272 …"BriefDescription": "Counts all demand code reads that miss the LLC and the data returned from lo…
[all …]
/kernel/linux/linux-4.19/tools/perf/pmu-events/arch/x86/ivytown/
Dmemory.json164 "BriefDescription": "Counts all demand & prefetch code reads that miss the LLC",
176 …"BriefDescription": "Counts all demand & prefetch code reads that miss the LLC and the data retur…
188 …"BriefDescription": "Counts all demand & prefetch code reads that miss the LLC and the data forwa…
200 "BriefDescription": "Counts all demand & prefetch data reads that hits the LLC",
212 "BriefDescription": "Counts all data/code/rfo reads (demand & prefetch) that hit the LLC",
224 …"BriefDescription": "Counts all data/code/rfo reads (demand & prefetch) that miss the LLC and the…
236 …"BriefDescription": "Counts all data/code/rfo reads (demand & prefetch) that miss the LLC and the…
248 …"BriefDescription": "Counts all data/code/rfo reads (demand & prefetch) that miss the LLC the dat…
260 "BriefDescription": "Counts all demand code reads that miss the LLC",
272 …"BriefDescription": "Counts all demand code reads that miss the LLC and the data returned from lo…
[all …]
/kernel/linux/linux-4.19/tools/perf/pmu-events/arch/x86/goldmont/
Dcache.json318 …"PublicDescription": "Counts reads for ownership (RFO) requests (demand & prefetch) that are outst…
326 …"BriefDescription": "Counts reads for ownership (RFO) requests (demand & prefetch) that are outsta…
331 …"PublicDescription": "Counts reads for ownership (RFO) requests (demand & prefetch) that miss the …
339 …"BriefDescription": "Counts reads for ownership (RFO) requests (demand & prefetch) that miss the L…
344 …"PublicDescription": "Counts reads for ownership (RFO) requests (demand & prefetch) that miss the …
352 …"BriefDescription": "Counts reads for ownership (RFO) requests (demand & prefetch) that miss the L…
357 …"PublicDescription": "Counts reads for ownership (RFO) requests (demand & prefetch) that miss the …
365 …"BriefDescription": "Counts reads for ownership (RFO) requests (demand & prefetch) that miss the L…
370 …"PublicDescription": "Counts reads for ownership (RFO) requests (demand & prefetch) that true miss…
378 …"BriefDescription": "Counts reads for ownership (RFO) requests (demand & prefetch) that true miss …
[all …]
Dmemory.json49 …"PublicDescription": "Counts reads for ownership (RFO) requests (demand & prefetch) that miss the …
57 …"BriefDescription": "Counts reads for ownership (RFO) requests (demand & prefetch) that miss the L…
62 …"PublicDescription": "Counts data reads (demand & prefetch) that miss the L2 cache and targets non…
70 …"BriefDescription": "Counts data reads (demand & prefetch) that miss the L2 cache and targets non-…
75 …"PublicDescription": "Counts data reads generated by L1 or L2 prefetchers that miss the L2 cache a…
83 …"BriefDescription": "Counts data reads generated by L1 or L2 prefetchers that miss the L2 cache an…
127 …"PublicDescription": "Counts data cache line reads generated by hardware L1 data cache prefetcher …
135 …"BriefDescription": "Counts data cache line reads generated by hardware L1 data cache prefetcher t…
179 …"PublicDescription": "Counts code reads in uncacheable (UC) memory region that miss the L2 cache a…
187 …"BriefDescription": "Counts code reads in uncacheable (UC) memory region that miss the L2 cache an…
[all …]
/kernel/linux/linux-5.10/tools/perf/pmu-events/arch/x86/goldmont/
Dcache.json306 …"PublicDescription": "Counts reads for ownership (RFO) requests (demand & prefetch) that miss the …
314 …"BriefDescription": "Counts reads for ownership (RFO) requests (demand & prefetch) that miss the L…
319 …"PublicDescription": "Counts reads for ownership (RFO) requests (demand & prefetch) that miss the …
327 …"BriefDescription": "Counts reads for ownership (RFO) requests (demand & prefetch) that miss the L…
332 …"PublicDescription": "Counts reads for ownership (RFO) requests (demand & prefetch) that miss the …
340 …"BriefDescription": "Counts reads for ownership (RFO) requests (demand & prefetch) that miss the L…
345 …"PublicDescription": "Counts reads for ownership (RFO) requests (demand & prefetch) that true miss…
353 …"BriefDescription": "Counts reads for ownership (RFO) requests (demand & prefetch) that true miss …
358 …"PublicDescription": "Counts reads for ownership (RFO) requests (demand & prefetch) that hit the L…
366 …"BriefDescription": "Counts reads for ownership (RFO) requests (demand & prefetch) that hit the L2…
[all …]
/kernel/linux/linux-5.10/tools/perf/pmu-events/arch/x86/nehalemep/
Dmemory.json10 "BriefDescription": "Offcore data reads satisfied by any DRAM",
21 "BriefDescription": "Offcore data reads that missed the LLC",
32 "BriefDescription": "Offcore data reads satisfied by the local DRAM",
43 "BriefDescription": "Offcore data reads satisfied by a remote DRAM",
54 "BriefDescription": "Offcore code reads satisfied by any DRAM",
65 "BriefDescription": "Offcore code reads that missed the LLC",
76 "BriefDescription": "Offcore code reads satisfied by the local DRAM",
87 "BriefDescription": "Offcore code reads satisfied by a remote DRAM",
296 … "BriefDescription": "Offcore data reads, RFO's and prefetches statisfied by the local DRAM.",
307 … "BriefDescription": "Offcore data reads, RFO's and prefetches statisfied by the remote DRAM",
[all …]
/kernel/linux/linux-5.10/tools/perf/pmu-events/arch/x86/nehalemex/
Dmemory.json10 "BriefDescription": "Offcore data reads satisfied by any DRAM",
21 "BriefDescription": "Offcore data reads that missed the LLC",
32 "BriefDescription": "Offcore data reads satisfied by the local DRAM",
43 "BriefDescription": "Offcore data reads satisfied by a remote DRAM",
54 "BriefDescription": "Offcore code reads satisfied by any DRAM",
65 "BriefDescription": "Offcore code reads that missed the LLC",
76 "BriefDescription": "Offcore code reads satisfied by the local DRAM",
87 "BriefDescription": "Offcore code reads satisfied by a remote DRAM",
296 … "BriefDescription": "Offcore data reads, RFO's and prefetches statisfied by the local DRAM.",
307 … "BriefDescription": "Offcore data reads, RFO's and prefetches statisfied by the remote DRAM",
[all …]
/kernel/linux/linux-4.19/tools/perf/pmu-events/arch/x86/nehalemex/
Dmemory.json10 "BriefDescription": "Offcore data reads satisfied by any DRAM",
21 "BriefDescription": "Offcore data reads that missed the LLC",
32 "BriefDescription": "Offcore data reads satisfied by the local DRAM",
43 "BriefDescription": "Offcore data reads satisfied by a remote DRAM",
54 "BriefDescription": "Offcore code reads satisfied by any DRAM",
65 "BriefDescription": "Offcore code reads that missed the LLC",
76 "BriefDescription": "Offcore code reads satisfied by the local DRAM",
87 "BriefDescription": "Offcore code reads satisfied by a remote DRAM",
296 … "BriefDescription": "Offcore data reads, RFO's and prefetches statisfied by the local DRAM.",
307 … "BriefDescription": "Offcore data reads, RFO's and prefetches statisfied by the remote DRAM",
[all …]
/kernel/linux/linux-5.10/tools/perf/pmu-events/arch/x86/westmereex/
Dmemory.json18 "BriefDescription": "Offcore data reads satisfied by any DRAM",
29 "BriefDescription": "Offcore data reads that missed the LLC",
40 "BriefDescription": "Offcore data reads satisfied by the local DRAM",
51 "BriefDescription": "Offcore data reads satisfied by a remote DRAM",
62 "BriefDescription": "Offcore code reads satisfied by any DRAM",
73 "BriefDescription": "Offcore code reads that missed the LLC",
84 "BriefDescription": "Offcore code reads satisfied by the local DRAM",
95 "BriefDescription": "Offcore code reads satisfied by a remote DRAM",
304 … "BriefDescription": "Offcore data reads, RFO's and prefetches statisfied by the local DRAM.",
315 … "BriefDescription": "Offcore data reads, RFO's and prefetches statisfied by the remote DRAM",
[all …]
/kernel/linux/linux-4.19/tools/perf/pmu-events/arch/x86/westmereex/
Dmemory.json18 "BriefDescription": "Offcore data reads satisfied by any DRAM",
29 "BriefDescription": "Offcore data reads that missed the LLC",
40 "BriefDescription": "Offcore data reads satisfied by the local DRAM",
51 "BriefDescription": "Offcore data reads satisfied by a remote DRAM",
62 "BriefDescription": "Offcore code reads satisfied by any DRAM",
73 "BriefDescription": "Offcore code reads that missed the LLC",
84 "BriefDescription": "Offcore code reads satisfied by the local DRAM",
95 "BriefDescription": "Offcore code reads satisfied by a remote DRAM",
304 … "BriefDescription": "Offcore data reads, RFO's and prefetches statisfied by the local DRAM.",
315 … "BriefDescription": "Offcore data reads, RFO's and prefetches statisfied by the remote DRAM",
[all …]
/kernel/linux/linux-4.19/tools/perf/pmu-events/arch/x86/nehalemep/
Dmemory.json10 "BriefDescription": "Offcore data reads satisfied by any DRAM",
21 "BriefDescription": "Offcore data reads that missed the LLC",
32 "BriefDescription": "Offcore data reads satisfied by the local DRAM",
43 "BriefDescription": "Offcore data reads satisfied by a remote DRAM",
54 "BriefDescription": "Offcore code reads satisfied by any DRAM",
65 "BriefDescription": "Offcore code reads that missed the LLC",
76 "BriefDescription": "Offcore code reads satisfied by the local DRAM",
87 "BriefDescription": "Offcore code reads satisfied by a remote DRAM",
296 … "BriefDescription": "Offcore data reads, RFO's and prefetches statisfied by the local DRAM.",
307 … "BriefDescription": "Offcore data reads, RFO's and prefetches statisfied by the remote DRAM",
[all …]
/kernel/linux/linux-5.10/tools/perf/pmu-events/arch/x86/haswellx/
Dmemory.json407 "BriefDescription": "Counts demand data reads miss in the L3",
412 "PublicDescription": "Counts demand data reads miss in the L3",
420 …"BriefDescription": "Counts demand data reads miss the L3 and the data is returned from local dram…
425 …"PublicDescription": "Counts demand data reads miss the L3 and the data is returned from local dra…
472 "BriefDescription": "Counts all demand code reads miss in the L3",
477 "PublicDescription": "Counts all demand code reads miss in the L3",
485 …"BriefDescription": "Counts all demand code reads miss the L3 and the data is returned from local …
490 …"PublicDescription": "Counts all demand code reads miss the L3 and the data is returned from local…
498 "BriefDescription": "Counts prefetch (that bring data to L2) data reads miss in the L3",
503 "PublicDescription": "Counts prefetch (that bring data to L2) data reads miss in the L3",
[all …]
/kernel/linux/linux-4.19/tools/perf/pmu-events/arch/x86/jaketown/
Dmemory.json155 "BriefDescription": "Counts all demand code reads that miss the LLC",
167 …"BriefDescription": "Counts all demand code reads that miss the LLC and the data returned from lo…
179 …"BriefDescription": "Counts all demand code reads that miss the LLC and the data returned from re…
191 …"BriefDescription": "Counts all demand code reads that miss the LLC and the data forwarded from r…
203 …"BriefDescription": "Counts all demand code reads that miss the LLC the data is found in M state …
215 …"BriefDescription": "Counts demand data reads that miss the LLC and the data returned from remote…
227 "BriefDescription": "Counts demand data reads that miss in the LLC",
239 …"BriefDescription": "Counts demand data reads that miss the LLC and the data returned from local …
251 …"BriefDescription": "Counts demand data reads that miss the LLC and the data returned from remote…
263 …"BriefDescription": "Counts demand data reads that miss the LLC and the data forwarded from remot…
[all …]
/kernel/linux/linux-5.10/tools/perf/pmu-events/arch/x86/jaketown/
Dmemory.json155 "BriefDescription": "Counts all demand code reads that miss the LLC",
167 …"BriefDescription": "Counts all demand code reads that miss the LLC and the data returned from lo…
179 …"BriefDescription": "Counts all demand code reads that miss the LLC and the data returned from re…
191 …"BriefDescription": "Counts all demand code reads that miss the LLC and the data forwarded from r…
203 …"BriefDescription": "Counts all demand code reads that miss the LLC the data is found in M state …
215 …"BriefDescription": "Counts demand data reads that miss the LLC and the data returned from remote…
227 "BriefDescription": "Counts demand data reads that miss in the LLC",
239 …"BriefDescription": "Counts demand data reads that miss the LLC and the data returned from local …
251 …"BriefDescription": "Counts demand data reads that miss the LLC and the data returned from remote…
263 …"BriefDescription": "Counts demand data reads that miss the LLC and the data forwarded from remot…
[all …]
/kernel/linux/linux-4.19/tools/perf/pmu-events/arch/x86/goldmontplus/
Dcache.json255 …"PublicDescription": "Counts demand cacheable data reads of full cache lines have any transaction …
265 …"BriefDescription": "Counts demand cacheable data reads of full cache lines have any transaction r…
270 …"PublicDescription": "Counts demand cacheable data reads of full cache lines hit the L2 cache. Req…
280 … "BriefDescription": "Counts demand cacheable data reads of full cache lines hit the L2 cache.",
285 …"PublicDescription": "Counts demand cacheable data reads of full cache lines true miss for the L2 …
295 …"BriefDescription": "Counts demand cacheable data reads of full cache lines true miss for the L2 c…
300 …"PublicDescription": "Counts demand cacheable data reads of full cache lines miss the L2 cache wit…
310 …"BriefDescription": "Counts demand cacheable data reads of full cache lines miss the L2 cache with…
315 …"PublicDescription": "Counts demand cacheable data reads of full cache lines outstanding, per cycl…
325 …"BriefDescription": "Counts demand cacheable data reads of full cache lines outstanding, per cycle…
[all …]
/kernel/linux/linux-5.10/tools/perf/pmu-events/arch/x86/goldmontplus/
Dcache.json269 …"PublicDescription": "Counts demand cacheable data reads of full cache lines have any transaction …
279 …"BriefDescription": "Counts demand cacheable data reads of full cache lines have any transaction r…
284 …"PublicDescription": "Counts demand cacheable data reads of full cache lines hit the L2 cache. Req…
294 … "BriefDescription": "Counts demand cacheable data reads of full cache lines hit the L2 cache.",
299 …"PublicDescription": "Counts demand cacheable data reads of full cache lines true miss for the L2 …
309 …"BriefDescription": "Counts demand cacheable data reads of full cache lines true miss for the L2 c…
314 …"PublicDescription": "Counts demand cacheable data reads of full cache lines miss the L2 cache wit…
324 …"BriefDescription": "Counts demand cacheable data reads of full cache lines miss the L2 cache with…
329 …"PublicDescription": "Counts demand cacheable data reads of full cache lines outstanding, per cycl…
339 …"BriefDescription": "Counts demand cacheable data reads of full cache lines outstanding, per cycle…
[all …]

12345678910>>...155