Home
last modified time | relevance | path

Searched full:marked (Results 1 – 25 of 1541) sorted by relevance

12345678910>>...62

/Linux-v6.1/tools/perf/pmu-events/arch/powerpc/power8/
Dmarked.json5 …"BriefDescription": "Marked branch instruction completed with a target address less than current i…
11 "BriefDescription": "bru marked instr finish",
23 "BriefDescription": "Marked Branch Mispredicted",
29 "BriefDescription": "Marked Branch Taken completed",
35 …another chip's L2 or L3 on a different Node or Group (Distant), as this chip due to a marked load",
41 …another chip's L2 or L3 on a different Node or Group (Distant), as this chip due to a marked load",
47 …another chip's L2 or L3 on a different Node or Group (Distant), as this chip due to a marked load",
53 …another chip's L2 or L3 on a different Node or Group (Distant), as this chip due to a marked load",
59 …e was reloaded from another chip's L4 on a different Node or Group (Distant) due to a marked load",
65 …cles to reload from another chip's L4 on a different Node or Group (Distant) due to a marked load",
[all …]
Dother.json119 "BriefDescription": "marked two path branch",
647 …"BriefDescription": "Stream marked valid. The stream could have been allocated through the hardwar…
1121 "BriefDescription": "Instruction Marked",
1122 "PublicDescription": "Instruction marked in idu"
1739 "BriefDescription": "TM marked store abort",
2502 "PublicDescription": "IFU non-branch marked instruction finished"
2507 … was reloaded with Modified (M) data from another core's L2 on the same chip due to a marked load",
2513 …les to reload with Modified (M) data from another core's L2 on the same chip due to a marked load",
2519 …he was reloaded with Shared (S) data from another core's L2 on the same chip due to a marked load",
2525 …ycles to reload with Shared (S) data from another core's L2 on the same chip due to a marked load",
[all …]
Dmetrics.json1344 "BriefDescription": "average L1 miss latency using marked events",
1392 "BriefDescription": "Marked background kill latency, measured in L2",
1398 "BriefDescription": "Marked dclaim latency, measured in L2",
1404 "BriefDescription": "Marked L2L3 remote Load latency",
1410 "BriefDescription": "Marked L2L3 distant Load latency",
1422 "BriefDescription": "Marked Dmem Load latency",
1434 …"BriefDescription": "Average load latency for all marked demand loads that came from L2.1 in the M…
1440 …"BriefDescription": "Average load latency for all marked demand loads that came from L2.1 in the S…
1446 …"BriefDescription": "Average load latency for all marked demand loads that came from the L2 and su…
1452 …"BriefDescription": "Average load latency for all marked demand loads that came from the L2 and su…
[all …]
/Linux-v6.1/tools/perf/pmu-events/arch/powerpc/power10/
Dmarked.json10 …"BriefDescription": "Marked instruction issued. Note that stores always get issued twice, the addr…
15 "BriefDescription": "The thread has dispatched a randomly sampled marked instruction."
20 "BriefDescription": "Marked Branch Taken instruction completed."
25 …"BriefDescription": "The marked instruction became the oldest in the pipeline before it finished. …
35 …"BriefDescription": "A store has been sampled/marked and is at the point of execution where it has…
40 "BriefDescription": "Marked Branch instruction finished."
45 …"BriefDescription": "Cycles taken for a marked demand miss to reload a line from the source specif…
50 …"BriefDescription": "Marked conditional store instruction (STCX) finished. LARX and STCX are instr…
55 …"BriefDescription": "An instruction was marked. Includes both Random Instruction Sampling (RIS) at…
60 "BriefDescription": "A marked branch completed. All branches are included."
[all …]
Dothers.json20 "BriefDescription": "Marked stores completed in L2 (RC machine done)."
35 …"BriefDescription": "Cycles spent in the nest portion of a marked Stcx instruction. It starts coun…
45 "BriefDescription": "Marked Instruction suffered an icache Miss."
50 "BriefDescription": "Marked demand reload."
85 …"BriefDescription": "An instruction was marked at decode time. Random Instruction Sampling (RIS) o…
90 …"BriefDescription": "The marked instruction was a decimal floating point operation issued to the V…
95 …"BriefDescription": "The marked instruction was a fixed point operation issued to the VSU. Measure…
120 …a cache was reloaded from local, remote, or distant memory due to a demand miss for a marked load."
125 …ed from a source other than the local core's L1, L2, or L3 due to a demand miss for a marked load."
140 …"BriefDescription": "VSU marked instructions finished. Excludes simple FX instructions issued to t…
[all …]
Dmemory.json15 …"BriefDescription": "For a marked data transfer instruction, the processor's L1 data cache was rel…
20 …"BriefDescription": "Cycles taken for a marked demand miss to reload a line from the source specif…
85 …"BriefDescription": "Data ERAT Miss (Data TLB Access) page size 64K for a marked instruction. When…
105 …"BriefDescription": "For a marked data transfer instruction, the processor's L1 data cache was rel…
110 …"BriefDescription": "Cycles taken for a marked demand miss to reload a line from the source specif…
130 …"BriefDescription": "Marked store completed and sent to nest. Note that this count excludes cache-…
155 …"BriefDescription": "For a marked data transfer instruction, the processor's L1 data cache was rel…
160 …"BriefDescription": "Cycles taken for a marked demand miss to reload a line from the source specif…
175 …"BriefDescription": "Marked Data TLB reload (after a miss) page size 64K. When MMCR1[16]=0 this ev…
185 …"BriefDescription": "Data ERAT Miss (Data TLB Access) page size 2M for a marked instruction. When …
/Linux-v6.1/tools/memory-model/
Dlinux-kernel.cat72 let to-r = addr | (dep ; [Marked] ; rfi)
76 let A-cumul(r) = (rfe ; [Marked])? ; r
77 let cumul-fence = [Marked] ; (A-cumul(strong-fence | po-rel) | wmb |
78 po-unlock-lock-po) ; [Marked]
79 let prop = [Marked] ; (overwrite & ext)? ; cumul-fence* ;
80 [Marked] ; rfe? ; [Marked]
86 let hb = [Marked] ; (ppo | rfe | ((prop \ id) & int)) ; [Marked]
94 let pb = prop ; strong-fence ; hb* ; [Marked]
146 let rb = prop ; rcu-fence ; hb* ; pb* ; [Marked]
163 (* Warn about plain writes and marked accesses in the same region *)
[all …]
/Linux-v6.1/tools/perf/pmu-events/arch/powerpc/power9/
Dpipeline.json15 …"BriefDescription": "Marked DL1 Demand Miss counted at exec time. Note that this count is per slic…
30 …ded either shared or modified data from another core's L2/L3 on the same chip due to a marked load"
35 …B from another chip's L4 on a different Node or Group (Distant) due to a marked data side request.…
80 … with Modified (M) data from another core's L2 on the same chip due to a marked data side request.…
105 "BriefDescription": "Marked fixed point divide that can cause a synchronous interrupt"
115 …m local core's L3 without dispatch conflicts hit on Mepf state. due to a marked data side request.…
120 …"BriefDescription": "Marked Data ERAT Miss (Data TLB Access) page size 16G (hpt mode) and 1G (radi…
160 …om another core's L2/L3 on a different chip (remote or distant) due to a marked data side request.…
180 …y was loaded into the TLB from local core's L2 without conflict due to a marked data side request.…
190 …from another chip's L2 or L3 on the same Node or Group (Remote), as this chip due to a marked load"
[all …]
Dmarked.json5 …"BriefDescription": "Number of cycles the marked instruction is experiencing a stall while it is n…
15 …"BriefDescription": "An instruction was marked. Includes both Random Instruction Sampling (RIS) at…
60 …le Entry was loaded into the TLB from the local chip's L4 cache due to a marked data side request.…
65 …"BriefDescription": "An instruction was marked at decode time. Random Instruction Sampling (RIS) o…
70 …ith Shared (S) data from another core's ECO L3 on the same chip due to a marked data side request.…
95 …h Modified (M) data from another core's ECO L3 on the same chip due to a marked data side request.…
110 … "Duration in cycles to reload from a location other than the local core's L3 due to a marked load"
175 "BriefDescription": "Marked instruction issued"
210 …able Entry was loaded into the TLB from the local chip's Memory due to a marked data side request.…
220 …ded into the TLB from a location other than the local core's L3 due to a marked data side request.…
[all …]
Dfrontend.json45 "BriefDescription": "Marked Instruction RC dispatched in L2"
65 "BriefDescription": "Marked store had to do a dclaim"
150 …ocessor's data cache was reloaded from local core's L2 with dispatch conflict due to a marked load"
155 …from another chip's L2 or L3 on the same Node or Group (Remote), as this chip due to a marked load"
170 …oad either shared or modified data from another core's L2/L3 on the same chip due to a marked load"
235 "BriefDescription": "Marked Branch mispredict that can cause a synchronous interrupt"
240 "BriefDescription": "Marked instruction was reloaded from a location beyond the local chiplet"
250 "BriefDescription": "Marked Branch and link branch that can cause a synchronous interrupt"
260 "BriefDescription": "Marked Load exposed Miss (use edge detect to count #)"
330 …cache was reloaded from another chip's L4 on the same Node or Group ( Remote) due to a marked load"
[all …]
Dother.json45 …ssor's data cache was reloaded from a location other than the local core's L3 due to a marked load"
205 … to reload with Modified (M) data from another core's ECO L3 on the same chip due to a marked load"
225 …cles to reload from another chip's memory on the same Node or Group (Distant) due to a marked load"
230 "BriefDescription": "Duration in cycles to reload from local core's L2 due to a marked load"
255 …r's data cache was reloaded from local core's L2 with load hit store conflict due to a marked load"
290 "BriefDescription": "Marked instruction was reloaded from a location beyond the local chiplet"
320 …e was reloaded from another chip's memory on the same Node or Group ( Remote) due to a marked load"
350 …s to reload from local core's L3 without dispatch conflicts hit on Mepf state due to a marked load"
365 "BriefDescription": "Marked demand reload"
370 "BriefDescription": "Marked ld latency"
[all …]
Dpmc.json20 …s L2 or L3 on a different Node or Group (Distant), as this chip due to a marked data side request.…
40 …ded into the TLB from a location other than the local core's L2 due to a marked data side request.…
55 …ption": "The processor's data cache was reloaded from the local chip's Memory due to a marked load"
70 …"BriefDescription": "Duration in cycles to reload from the local chip's Memory due to a marked loa…
95 …loaded into the TLB from local core's L3 with dispatch conflict due to a marked data side request.…
100 …A Page Table Entry was loaded into the TLB from local core's L3 due to a marked data side request.…
Dcache.json25 …n cycles to reload from another chip's L4 on the same Node or Group ( Remote) due to a marked load"
70 …m local core's L2 hit without dispatch conflicts on Mepf state. due to a marked data side request.…
80 … from another chip's memory on the same Node or Group ( Remote) due to a marked data side request.…
95 "BriefDescription": "Marked dtlb miss"
Dtranslation.json40 "BriefDescription": "lsu marked instr PPC finish"
55 …cription": "Cycles during which the marked instruction is next to complete (completion is held up …
135 …from another chip's L2 or L3 on the same Node or Group (Remote), as this chip due to a marked load"
190 "BriefDescription": "Marked probeNops completed"
200 …es to reload with Shared (S) data from another core's ECO L3 on the same chip due to a marked load"
/Linux-v6.1/tools/testing/selftests/drivers/net/mlxsw/
Drtnetlink.sh540 # marked as offloaded
550 check_err $? "fdb entry not marked as offloaded when should"
559 # Test that IPv4 and IPv6 neighbour entries are marked as offloaded
571 check_err $? "ipv4 neigh entry not marked as offloaded when should"
574 check_err $? "ipv6 neigh entry not marked as offloaded when should"
586 # Test that IPv4 and IPv6 nexthops are marked as offloaded
601 check_err $? "ipv4 nexthop not marked as offloaded when should"
604 check_err $? "ipv6 nexthop not marked as offloaded when should"
611 check_err $? "ipv4 nexthop marked as offloaded when should not"
614 check_err $? "ipv6 nexthop marked as offloaded when should not"
[all …]
/Linux-v6.1/Documentation/devicetree/bindings/iio/adc/
Dadi,ad7606.yaml44 input channels. As the line is active high, it should be marked
52 it should be marked GPIO_ACTIVE_HIGH.
59 Shutdown mode. As the line is active low, it should be marked
68 As the line is active high, it should be marked GPIO_ACTIVE_HIGH.
77 is ±5V for all channels. As the line is active high, it should be marked
84 mode pins. As the line is active high, it should be marked
Dadi,ad7780.yaml47 line is active high, it should be marked GPIO_ACTIVE_HIGH.
54 driver probe. As the line is active low, it should be marked
63 marked GPIO_ACTIVE_LOW.
/Linux-v6.1/fs/btrfs/tests/
Dfree-space-tests.c415 * with existing extent entries - the space ends up being marked in test_steal_space_from_bitmap_to_extent()
451 * Now make only the first 256Kb of the bitmap marked as free, so that in test_steal_space_from_bitmap_to_extent()
452 * we end up with only the following ranges marked as free space: in test_steal_space_from_bitmap_to_extent()
465 /* Confirm that only those 2 ranges are marked as free. */ in test_steal_space_from_bitmap_to_extent()
476 * Confirm that the bitmap range [128Mb + 768Kb, 256Mb[ isn't marked in test_steal_space_from_bitmap_to_extent()
487 * covered by the bitmap, isn't marked as free. in test_steal_space_from_bitmap_to_extent()
490 test_err("invalid bitmap region marked as free"); in test_steal_space_from_bitmap_to_extent()
496 * by the bitmap too, isn't marked as free either. in test_steal_space_from_bitmap_to_extent()
499 test_err("invalid bitmap region marked as free"); in test_steal_space_from_bitmap_to_extent()
513 /* Confirm the region is marked as free. */ in test_steal_space_from_bitmap_to_extent()
[all …]
/Linux-v6.1/arch/powerpc/perf/
Dpower8-events-list.h56 /* Marked store completed */
58 /* Alternate event code for Marked store completed */
60 /* Marked two path branch */
68 /* Data cache was reloaded from a location other than L2 due to a marked load */
82 /* Marked filter Match */
/Linux-v6.1/lib/
DKconfig.kcsan223 writes up to word size: conflicts between marked reads and plain
229 bool "Do not instrument marked atomic accesses"
232 Never instrument marked atomic accesses. This option can be used for
233 additional filtering. Conflicting marked atomic reads and plain
235 plain reads and marked writes to result in "unknown origin" reports.
237 races where at least one access is marked atomic will never be
241 accesses, conflicting marked atomic reads and plain writes will not
/Linux-v6.1/tools/include/uapi/linux/
Dpkt_sched.h223 __u32 prob_mark; /* Marked packets, below max threshold */
224 __u32 forced_mark; /* Marked packets, after max threshold */
225 __u32 prob_mark_head; /* Marked packets, below max threshold */
226 __u32 forced_mark_head;/* Marked packets, after max threshold */
280 __u32 marked; /* Marked packets */ member
380 __u32 marked; /* Marked packets */ member
757 __u32 marked; member
803 __u32 ecn_mark; /* number of packets we ECN marked instead of dropped */
805 __u32 ce_mark; /* number of CE marked packets because of ce_threshold */
836 __u32 ecn_mark; /* number of packets we ECN marked
[all …]
/Linux-v6.1/include/uapi/linux/
Dpkt_sched.h224 __u32 prob_mark; /* Marked packets, below max threshold */
225 __u32 forced_mark; /* Marked packets, after max threshold */
226 __u32 prob_mark_head; /* Marked packets, below max threshold */
227 __u32 forced_mark_head;/* Marked packets, after max threshold */
300 __u32 marked; /* Marked packets */ member
400 __u32 marked; /* Marked packets */ member
777 __u32 marked; member
823 __u32 ecn_mark; /* number of packets we ECN marked instead of dropped */
825 __u32 ce_mark; /* number of CE marked packets because of ce_threshold */
860 __u32 ecn_mark; /* number of packets we ECN marked
[all …]
/Linux-v6.1/Documentation/dev-tools/
Dkcsan.rst206 KCSAN is aware of *marked atomic operations* (``READ_ONCE``, ``WRITE_ONCE``,
264 To detect data races between plain and marked accesses, KCSAN also annotates
265 marked accesses, but only to check if a watchpoint exists; i.e. KCSAN never
266 sets up a watchpoint on marked accesses. By never setting up watchpoints for
267 marked operations, if all accesses to a variable that is accessed concurrently
268 are properly marked, KCSAN will never trigger a watchpoint and therefore never
314 means reordering of marked accesses is not modeled.
317 instrumentation (no prefetching). Furthermore, marked accesses introducing
318 address or control dependencies do not require special handling (the marked
/Linux-v6.1/tools/memory-model/Documentation/
Daccess-marking.txt67 2. Data-racy reads whose values are checked against marked reload.
101 Data-Racy Reads That Are Checked Against Marked Reload
104 fed into some operation that checks the full value against a later marked
211 It is important to comment marked accesses so that people reading your
222 if that concurrent access is marked with READ_ONCE(). In addition,
226 write is marked with data_race() or WRITE_ONCE().
297 this function can be marked __no_kcsan and the data_race() can be dropped:
343 Because foo is read locklessly, all accesses are marked. The purpose
464 Because foo is accessed locklessly, all accesses are marked. It does
513 flag buggy concurrent writes, even if: (1) Those writes are marked or
Dordering.txt415 A control dependency extends from a marked load (READ_ONCE() or stronger)
416 through an "if" condition to a marked store (WRITE_ONCE() or stronger)
443 a. Unordered marked operations.
448 Unordered Marked Operations
454 of unordered marked accesses can also be constrained using the mechanisms
459 o Marked writes, such as WRITE_ONCE() and atomic_set(). These
464 reorder marked writes with each other or with other unordered
467 o Marked reads, such as READ_ONCE() and atomic_read(). These
472 reorder marked reads with each other or with other unordered
528 accesses is a write, whether marked or not.)

12345678910>>...62