/linux/tools/perf/pmu-events/ |
H A D | metric_test.py | 44 after = before 45 self.assertEqual(ParsePerfJson(before).ToPerfJson(), after) 50 after = before 51 self.assertEqual(ParsePerfJson(before).ToPerfJson(), after) 56 after = before 57 self.assertEqual(ParsePerfJson(before).ToPerfJson(), after) 61 after = before 62 self.assertEqual(ParsePerfJson(before).ToPerfJson(), after) 67 after = f'({before})' 68 self.assertEqual(ParsePerfJson(before).ToPerfJson(), after) [all …]
|
/linux/Documentation/hwmon/ |
H A D | isl68137.rst | 25 Publicly available (after August 2020 launch) at the Renesas website 35 Publicly available (after August 2020 launch) at the Renesas website 45 Publicly available (after August 2020 launch) at the Renesas website 55 Publicly available (after August 2020 launch) at the Renesas website 65 Publicly available (after August 2020 launch) at the Renesas website 75 Publicly available (after August 2020 launch) at the Renesas website 85 Publicly available (after August 2020 launch) at the Renesas website 95 Publicly available (after August 2020 launch) at the Renesas website 105 Publicly available (after August 2020 launch) at the Renesas website 115 Publicly available (after August 2020 launch) at the Renesas website [all …]
|
/linux/tools/testing/selftests/drivers/net/netdevsim/ |
H A D | hw_stats_l3.sh | 215 check_err $? "$type stats reported as not used after both device and netdevsim request" 217 check_err $? "$type stats reported as not requested after device request" 221 check_err $? "$type stats reported as used after netdevsim request withdrawn" 225 check_err $? "$type stats reported as not used after netdevsim request reenabled" 229 check_err $? "$type stats reported as used after device request withdrawn" 231 check_err $? "$type stats reported as requested after device request withdrawn" 235 check_err $? "$type stats reported as used after both requests withdrawn" 265 check_err $? "$type stats reported as used after bounce" 267 check_err $? "$type stats reported as requested after bounce" 272 check_err $? "$type stats reported as not used after both device and netdevsim request" [all …]
|
H A D | nexthop.sh | 126 check_err $? "Wrong nexthop occupancy after delete" 167 check_err $? "Wrong nexthop occupancy after delete" 178 check_err $? "Wrong nexthop occupancy after delete" 227 check_err $? "Wrong nexthop occupancy after delete" 243 check_err $? "Wrong nexthop occupancy after delete" 307 check_err $? "Unexpected nexthop group entry after failure" 310 check_err $? "Wrong nexthop occupancy after failure" 361 check_err $? "Unexpected nexthop group entry after failure" 369 check_err $? "Wrong nexthop occupancy after failure" 420 log_test "Bucket migration after idle timer" [all …]
|
/linux/drivers/greybus/ |
H A D | greybus_trace.h | 60 * Occurs after an incoming request message has been received 65 * Occurs after an incoming response message has been received, 66 * after its matching request has been found. 71 * Occurs after an operation has been canceled, possibly before the 78 * been queued for sending, this occurs after it is sent. 127 * Occurs after a new operation is created for an outgoing request 133 * Occurs after a new core operation has been created. 138 * Occurs after a new operation has been created for an incoming 150 * Occurs when an operation has been marked active, after updating 199 * Occurs after a new connection is successfully created. [all …]
|
/linux/drivers/net/wireguard/ |
H A D | timers.c | 13 * - Timer for retransmitting the handshake if we don't hear back after 16 * - Timer for sending empty packet if we have received a packet but after have 19 * - Timer for initiating new handshake if we have sent a packet but after have 23 * - Timer for zeroing out all ephemeral keys after `(REJECT_AFTER_TIME * 3)` ms 47 pr_debug("%s: Handshake for peer %llu (%pISpfsc) did not complete after %d attempts, giving up\n", in wg_expired_retransmit_handshake() 65 …pr_debug("%s: Handshake for peer %llu (%pISpfsc) did not complete after %d seconds, retrying (try … in wg_expired_retransmit_handshake() 95 …pr_debug("%s: Retrying handshake with peer %llu (%pISpfsc) because we stopped hearing back after %… in wg_expired_new_handshake() 144 /* Should be called after an authenticated data packet is sent. */ 153 /* Should be called after an authenticated data packet is received. */ 165 /* Should be called after any type of authenticated packet is sent, whether [all …]
|
/linux/tools/testing/selftests/net/forwarding/ |
H A D | bridge_locked_port.sh | 105 check_fail $? "Ping worked after locking port, but before adding FDB entry" 110 check_err $? "Ping did not work after locking port and adding FDB entry" 116 check_err $? "Ping did not work after unlocking port and removing FDB entry." 135 check_fail $? "Ping through vlan worked after locking port, but before adding FDB entry" 140 check_err $? "Ping through vlan did not work after locking port and adding FDB entry" 146 check_err $? "Ping through vlan did not work after unlocking port and removing FDB entry" 164 check_fail $? "Ping6 worked after locking port, but before adding FDB entry" 168 check_err $? "Ping6 did not work after locking port and adding FDB entry" 174 check_err $? "Ping6 did not work after unlocking port and removing FDB entry" 206 check_err $? "Ping did not work after replacing FDB entry" [all …]
|
/linux/scripts/ |
H A D | config | 29 --enable-after|-E beforeopt option 30 Enable option directly after other option 31 --disable-after|-D beforeopt option 32 Disable option directly after other option 33 --module-after|-M beforeopt option 34 Turn option into module directly after other option 85 local after="$2" 89 sed -e "s$SED_DELIM$before$SED_DELIM$after$SED_DELIM" "$infile" >"$tmpfile" 152 --*-after|-E|-D|-M) 208 --enable-after|-E) [all …]
|
/linux/tools/testing/selftests/drivers/net/mlxsw/ |
H A D | fib_offload.sh | 87 check_err $? "lowest metric not offloaded after append" 95 check_err $? "lowest metric not offloaded after prepend" 136 check_err $? "multipath route not offloaded after delete & add" 143 check_err $? "lowest metric not offloaded after append" 152 check_err $? "lowest metric not offloaded after prepend" 179 check_err $? "prefix route not offloaded after replace" 186 check_err $? "multipath route not offloaded after replace" 192 check_err $? "prefix route offloaded after 'replacing' multipath route" 194 check_err $? "multipath route not offloaded after being 'replaced' by prefix route" 201 check_err $? "multipath route not offloaded after replacing multipath route" [all …]
|
/linux/tools/perf/pmu-events/arch/x86/rocketlake/ |
H A D | frontend.json | 101 "BriefDescription": "Retired instructions after front-end starvation of at least 1 cycle", 108 …"PublicDescription": "Retired instructions that are fetched after an interval where the front-end … 113 …"BriefDescription": "Retired instructions that are fetched after an interval where the front-end d… 120 …"PublicDescription": "Counts retired instructions that are fetched after an interval where the fro… 125 …"BriefDescription": "Retired instructions that are fetched after an interval where the front-end d… 132 …"PublicDescription": "Counts retired instructions that are delivered to the back-end after a front… 137 "BriefDescription": "Retired instructions after front-end starvation of at least 2 cycles", 144 …"PublicDescription": "Retired instructions that are fetched after an interval where the front-end … 149 …"BriefDescription": "Retired instructions that are fetched after an interval where the front-end d… 156 …"PublicDescription": "Counts retired instructions that are fetched after an interval where the fro… [all …]
|
/linux/tools/perf/pmu-events/arch/x86/icelakex/ |
H A D | frontend.json | 101 "BriefDescription": "Retired instructions after front-end starvation of at least 1 cycle", 108 …"PublicDescription": "Retired instructions that are fetched after an interval where the front-end … 113 …"BriefDescription": "Retired instructions that are fetched after an interval where the front-end d… 120 …"PublicDescription": "Counts retired instructions that are fetched after an interval where the fro… 125 …"BriefDescription": "Retired instructions that are fetched after an interval where the front-end d… 132 …"PublicDescription": "Counts retired instructions that are delivered to the back-end after a front… 137 "BriefDescription": "Retired instructions after front-end starvation of at least 2 cycles", 144 …"PublicDescription": "Retired instructions that are fetched after an interval where the front-end … 149 …"BriefDescription": "Retired instructions that are fetched after an interval where the front-end d… 156 …"PublicDescription": "Counts retired instructions that are fetched after an interval where the fro… [all …]
|
/linux/tools/perf/pmu-events/arch/x86/tigerlake/ |
H A D | frontend.json | 101 "BriefDescription": "Retired instructions after front-end starvation of at least 1 cycle", 108 …"PublicDescription": "Retired instructions that are fetched after an interval where the front-end … 113 …"BriefDescription": "Retired instructions that are fetched after an interval where the front-end d… 120 …"PublicDescription": "Counts retired instructions that are fetched after an interval where the fro… 125 …"BriefDescription": "Retired instructions that are fetched after an interval where the front-end d… 132 …"PublicDescription": "Counts retired instructions that are delivered to the back-end after a front… 137 "BriefDescription": "Retired instructions after front-end starvation of at least 2 cycles", 144 …"PublicDescription": "Retired instructions that are fetched after an interval where the front-end … 149 …"BriefDescription": "Retired instructions that are fetched after an interval where the front-end d… 156 …"PublicDescription": "Counts retired instructions that are fetched after an interval where the fro… [all …]
|
/linux/tools/perf/pmu-events/arch/x86/icelake/ |
H A D | frontend.json | 101 "BriefDescription": "Retired instructions after front-end starvation of at least 1 cycle", 108 …"PublicDescription": "Retired instructions that are fetched after an interval where the front-end … 113 …"BriefDescription": "Retired instructions that are fetched after an interval where the front-end d… 120 …"PublicDescription": "Counts retired instructions that are fetched after an interval where the fro… 125 …"BriefDescription": "Retired instructions that are fetched after an interval where the front-end d… 132 …"PublicDescription": "Counts retired instructions that are delivered to the back-end after a front… 137 "BriefDescription": "Retired instructions after front-end starvation of at least 2 cycles", 144 …"PublicDescription": "Retired instructions that are fetched after an interval where the front-end … 149 …"BriefDescription": "Retired instructions that are fetched after an interval where the front-end d… 156 …"PublicDescription": "Counts retired instructions that are fetched after an interval where the fro… [all …]
|
/linux/include/linux/ |
H A D | suspend.h | 65 * @prepare() is called right after devices have been suspended (ie. the 74 * @prepare_late is called before disabling nonboot CPUs and after 86 * @wake: Called when the system has just left a sleep state, right after 91 * after @prepare_late and @enter(), even if one of them fails. 97 * that implement @prepare(). If implemented, it is always called after 98 * @enter() and @wake(), even if any of them fails. It is executed after 108 * @end: Called by the PM core right after resuming devices, to indicate to 269 * arch_suspend_enable_irqs - enable IRQs after suspend 320 * Called right after shrinking memory and before freezing devices. 322 * @end: Called by the PM core right after resuming devices, to indicate to [all …]
|
/linux/tools/perf/pmu-events/arch/x86/graniterapids/ |
H A D | frontend.json | 110 "BriefDescription": "Retired instructions after front-end starvation of at least 1 cycle", 117 …"PublicDescription": "Retired instructions that are fetched after an interval where the front-end … 122 …"BriefDescription": "Retired instructions that are fetched after an interval where the front-end d… 129 …"PublicDescription": "Counts retired instructions that are fetched after an interval where the fro… 134 …"BriefDescription": "Retired instructions that are fetched after an interval where the front-end d… 141 …"PublicDescription": "Counts retired instructions that are delivered to the back-end after a front… 146 "BriefDescription": "Retired instructions after front-end starvation of at least 2 cycles", 153 …"PublicDescription": "Retired instructions that are fetched after an interval where the front-end … 158 …"BriefDescription": "Retired instructions that are fetched after an interval where the front-end d… 165 …"PublicDescription": "Counts retired instructions that are fetched after an interval where the fro… [all …]
|
/linux/tools/perf/pmu-events/arch/x86/sapphirerapids/ |
H A D | frontend.json | 98 "BriefDescription": "Retired instructions after front-end starvation of at least 1 cycle", 105 …"PublicDescription": "Retired instructions that are fetched after an interval where the front-end … 110 …"BriefDescription": "Retired instructions that are fetched after an interval where the front-end d… 117 …"PublicDescription": "Counts retired instructions that are fetched after an interval where the fro… 122 …"BriefDescription": "Retired instructions that are fetched after an interval where the front-end d… 129 …"PublicDescription": "Counts retired instructions that are delivered to the back-end after a front… 134 "BriefDescription": "Retired instructions after front-end starvation of at least 2 cycles", 141 …"PublicDescription": "Retired instructions that are fetched after an interval where the front-end … 146 …"BriefDescription": "Retired instructions that are fetched after an interval where the front-end d… 153 …"PublicDescription": "Counts retired instructions that are fetched after an interval where the fro… [all …]
|
/linux/tools/perf/pmu-events/arch/x86/emeraldrapids/ |
H A D | frontend.json | 98 "BriefDescription": "Retired instructions after front-end starvation of at least 1 cycle", 105 …"PublicDescription": "Retired instructions that are fetched after an interval where the front-end … 110 …"BriefDescription": "Retired instructions that are fetched after an interval where the front-end d… 117 …"PublicDescription": "Counts retired instructions that are fetched after an interval where the fro… 122 …"BriefDescription": "Retired instructions that are fetched after an interval where the front-end d… 129 …"PublicDescription": "Counts retired instructions that are delivered to the back-end after a front… 134 "BriefDescription": "Retired instructions after front-end starvation of at least 2 cycles", 141 …"PublicDescription": "Retired instructions that are fetched after an interval where the front-end … 146 …"BriefDescription": "Retired instructions that are fetched after an interval where the front-end d… 153 …"PublicDescription": "Counts retired instructions that are fetched after an interval where the fro… [all …]
|
/linux/include/trace/events/ |
H A D | ksm.h | 39 * ksm_start_scan - called after a new ksm scan is started 54 * ksm_stop_scan - called after a new ksm scan has completed 69 * ksm_enter - called after a new process has been added / removed from ksm 93 * ksm_enter - called after a new process has been added to ksm 107 * ksm_exit - called after a new process has been removed from ksm 121 * ksm_merge_one_page - called after a page has been merged 155 * ksm_merge_with_ksm_page - called after a page has been merged with a ksm page 193 * ksm_remove_ksm_page - called after a ksm page has been removed 217 * ksm_remove_rmap_item - called after a rmap_item has been removed from the 249 * ksm_advisor - called after the advisor has run
|
/linux/drivers/platform/mellanox/ |
H A D | mlxbf-bootctl.h | 10 * Request that the on-chip watchdog be enabled, or disabled, after 14 * will not be enabled after the next soft reset. Non-zero errors are 21 * after the next chip soft reset. Returns the interval as set by 46 * after the next soft reset. For a specified valid boot mode, the 48 * MLXBF_BOOTCTL_SET_RESET_ACTION after the next chip soft reset; in 49 * particular, after that reset, the action for the now next reset can 53 * MLXBF_BOOTCTL_SET_RESET_ACTION be taken after the next chip soft reset. 61 * reset after the next soft reset; this will be one of the valid
|
/linux/Documentation/driver-api/md/ |
H A D | raid5-cache.rst | 34 The write-through cache will cache all data on cache disk first. After the data 36 two-step write will guarantee MD can recover correct data after unclean 40 filesystems) after the data is safe on RAID disks, so cache disk failure 57 RAID disks only after the data becomes a full stripe write. This will 62 filesystems) right after the data hits cache disk. The data is flushed to raid 63 disks later after specific conditions met. So cache disk failure will cause 92 parity to the log, writes the data and parity to RAID disks after the data and 99 MD will calculate parity for the data and write parity into the log. After this 105 After an unclean shutdown, MD does recovery. MD reads all meta data and data
|
/linux/drivers/scsi/mvsas/ |
H A D | mv_64xx.h | 53 /* ports 1-3 follow after this */ 56 /* ports 5-7 follow after this */ 60 /* ports 1-3 follow after this */ 62 /* ports 5-7 follow after this */ 68 /* ports 1-3 follow after this */ 71 /* ports 5-7 follow after this */ 75 /* ports 1-3 follow after this */ 78 /* ports 5-7 follow after this */
|
/linux/tools/perf/pmu-events/arch/x86/meteorlake/ |
H A D | frontend.json | 139 "BriefDescription": "Retired instructions after front-end starvation of at least 1 cycle", 146 …"PublicDescription": "Retired instructions that are fetched after an interval where the front-end … 152 …"BriefDescription": "Retired instructions that are fetched after an interval where the front-end d… 159 …"PublicDescription": "Counts retired instructions that are fetched after an interval where the fro… 165 …"BriefDescription": "Retired instructions that are fetched after an interval where the front-end d… 172 …"PublicDescription": "Counts retired instructions that are delivered to the back-end after a front… 178 "BriefDescription": "Retired instructions after front-end starvation of at least 2 cycles", 185 …"PublicDescription": "Retired instructions that are fetched after an interval where the front-end … 191 …"BriefDescription": "Retired instructions that are fetched after an interval where the front-end d… 198 …"PublicDescription": "Counts retired instructions that are fetched after an interval where the fro… [all …]
|
/linux/tools/perf/pmu-events/arch/x86/alderlake/ |
H A D | frontend.json | 117 "BriefDescription": "Retired instructions after front-end starvation of at least 1 cycle", 124 …"PublicDescription": "Retired instructions that are fetched after an interval where the front-end … 130 …"BriefDescription": "Retired instructions that are fetched after an interval where the front-end d… 137 …"PublicDescription": "Counts retired instructions that are fetched after an interval where the fro… 143 …"BriefDescription": "Retired instructions that are fetched after an interval where the front-end d… 150 …"PublicDescription": "Counts retired instructions that are delivered to the back-end after a front… 156 "BriefDescription": "Retired instructions after front-end starvation of at least 2 cycles", 163 …"PublicDescription": "Retired instructions that are fetched after an interval where the front-end … 169 …"BriefDescription": "Retired instructions that are fetched after an interval where the front-end d… 176 …"PublicDescription": "Counts retired instructions that are fetched after an interval where the fro… [all …]
|
/linux/Documentation/core-api/ |
H A D | cachetlb.rst | 10 after the interface is invoked. 34 The most severe flush of all. After this interface runs, 44 the TLB. After running, this interface must make sure that 46 'mm' will be visible to the cpu. That is, after running, 57 address translations from the TLB. After running, this 60 'start' to 'end-1' will be visible to the cpu. That is, after 83 After running, this interface must make sure that any previous 86 is, after running, there will be no entries in the TLB for 144 the caches. That is, after running, there will be no cache 153 the caches. That is, after running, there will be no cache [all …]
|
/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | uprobe_syscall.c | 26 __naked void uretprobe_regs(struct pt_regs *before, struct pt_regs *after) in uretprobe_regs() argument 98 struct pt_regs before = {}, after = {}; in test_uretprobe_regs_equal() local 100 unsigned long *pa = (unsigned long *) &after; in test_uretprobe_regs_equal() 113 uretprobe_regs(&before, &after); in test_uretprobe_regs_equal() 122 * Check register before and after uretprobe_regs_trigger call in test_uretprobe_regs_equal() 130 if (!ASSERT_EQ(pb[i], pa[i], "register before-after value check")) in test_uretprobe_regs_equal() 135 * Check register seen from bpf program and register after in test_uretprobe_regs_equal() 150 if (!ASSERT_EQ(pp[i], pa[i], "register prog-after value check")) in test_uretprobe_regs_equal() 180 struct pt_regs before = {}, after = {}; in test_uretprobe_regs_change() local 182 unsigned long *pa = (unsigned long *) &after; in test_uretprobe_regs_change() [all …]
|