Home
last modified time | relevance | path

Searched full:other (Results 1 – 25 of 12590) sorted by relevance

12345678910>>...504

/kernel/linux/linux-6.6/tools/perf/pmu-events/arch/riscv/
Driscv-sbi-firmware.json39 "PublicDescription": "Sent IPI to other HART event",
42 "BriefDescription": "Sent IPI to other HART event"
45 "PublicDescription": "Received IPI from other HART event",
48 "BriefDescription": "Received IPI from other HART event"
51 "PublicDescription": "Sent FENCE.I request to other HART event",
54 "BriefDescription": "Sent FENCE.I request to other HART event"
57 "PublicDescription": "Received FENCE.I request from other HART event",
60 "BriefDescription": "Received FENCE.I request from other HART event"
63 "PublicDescription": "Sent SFENCE.VMA request to other HART event",
66 "BriefDescription": "Sent SFENCE.VMA request to other HART event"
[all …]
/kernel/linux/linux-6.6/tools/perf/pmu-events/
Dmetric.py25 def Equals(self, other) -> bool: argument
35 def __or__(self, other: Union[int, float, 'Expression']) -> 'Operator':
36 return Operator('|', self, other)
38 def __ror__(self, other: Union[int, float, 'Expression']) -> 'Operator':
39 return Operator('|', other, self)
41 def __xor__(self, other: Union[int, float, 'Expression']) -> 'Operator':
42 return Operator('^', self, other)
44 def __and__(self, other: Union[int, float, 'Expression']) -> 'Operator':
45 return Operator('&', self, other)
47 def __rand__(self, other: Union[int, float, 'Expression']) -> 'Operator':
[all …]
/kernel/linux/linux-5.10/net/unix/
Daf_unix.c52 * other the moment one end closes.
378 static int unix_dgram_peer_wake_connect(struct sock *sk, struct sock *other) in unix_dgram_peer_wake_connect() argument
384 u_other = unix_sk(other); in unix_dgram_peer_wake_connect()
389 u->peer_wake.private = other; in unix_dgram_peer_wake_connect()
400 struct sock *other) in unix_dgram_peer_wake_disconnect() argument
405 u_other = unix_sk(other); in unix_dgram_peer_wake_disconnect()
408 if (u->peer_wake.private == other) { in unix_dgram_peer_wake_disconnect()
417 struct sock *other) in unix_dgram_peer_wake_disconnect_wakeup() argument
419 unix_dgram_peer_wake_disconnect(sk, other); in unix_dgram_peer_wake_disconnect_wakeup()
427 * - unix_peer(sk) == other
[all …]
/kernel/linux/linux-6.6/net/unix/
Daf_unix.c52 * other the moment one end closes.
462 static int unix_dgram_peer_wake_connect(struct sock *sk, struct sock *other) in unix_dgram_peer_wake_connect() argument
468 u_other = unix_sk(other); in unix_dgram_peer_wake_connect()
473 u->peer_wake.private = other; in unix_dgram_peer_wake_connect()
484 struct sock *other) in unix_dgram_peer_wake_disconnect() argument
489 u_other = unix_sk(other); in unix_dgram_peer_wake_disconnect()
492 if (u->peer_wake.private == other) { in unix_dgram_peer_wake_disconnect()
501 struct sock *other) in unix_dgram_peer_wake_disconnect_wakeup() argument
503 unix_dgram_peer_wake_disconnect(sk, other); in unix_dgram_peer_wake_disconnect_wakeup()
511 * - unix_peer(sk) == other
[all …]
/kernel/linux/linux-6.6/tools/perf/pmu-events/arch/x86/goldmont/
Dcache.json64other caching agents (typically another processor) in the system, one of those caching agents indi…
114 …to the L1 cache. Typically a load will receive this indication when some other load or prefetch m…
216 … reads (demand & prefetch) that miss the L2 cache with a snoop hit in the other processor module, …
221 … reads (demand & prefetch) that miss the L2 cache with a snoop hit in the other processor module, …
226 … reads (demand & prefetch) that miss the L2 cache with a snoop hit in the other processor module, …
231 … reads (demand & prefetch) that miss the L2 cache with a snoop hit in the other processor module, …
236 …mand & prefetch) that true miss for the L2 cache with a snoop miss in the other processor module.",
241 …mand & prefetch) that true miss for the L2 cache with a snoop miss in the other processor module. …
266 …ed by L1 or L2 prefetchers that miss the L2 cache with a snoop hit in the other processor module, …
271 …ed by L1 or L2 prefetchers that miss the L2 cache with a snoop hit in the other processor module, …
[all …]
/kernel/linux/linux-5.10/tools/perf/tests/
Dthread-maps-share.c17 /* other process */ in test__thread_maps_share()
18 struct thread *other, *other_leader; in test__thread_maps_share() local
27 * other group (pid: 4, tids: 4, 5) in test__thread_maps_share()
40 other = machine__findnew_thread(machine, 4, 5); in test__thread_maps_share()
43 leader && t1 && t2 && t3 && other); in test__thread_maps_share()
54 * Verify the other leader was created by previous call. in test__thread_maps_share()
59 TEST_ASSERT_VAL("failed to find other leader", other_leader); in test__thread_maps_share()
70 machine__remove_thread(machine, other); in test__thread_maps_share()
73 other_maps = other->maps; in test__thread_maps_share()
90 /* release other group */ in test__thread_maps_share()
[all …]
Dexpr.c64 TEST_ASSERT_VAL("find other", in test__expr()
67 TEST_ASSERT_VAL("find other", hashmap__size(&ctx.ids) == 3); in test__expr()
68 TEST_ASSERT_VAL("find other", hashmap__find(&ctx.ids, "BAR", in test__expr()
70 TEST_ASSERT_VAL("find other", hashmap__find(&ctx.ids, "BAZ", in test__expr()
72 TEST_ASSERT_VAL("find other", hashmap__find(&ctx.ids, "BOZO", in test__expr()
76 TEST_ASSERT_VAL("find other", in test__expr()
79 TEST_ASSERT_VAL("find other", hashmap__size(&ctx.ids) == 2); in test__expr()
80 TEST_ASSERT_VAL("find other", hashmap__find(&ctx.ids, "EVENT1,param=3/", in test__expr()
82 TEST_ASSERT_VAL("find other", hashmap__find(&ctx.ids, "EVENT2,param=3/", in test__expr()
/kernel/linux/linux-5.10/Documentation/ABI/testing/
Ddebugfs-hisi-sec7 Only available for PF, and take no other effect on SEC.
37 Only available for PF, and take no other effect on SEC.
44 Available for both PF and VF, and take no other effect on SEC.
50 Available for both PF and VF, and take no other effect on SEC.
56 Available for both PF and VF, and take no other effect on SEC.
62 Available for both PF and VF, and take no other effect on SEC.
68 Available for both PF and VF, and take no other effect on SEC.
75 Available for both PF and VF, and take no other effect on SEC.
81 Available for both PF and VF, and take no other effect on SEC.
87 Available for both PF and VF, and take no other effect on SEC.
[all …]
Ddebugfs-hisi-hpre64 Available for both PF and VF, and take no other effect on HPRE.
70 Available for both PF and VF, and take no other effect on HPRE.
76 Available for both PF and VF, and take no other effect on HPRE.
82 Available for both PF and VF, and take no other effect on HPRE.
88 Available for both PF and VF, and take no other effect on HPRE.
95 Available for both PF and VF, and take no other effect on HPRE.
101 Available for both PF and VF, and take no other effect on HPRE.
107 Available for both PF and VF, and take no other effect on HPRE.
114 Available for both PF and VF, and take no other effect on HPRE.
120 Available for both PF and VF, and take no other effect on HPRE.
[all …]
/kernel/linux/linux-6.6/tools/perf/pmu-events/arch/arm64/arm/cortex-a65-e1/
Difu.json63 "PublicDescription": "Thread flushed due to reasons other than TLB miss",
66 "BriefDescription": "Thread flushed due to reasons other than TLB miss"
69 "PublicDescription": "This thread and the other thread both ready for scheduling in if0",
72 "BriefDescription": "This thread and the other thread both ready for scheduling in if0"
75 …"PublicDescription": "This thread was arbitrated when the other thread was also ready for scheduli…
78 …"BriefDescription": "This thread was arbitrated when the other thread was also ready for schedulin…
81 …"PublicDescription": "This thread was arbitrated when the other thread was also active, but not ne…
84 …"BriefDescription": "This thread was arbitrated when the other thread was also active, but not nec…
99 "PublicDescription": "I-Cache lookup under miss from other thread",
102 "BriefDescription": "I-Cache lookup under miss from other thread"
[all …]
/kernel/linux/linux-6.6/tools/perf/tests/
Dthread-maps-share.c17 /* other process */ in test__thread_maps_share()
18 struct thread *other, *other_leader; in test__thread_maps_share() local
27 * other group (pid: 4, tids: 4, 5) in test__thread_maps_share()
40 other = machine__findnew_thread(machine, 4, 5); in test__thread_maps_share()
43 leader && t1 && t2 && t3 && other); in test__thread_maps_share()
54 * Verify the other leader was created by previous call. in test__thread_maps_share()
59 TEST_ASSERT_VAL("failed to find other leader", other_leader); in test__thread_maps_share()
70 machine__remove_thread(machine, other); in test__thread_maps_share()
73 other_maps = thread__maps(other); in test__thread_maps_share()
91 /* release other group */ in test__thread_maps_share()
[all …]
/kernel/linux/linux-5.10/tools/perf/pmu-events/arch/x86/goldmont/
Dcache.json206other caching agents (typically another processor) in the system, one of those caching agents indi…
218 …to the L1 cache. Typically a load will receive this indication when some other load or prefetch m…
254 …quests (demand & prefetch) that miss the L2 cache with a snoop hit in the other processor module, …
262 …quests (demand & prefetch) that miss the L2 cache with a snoop hit in the other processor module, …
267 …quests (demand & prefetch) that miss the L2 cache with a snoop hit in the other processor module, …
275 …quests (demand & prefetch) that miss the L2 cache with a snoop hit in the other processor module, …
280 …mand & prefetch) that true miss for the L2 cache with a snoop miss in the other processor module. …
288 …mand & prefetch) that true miss for the L2 cache with a snoop miss in the other processor module.",
319 …quests (demand & prefetch) that miss the L2 cache with a snoop hit in the other processor module, …
327 …quests (demand & prefetch) that miss the L2 cache with a snoop hit in the other processor module, …
[all …]
/kernel/linux/linux-6.6/tools/perf/pmu-events/arch/x86/skylake/
Dcache.json1726 "BriefDescription": "Counts any other requests have any response type.",
1728 "EventName": "OFFCORE_RESPONSE.OTHER.ANY_RESPONSE",
1735 "BriefDescription": "Counts any other requests",
1737 "EventName": "OFFCORE_RESPONSE.OTHER.L3_HIT.ANY_SNOOP",
1744 "BriefDescription": "Counts any other requests",
1746 "EventName": "OFFCORE_RESPONSE.OTHER.L3_HIT.SNOOP_HITM",
1753 "BriefDescription": "Counts any other requests",
1755 "EventName": "OFFCORE_RESPONSE.OTHER.L3_HIT.SNOOP_HIT_NO_FWD",
1762 "BriefDescription": "Counts any other requests",
1764 "EventName": "OFFCORE_RESPONSE.OTHER.L3_HIT.SNOOP_MISS",
[all …]
Dmemory.json810 "BriefDescription": "Counts any other requests",
812 "EventName": "OFFCORE_RESPONSE.OTHER.L3_HIT.SNOOP_NON_DRAM",
819 "BriefDescription": "Counts any other requests",
821 "EventName": "OFFCORE_RESPONSE.OTHER.L3_HIT_E.SNOOP_NON_DRAM",
828 "BriefDescription": "Counts any other requests",
830 "EventName": "OFFCORE_RESPONSE.OTHER.L3_HIT_M.SNOOP_NON_DRAM",
837 "BriefDescription": "Counts any other requests",
839 "EventName": "OFFCORE_RESPONSE.OTHER.L3_HIT_S.SNOOP_NON_DRAM",
846 "BriefDescription": "Counts any other requests",
848 "EventName": "OFFCORE_RESPONSE.OTHER.L3_MISS.ANY_SNOOP",
[all …]
/kernel/linux/linux-6.6/tools/perf/pmu-events/arch/x86/knightslanding/
Dcache.json53 …"BriefDescription": "Counts the loads retired that get the data from the other core in the same ti…
111 … with data forwarded from it Far(not in the same quadrant as the request)-other tile L2 in E/F/M s…
120 …with data forwarded from its Far(not in the same quadrant as the request)-other tile's L2 in E/F s…
129 …with data forwarded from its Far(not in the same quadrant as the request)-other tile's L2 in M sta…
138 …ts for responses from snoop request hit with data forwarded from its Near-other tile L2 in E/F/M s…
147 … for responses from a snoop request hit with data forwarded from its Near-other tile's L2 in E/F s…
156 … for responses from a snoop request hit with data forwarded from its Near-other tile's L2 in M sta…
219 … with data forwarded from it Far(not in the same quadrant as the request)-other tile L2 in E/F/M s…
228 …with data forwarded from its Far(not in the same quadrant as the request)-other tile's L2 in E/F s…
237 …with data forwarded from its Far(not in the same quadrant as the request)-other tile's L2 in M sta…
[all …]
/kernel/linux/linux-6.6/Documentation/ABI/testing/
Ddebugfs-hisi-sec7 Only available for PF, and take no other effect on SEC.
47 Only available for PF, and take no other effect on SEC.
54 Available for both PF and VF, and take no other effect on SEC.
60 Available for both PF and VF, and take no other effect on SEC.
66 Available for both PF and VF, and take no other effect on SEC.
72 Available for both PF and VF, and take no other effect on SEC.
78 Available for both PF and VF, and take no other effect on SEC.
85 Available for both PF and VF, and take no other effect on SEC.
105 Available for both PF and VF, and take no other effect on SEC.
111 Available for both PF and VF, and take no other effect on SEC.
[all …]
/kernel/linux/linux-5.10/tools/perf/pmu-events/arch/x86/skylake/
Dcache.json693 "PublicDescription": "Counts any other requests",
698 "EventName": "OFFCORE_RESPONSE.OTHER.L4_HIT_LOCAL_L4.ANY_SNOOP",
701 "BriefDescription": "Counts any other requests",
706 "PublicDescription": "Counts any other requests",
711 "EventName": "OFFCORE_RESPONSE.OTHER.L4_HIT_LOCAL_L4.SNOOP_HITM",
714 "BriefDescription": "Counts any other requests",
719 "PublicDescription": "Counts any other requests",
724 "EventName": "OFFCORE_RESPONSE.OTHER.L4_HIT_LOCAL_L4.SNOOP_HIT_NO_FWD",
727 "BriefDescription": "Counts any other requests",
732 "PublicDescription": "Counts any other requests",
[all …]
Dmemory.json461 "PublicDescription": "Counts any other requests",
466 "EventName": "OFFCORE_RESPONSE.OTHER.L3_MISS.ANY_SNOOP",
469 "BriefDescription": "Counts any other requests",
474 "PublicDescription": "Counts any other requests",
479 "EventName": "OFFCORE_RESPONSE.OTHER.L3_MISS.SNOOP_NON_DRAM",
482 "BriefDescription": "Counts any other requests",
487 "PublicDescription": "Counts any other requests",
492 "EventName": "OFFCORE_RESPONSE.OTHER.L3_MISS.SNOOP_HITM",
495 "BriefDescription": "Counts any other requests",
500 "PublicDescription": "Counts any other requests",
[all …]
/kernel/linux/linux-6.6/tools/perf/pmu-events/arch/x86/goldmontplus/
Dcache.json64other caching agents (typically another processor) in the system, one of those caching agents indi…
114 …to the L1 cache. Typically a load will receive this indication when some other load or prefetch m…
216 … data reads (demand & prefetch) miss the L2 cache with a snoop hit in the other processor module, …
221 … data reads (demand & prefetch) miss the L2 cache with a snoop hit in the other processor module, …
226 …s (demand & prefetch) true miss for the L2 cache with a snoop miss in the other processor module.",
231 …s (demand & prefetch) true miss for the L2 cache with a snoop miss in the other processor module. …
266 …nerated by L1 or L2 prefetchers miss the L2 cache with a snoop hit in the other processor module, …
271 …nerated by L1 or L2 prefetchers miss the L2 cache with a snoop hit in the other processor module, …
276 … L1 or L2 prefetchers true miss for the L2 cache with a snoop miss in the other processor module.",
281 … L1 or L2 prefetchers true miss for the L2 cache with a snoop miss in the other processor module. …
[all …]
/kernel/linux/linux-6.6/tools/lib/perf/
Dcpumap.c401 * other has its reference count increased.
405 struct perf_cpu_map *other) in perf_cpu_map__merge() argument
412 if (perf_cpu_map__is_subset(orig, other)) in perf_cpu_map__merge()
414 if (perf_cpu_map__is_subset(other, orig)) { in perf_cpu_map__merge()
416 return perf_cpu_map__get(other); in perf_cpu_map__merge()
419 tmp_len = __perf_cpu_map__nr(orig) + __perf_cpu_map__nr(other); in perf_cpu_map__merge()
426 while (i < __perf_cpu_map__nr(orig) && j < __perf_cpu_map__nr(other)) { in perf_cpu_map__merge()
427 if (__perf_cpu_map__cpu(orig, i).cpu <= __perf_cpu_map__cpu(other, j).cpu) { in perf_cpu_map__merge()
428 if (__perf_cpu_map__cpu(orig, i).cpu == __perf_cpu_map__cpu(other, j).cpu) in perf_cpu_map__merge()
432 tmp_cpus[k++] = __perf_cpu_map__cpu(other, j++); in perf_cpu_map__merge()
[all …]
/kernel/linux/linux-5.10/tools/perf/pmu-events/arch/x86/knightslanding/
Dcache.json87 …"BriefDescription": "Counts the loads retired that get the data from the other core in the same ti…
135 …with data forwarded from its Far(not in the same quadrant as the request)-other tile's L2 in M sta…
146 …with data forwarded from its Far(not in the same quadrant as the request)-other tile's L2 in E/F s…
157 … for responses from a snoop request hit with data forwarded from its Near-other tile's L2 in M sta…
168 … for responses from a snoop request hit with data forwarded from its Near-other tile's L2 in E/F s…
201 …with data forwarded from its Far(not in the same quadrant as the request)-other tile's L2 in M sta…
212 …with data forwarded from its Far(not in the same quadrant as the request)-other tile's L2 in E/F s…
223 … for responses from a snoop request hit with data forwarded from its Near-other tile's L2 in M sta…
234 … for responses from a snoop request hit with data forwarded from its Near-other tile's L2 in E/F s…
267 …with data forwarded from its Far(not in the same quadrant as the request)-other tile's L2 in M sta…
[all …]
/kernel/linux/linux-6.6/tools/testing/kunit/
Dkunit_config.py37 def __eq__(self, other: Any) -> bool:
38 if not isinstance(other, self.__class__):
40 return self._entries == other._entries
52 def is_subset_of(self, other: 'Kconfig') -> bool:
54 b = other._entries.get(name)
63 def conflicting_options(self, other: 'Kconfig') -> List[Tuple[KconfigEntry, KconfigEntry]]:
66 b = other._entries.get(name)
72 def merge_in_entries(self, other: 'Kconfig') -> None:
73 for name, value in other._entries.items():
/kernel/linux/linux-6.6/Documentation/admin-guide/
Dkernel-per-CPU-kthreads.rst50 2. Do all eHCA-Infiniband-related work on other CPUs, including
65 some other CPU.
78 occur on some other CPU and furthermore initiate all
79 Bluetooth activity on some other CPU.
103 do not offline any other CPUs, because doing so could force the
111 1. Force networking interrupts onto other CPUs.
112 2. Initiate any network I/O on other CPUs.
123 1. Force block-device interrupts onto some other CPU.
124 2. Initiate any block I/O on other CPUs.
135 1. Force block-device interrupts onto some other CPU.
[all …]
/kernel/linux/linux-6.6/LICENSES/dual/
DCC-BY-4.022 other relationship. Creative Commons makes its licenses and related
32 conditions that creators and other rights holders may use to share
33 original works of authorship and other material subject to copyright
34 and certain other rights specified in the public license below. The
41 copyright and certain other rights. Our licenses are
47 material not subject to the license. This includes other CC-
59 other rights that a licensor has authority to grant. Use of
60 the licensed material may still be restricted for other
61 reasons, including because others have copyright or other
114 any other exception or limitation to Copyright and Similar Rights
[all …]
/kernel/linux/linux-5.10/Documentation/admin-guide/
Dkernel-per-CPU-kthreads.rst50 2. Do all eHCA-Infiniband-related work on other CPUs, including
65 some other CPU.
78 occur on some other CPU and furthermore initiate all
79 Bluetooth activity on some other CPU.
103 do not offline any other CPUs, because doing so could force the
111 1. Force networking interrupts onto other CPUs.
112 2. Initiate any network I/O on other CPUs.
123 1. Force block-device interrupts onto some other CPU.
124 2. Initiate any block I/O on other CPUs.
135 1. Force block-device interrupts onto some other CPU.
[all …]

12345678910>>...504