Home
last modified time | relevance | path

Searched full:show (Results 1 – 25 of 1807) sorted by relevance

12345678910>>...73

/Linux-v5.10/Documentation/ABI/testing/
Dsysfs-fs-nilfs26 Show current revision of NILFS file system driver.
20 Show NILFS file system revision on volume.
28 Show volume's block size in bytes.
34 Show volume size in bytes.
40 Show count of free blocks on volume.
46 Show volume's UUID (Universally Unique Identifier).
52 Show volume's label.
64 Show last write time of super block in human-readable
71 Show last write time of super block in seconds.
77 Show current write count of super block.
[all …]
/Linux-v5.10/tools/testing/selftests/x86/
Dcheck_initial_reg_state.c69 #define SHOW(x) printf("\t" #x " = 0x%lx\n", x); in main() macro
70 SHOW(ax); in main()
71 SHOW(bx); in main()
72 SHOW(cx); in main()
73 SHOW(dx); in main()
74 SHOW(si); in main()
75 SHOW(di); in main()
76 SHOW(bp); in main()
77 SHOW(sp); in main()
79 SHOW(r8); in main()
[all …]
/Linux-v5.10/tools/testing/selftests/net/
Daltnames.sh23 output=$(ip -j -p link show $SHORT_NAME)
24 check_err $? "Failed to do link show with short alternative name"
27 check_err $? "Failed to get short alternative name from link show JSON"
30 check_err $? "Got unexpected short alternative name from link show JSON"
32 ip -j -p link show $DUMMY_DEV &>/dev/null
33 check_err $? "Failed to do link show with original name"
38 output=$(ip -j -p link show $LONG_NAME)
39 check_err $? "Failed to do link show with long alternative name"
42 check_err $? "Failed to get long alternative name from link show JSON"
45 check_err $? "Got unexpected long alternative name from link show JSON"
[all …]
/Linux-v5.10/tools/testing/selftests/drivers/net/mlxsw/
Dvxlan.sh475 bridge fdb show brport vxlan0
491 de:ad:be:ef:13:37 self bridge fdb show brport vxlan0
494 de:ad:be:ef:13:37 self -v bridge fdb show brport vxlan0
505 de:ad:be:ef:13:37 self bridge fdb show brport vxlan0
516 de:ad:be:ef:13:37 self bridge fdb show brport vxlan0
519 de:ad:be:ef:13:37 self -v bridge fdb show brport vxlan0
530 de:ad:be:ef:13:37 self -v bridge fdb show brport vxlan0
541 de:ad:be:ef:13:37 self bridge fdb show brport vxlan0
544 de:ad:be:ef:13:37 self -v bridge fdb show brport vxlan0
563 ip route show table local 198.51.100.1
[all …]
/Linux-v5.10/kernel/bpf/
Dbtf.c298 * Common data to all BTF show operations. Private show functions can add
300 * in the show callback. See btf_type_show() below.
307 * pass is signalled by show->state.depth_check being set, and if we
308 * encounter a non-zero value we set show->state.depth_to_show to
321 * The various data type show functions all start with a call to
342 void *target; /* target of show operation (seq file, buffer) */
343 void (*showfn)(struct btf_show *show, const char *fmt, va_list args);
383 void (*show)(const struct btf *btf, const struct btf_type *t, member
385 struct btf_show *show);
762 * Populate show->state.name with type name information.
[all …]
/Linux-v5.10/tools/testing/selftests/tc-testing/tc-tests/qdiscs/
Dets.json14 "verifyCmd": "$TC qdisc show dev $DUMMY",
34 "verifyCmd": "$TC qdisc show dev $DUMMY",
54 "verifyCmd": "$TC qdisc show dev $DUMMY",
74 "verifyCmd": "$TC qdisc show dev $DUMMY",
94 "verifyCmd": "$TC qdisc show dev $DUMMY",
114 "verifyCmd": "$TC qdisc show dev $DUMMY",
134 "verifyCmd": "$TC qdisc show dev $DUMMY",
154 "verifyCmd": "$TC qdisc show dev $DUMMY",
174 "verifyCmd": "$TC qdisc show dev $DUMMY",
194 "verifyCmd": "$TC qdisc show dev $DUMMY",
[all …]
Dfifo.json15 "verifyCmd": "$TC qdisc show dev $DUMMY",
36 "verifyCmd": "$TC qdisc show dev $DUMMY",
56 "verifyCmd": "$TC qdisc show dev $DUMMY",
76 "verifyCmd": "$TC qdisc show dev $DUMMY",
96 "verifyCmd": "$TC qdisc show dev $DUMMY",
116 "verifyCmd": "$TC qdisc show dev $DUMMY",
135 "verifyCmd": "$TC qdisc show dev $DUMMY",
154 "verifyCmd": "$TC qdisc show dev $DUMMY",
175 "verifyCmd": "$TC qdisc show dev $DUMMY",
197 "verifyCmd": "$TC qdisc show dev $DUMMY",
[all …]
Dprio.json14 "verifyCmd": "$TC qdisc show dev $DUMMY",
34 "verifyCmd": "$TC qdisc show dev $DUMMY",
53 "verifyCmd": "$TC qdisc show dev $DUMMY",
72 "verifyCmd": "$TC qdisc show dev $DUMMY",
91 "verifyCmd": "$TC qdisc show dev $DUMMY",
111 "verifyCmd": "$TC qdisc show dev $DUMMY",
130 "verifyCmd": "$TC qdisc show dev $DUMMY",
149 "verifyCmd": "$TC qdisc show dev $DUMMY",
168 "verifyCmd": "$TC qdisc show dev $DUMMY",
188 "verifyCmd": "$TC qdisc show dev $DUMMY",
[all …]
/Linux-v5.10/tools/perf/Documentation/
Dperf-sched.txt71 Be more verbose. (show symbol address, etc)
85 Show only CPUs with activity. Helps visualizing on high core
89 Show just entries with activities for the given CPUs.
115 Only show events for the given CPU(s) (comma separated list).
119 Only show events for given process ID (comma separated list).
123 Only show events for given thread ID (comma separated list).
127 Show only a summary of scheduling by thread with min, max, and average
132 Show all scheduling events followed by a summary by thread with min,
140 Show visual aid for sched switches by CPU: 'i' marks idle time,
145 Show wakeup events.
[all …]
Dperf-script.txt84 Show latency attributes (irqs/preemption disabled, etc).
285 Only show events for given process ID (comma separated list).
288 Only show events for given thread ID (comma separated list).
291 --show-info::
297 --show-kernel-path::
300 --show-task-events
303 --show-mmap-events
306 --show-namespace-events
309 --show-switch-events
313 --show-lost-events
[all …]
Dperf-report.txt26 Be more verbose. (show symbol address, etc)
30 Do not show any message. (Suppress -v)
33 --show-nr-samples::
34 Show the number of samples for each symbol
36 --show-cpu-utilization::
37 Show sample percentage for different cpu modes.
41 Show per-thread event counters. The input data file should be recorded
49 Only show events for given process ID (comma separated list).
52 Only show events for given thread ID (comma separated list).
65 Only show symbols that match (partially) with this filter.
[all …]
Dtips.txt15 Show individual samples with: perf script
16 Limit to show entries above 5% only: perf report --percent-limit 5
18 To show assembler sample contexts use perf record -b / perf script -F +brstackinsn --xed
34 Show current config key-value pairs: perf config --list
35 Show user configuration overrides: perf config --user --list
42 To show IPC for sampling periods use perf record -e '{cycles,instructions}:S' and then browse conte…
43 To show context switches in perf report sample context add --switch-events to perf record.
/Linux-v5.10/Documentation/translations/zh_CN/filesystems/
Dsysfs.txt105 ssize_t (*show)(struct device *dev, struct device_attribute *attr,
129 .show = show_foo,
142 ssize_t (*show)(struct kobject *, struct attribute *, char *);
166 if (dev_attr->show)
167 ret = dev_attr->show(dev, dev_attr, buf);
170 dev_attr->show);
180 在声明属性时,必须指定 show() 或 store() 方法,以实现属性的
183 ssize_t (*show)(struct device *dev, struct device_attribute *attr, char *buf);
193 - 在读方面(read(2)),show() 方法应该填充整个缓冲区。回想属性
198 向后搜索到零或使用‘0’偏移执行一个pread(2)操作,show()方法将
[all …]
/Linux-v5.10/include/uapi/linux/
Dunix_diag.h17 #define UDIAG_SHOW_NAME 0x00000001 /* show name (not path) */
18 #define UDIAG_SHOW_VFS 0x00000002 /* show VFS inode info */
19 #define UDIAG_SHOW_PEER 0x00000004 /* show peer socket info */
20 #define UDIAG_SHOW_ICONS 0x00000008 /* show pending connections */
21 #define UDIAG_SHOW_RQLEN 0x00000010 /* show skb receive queue len */
22 #define UDIAG_SHOW_MEMINFO 0x00000020 /* show memory info of a socket */
23 #define UDIAG_SHOW_UID 0x00000040 /* show socket's UID */
/Linux-v5.10/Documentation/networking/
Dvrf.rst169 $ ip [-d] link show type vrf
170 NOTE: The -d option is needed to show the table id
174 $ ip -d link show type vrf
191 $ ip -br link show type vrf
213 4. Show Devices Assigned to a VRF
215 To show devices that have been assigned to a specific VRF add the master
218 $ ip link show vrf NAME
219 $ ip link show master NAME
223 $ ip link show vrf red
234 $ ip -br link show vrf red
[all …]
/Linux-v5.10/tools/testing/selftests/net/forwarding/
Ddevlink_lib.sh8 DEVLINK_DEV=$(devlink port show "${NETIFS[p1]:-$NETIF_NO_CABLE}" -j \
76 devlink -j resource show "$DEVLINK_DEV" | jq "$resource_name"
113 still_pending=$(devlink resource show "$DEVLINK_DEV" | \
131 devlink sb port pool show $port pool $pool -j \
171 devlink sb pool show "$DEVLINK_DEV" pool $pool -j \
212 devlink sb tc bind show $port tc $tc type $dir -j \
267 devlink -j trap show $DEVLINK_DEV trap $trap_name \
285 devlink -j trap show $DEVLINK_DEV trap $trap_name \
291 devlink -j trap show $DEVLINK_DEV trap $trap_name \
300 devlink -jv trap show $DEVLINK_DEV trap $trap_name \
[all …]
/Linux-v5.10/tools/testing/selftests/drivers/net/netdevsim/
Ddevlink.sh60 cmd_jq "devlink dev param show $DL_HANDLE name $name -j" \
121 size=$(devlink region show $DL_HANDLE/$name -j | jq -e -r '.[][].size')
134 count=$(devlink region show $DL_HANDLE/$name -j | jq -e -r '.[][].snapshot | length')
270 cmd_jq "devlink -N $netns resource show $DL_HANDLE -j" \
376 devlink health show $DL_HANDLE reporter empty >/dev/null
377 check_err $? "Failed show empty reporter"
379 devlink health dump show $DL_HANDLE reporter empty >/dev/null
380 check_err $? "Failed show dump of empty reporter"
400 local show=$(devlink health show $DL_HANDLE reporter $name -j | jq -e -r ".[][][]")
401 check_err $? "Failed show $name reporter"
[all …]
/Linux-v5.10/drivers/scsi/
Discsi_boot_sysfs.c26 ssize_t (*show) (void *data, int type, char *buf); member
45 if (boot_kobj->show) in iscsi_boot_show_attribute()
46 ret = boot_kobj->show(boot_kobj->data, boot_attr->type, str); in iscsi_boot_show_attribute()
51 .show = iscsi_boot_show_attribute,
341 ssize_t (*show) (void *data, int type, char *buf), in iscsi_boot_create_kobj()
359 boot_kobj->show = show; in iscsi_boot_create_kobj()
394 * @show: attr show function
404 ssize_t (*show) (void *data, int type, char *buf), in iscsi_boot_create_target()
409 "target%d", index, data, show, is_visible, in iscsi_boot_create_target()
419 * @show: attr show function
[all …]
/Linux-v5.10/security/integrity/ima/
Dima_template_lib.c64 enum ima_show_type show, in ima_show_template_data_ascii() argument
96 enum ima_show_type show, in ima_show_template_data_binary() argument
100 u32 len = (show == IMA_SHOW_BINARY_OLD_STRING_FMT) ? in ima_show_template_data_binary()
103 if (show != IMA_SHOW_BINARY_NO_FIELD_LEN) { in ima_show_template_data_binary()
116 enum ima_show_type show, in ima_show_template_field_data() argument
120 switch (show) { in ima_show_template_field_data()
122 ima_show_template_data_ascii(m, show, datafmt, field_data); in ima_show_template_field_data()
127 ima_show_template_data_binary(m, show, datafmt, field_data); in ima_show_template_field_data()
134 void ima_show_template_digest(struct seq_file *m, enum ima_show_type show, in ima_show_template_digest() argument
137 ima_show_template_field_data(m, show, DATA_FMT_DIGEST, field_data); in ima_show_template_digest()
[all …]
/Linux-v5.10/tools/power/x86/turbostat/
Dturbostat.857 \fB--hide column\fP do not show the specified built-in columns. May be invoked multiple times, or …
59 \fB--enable column\fP show the specified built-in columns, which are otherwise disabled, by default…
62show column\fP show only the specified built-in columns. May be invoked multiple times, or with a…
79 \fB--list\fP display column header names available for use by --show and --hide, then exit.
91show the sum across all CPUs in the system. Columns that show a percentage show the average acros…
107 \fBCPU%c1, CPU%c3, CPU%c6, CPU%c7\fP show the percentage residency in hardware core idle states. T…
124show only the counter columns. Second, you can reduce the columns with the "--hide" and "--show" …
126 To find out what columns are available for --show and --hide, the "--list" option is available. Fo…
128 sudo ./turbostat --show sysfs --quiet sleep 10
252 The remaining rows show what maximum turbo frequency is possible
[all …]
/Linux-v5.10/drivers/net/bonding/
Dbond_sysfs.c31 /* "show" function for the bond_masters attribute.
136 .show = bonding_show_bonds,
164 /* Show the slaves in the current bond. */
197 /* Show the bonding mode. */
210 /* Show the bonding transmit hash method. */
225 /* Show arp_validate. */
241 /* Show arp_all_targets. */
257 /* Show fail_over_mac. */
273 /* Show the arp timer interval. */
285 /* Show the arp targets. */
[all …]
/Linux-v5.10/Documentation/filesystems/
Dsysfs.rst94 ssize_t (*show)(struct device *dev, struct device_attribute *attr,
119 .show = show_foo,
156 show and store methods of the attribute owners::
159 ssize_t (*show)(struct kobject *, struct attribute *, char *);
184 if (dev_attr->show)
185 ret = dev_attr->show(dev, dev_attr, buf);
188 dev_attr->show);
198 To read or write attributes, show() or store() methods must be
202 ssize_t (*show)(struct device *dev, struct device_attribute *attr, char *buf);
214 - On read(2), the show() method should fill the entire buffer.
[all …]
/Linux-v5.10/fs/fscache/
Dobject-list.c22 #define FSCACHE_OBJLIST_CONFIG_KEY 0x00000001 /* show object keys */
23 #define FSCACHE_OBJLIST_CONFIG_AUX 0x00000002 /* show object auxdata */
24 #define FSCACHE_OBJLIST_CONFIG_COOKIE 0x00000004 /* show objects with cookies */
25 #define FSCACHE_OBJLIST_CONFIG_NOCOOKIE 0x00000008 /* show objects without cookies */
26 #define FSCACHE_OBJLIST_CONFIG_BUSY 0x00000010 /* show busy objects */
27 #define FSCACHE_OBJLIST_CONFIG_IDLE 0x00000020 /* show idle objects */
28 #define FSCACHE_OBJLIST_CONFIG_PENDWR 0x00000040 /* show objects with pending writes */
29 #define FSCACHE_OBJLIST_CONFIG_NOPENDWR 0x00000080 /* show objects without pending writes */
30 #define FSCACHE_OBJLIST_CONFIG_READS 0x00000100 /* show objects with active reads */
31 #define FSCACHE_OBJLIST_CONFIG_NOREADS 0x00000200 /* show objects without active reads */
[all …]
/Linux-v5.10/tools/bpf/bpftool/Documentation/
Dbpftool-link.rst17 *COMMANDS* := { **show** | **list** | **pin** | **help** }
22 | **bpftool** **link { show | list }** [*LINK*]
32 **bpftool link { show | list }** [*LINK*]
33 Show information about active links. If *LINK* is
34 specified show information only about given link,
68 When showing BPF links, show file names of pinned
77 **# bpftool link show**
85 **# bpftool --json --pretty link show**
/Linux-v5.10/tools/testing/selftests/wireguard/
Dnetns.sh146 [[ $(ip1 link show dev wg0) =~ mtu\ ([0-9]+) ]] && orig_mtu="${BASH_REMATCH[1]}"
154 { read _; read _; read _; read rx_bytes _; read _; read tx_bytes _; } < <(ip2 -stats link show dev …
156 { read _; read _; read _; read rx_bytes _; read _; read tx_bytes _; } < <(ip1 -stats link show dev …
158 read _ rx_bytes tx_bytes < <(n2 wg show wg0 transfer)
160 read _ rx_bytes tx_bytes < <(n1 wg show wg0 transfer)
162 read _ timestamp < <(n1 wg show wg0 latest-handshakes)
203 [[ $(n2 wg show wg0 endpoints) == "$pub1 127.212.121.99:9999" ]]
209 [[ $(n2 wg show wg0 endpoints) == "$pub1 [::1]:9998" ]]
229 [[ $(n1 wg show wg0 endpoints) == "$pub2 [::1]:9997" ]]
313 [[ $(n2 wg show wg0 endpoints) == "$pub1 10.0.0.1:1" ]]
[all …]

12345678910>>...73