Home
last modified time | relevance | path

Searched full:details (Results 1 – 25 of 3717) sorted by relevance

12345678910>>...149

/linux/tools/perf/
H A Dbuiltin-evlist.c29 static int __cmd_evlist(const char *file_name, struct perf_attr_details *details) in __cmd_evlist() argument
36 .force = details->force, in __cmd_evlist()
53 evsel__fprintf(pos, details, stdout); in __cmd_evlist()
62 if (has_tracepoint && !details->trace_fields) in __cmd_evlist()
65 if (has_group && !details->event_group) in __cmd_evlist()
74 struct perf_attr_details details = { .verbose = false, }; in cmd_evlist() local
77 OPT_BOOLEAN('F', "freq", &details.freq, "Show the sample frequency"), in cmd_evlist()
78 OPT_BOOLEAN('v', "verbose", &details.verbose, in cmd_evlist()
79 "Show all event attr details"), in cmd_evlist()
80 OPT_BOOLEAN('g', "group", &details.event_group, in cmd_evlist()
[all …]
/linux/security/landlock/
H A Ddomain.c86 struct landlock_details *details; in get_current_details() local
93 * Create the new details according to the path's length. Do not in get_current_details()
97 details = in get_current_details()
98 kzalloc(struct_size(details, exe_path, path_size), GFP_KERNEL); in get_current_details()
99 if (!details) in get_current_details()
102 memcpy(details->exe_path, path_str, path_size); in get_current_details()
103 details->pid = get_pid(task_tgid(current)); in get_current_details()
104 details->uid = from_kuid(&init_user_ns, current_uid()); in get_current_details()
105 get_task_comm(details->comm, current); in get_current_details()
106 return details; in get_current_details()
[all …]
H A Ddomain.h104 * @details: Information about the related domain.
106 const struct landlock_details *details; member
133 if (!hierarchy || !hierarchy->details) in landlock_free_hierarchy_details()
136 put_pid(hierarchy->details->pid); in landlock_free_hierarchy_details()
137 kfree(hierarchy->details); in landlock_free_hierarchy_details()
/linux/include/drm/
H A Ddrm_simple_kms_helper.h117 * more details.
133 * more details.
143 * more details.
153 * more details.
163 * more details.
172 * more details.
180 * documentation for the &drm_crtc_funcs.reset hook for more details.
189 * hook for more details.
198 * hook for more details.
207 * documentation for the &drm_plane_funcs.reset hook for more details.
[all …]
/linux/drivers/net/ethernet/intel/iavf/
H A Diavf_adminq.c559 struct iavf_asq_cmd_details *details; in iavf_clean_asq() local
565 details = IAVF_ADMINQ_DETAILS(*asq, ntc); in iavf_clean_asq()
570 if (details->callback) { in iavf_clean_asq()
572 (IAVF_ADMINQ_CALLBACK)details->callback; in iavf_clean_asq()
577 memset((void *)details, 0, in iavf_clean_asq()
583 details = IAVF_ADMINQ_DETAILS(*asq, ntc); in iavf_clean_asq()
612 * @cmd_details: pointer to command details structure
624 struct iavf_asq_cmd_details *details; in iavf_asq_send_command() local
650 details = IAVF_ADMINQ_DETAILS(hw->aq.asq, hw->aq.asq.next_to_use); in iavf_asq_send_command()
652 *details = *cmd_details; in iavf_asq_send_command()
[all …]
/linux/Documentation/ABI/testing/
H A Dsysfs-bus-i3c52 length, etc. See the I3C specification for more details.
62 specification for more details.
74 See the I3C specification for more details.
85 See the I3C specification for more details about these HDR
127 length, etc. See the I3C specification for more details.
135 specification for more details.
145 See the I3C specification for more details.
155 See the I3C specification for more details about these HDR
H A Ddebugfs-alienware-wmi12 details.
27 details.
42 details.
62 See Documentation/wmi/devices/alienware-wmi.rst for details.
H A Dsysfs-class-net-grcan10 core library documentation for details. The default value is 0
22 core library documentation for details. The default value is 0
33 library documentation for details. The default value is 0 or is
/linux/samples/bpf/
H A Ddo_hbm_test.sh88 details=0
141 details=1
311 if [ $details -ne 0 ] ; then
313 echo "Details for HBM in cgroup $id"
328 if [ $details -ne 0 ] ; then
330 echo "Details for cgroup $id, flow $flow_cnt"
335 if [ $details -ne 0 ] ; then
350 if [ $details -ne 0 ] ; then
352 echo "Details for HBM in cgroup $id"
376 if [ $details -ne 0 ] ; then
[all …]
/linux/Documentation/devicetree/bindings/pci/
H A Dsnps,dw-pcie-common.yaml117 - description: See native 'dbi' clock for details
119 - description: See native 'mstr/slv' clock for details
121 - description: See native 'pipe' clock for details
123 - description: See native 'aux' clock for details
125 - description: See native 'ref' clock for details.
127 - description: See nativs 'phy_reg' clock for details
174 - description: See native 'app' reset for details
176 - description: See native 'phy' reset for details
178 - description: See native 'pwr' reset for details
/linux/Documentation/trace/postprocess/
H A Dtrace-vmscan-postprocess.pl132 # (process_pid) (cpus ) ( time ) (tpoint ) (details)
271 my $details;
308 $details = $6;
309 if ($details !~ /$regex_direct_begin/o) {
311 print " $details\n";
331 $details = $6;
332 if ($details !~ /$regex_kswapd_wake/o) {
334 print " $details\n";
365 $details = $6;
366 if ($details !~ /$regex_wakeup_kswapd/o) {
[all …]
/linux/include/uapi/misc/
H A Damd-apml.h95 * "-EPROTOTYPE" error is returned to provide additional error details
111 * - CPUID protocol to get CPU details for Function/Ext Function
114 * "-EPROTOTYPE" error is returned to provide additional error details
130 * - MCAMSR protocol to get MCA bank details for Function at thread level
132 * "-EPROTOTYPE" error is returned to provide additional error details
/linux/Documentation/devicetree/bindings/display/
H A Dst,stih4xx.txt17 See ../clocks/clock-bindings.txt for details.
35 See ../clocks/clock-bindings.txt for details.
39 See ../reset/reset.txt for details.
52 See ../reset/reset.txt for details.
81 See ../clocks/clock-bindings.txt for details.
94 See ../clocks/clock-bindings.txt for details.
108 See ../clocks/clock-bindings.txt for details.
112 See ../reset/reset.txt for details.
/linux/Documentation/virt/coco/
H A Dtdx-guest.rst11 device to allow userspace to get certain TDX guest-specific details.
19 :Input parameters: Parameters passed to the IOCTL and related details.
20 :Output: Details about output data and return value (with details about
/linux/fs/smb/client/
H A Dcompress.h8 * See compress/ for implementation details of each algorithm.
11 * MS-SMB2 "3.1.4.4 Compressing the Message" - for compression details
12 * MS-SMB2 "3.1.5.3 Decompressing the Chained Message" - for decompression details
13 * MS-XCA - for details of the supported algorithms
/linux/Documentation/hwmon/
H A Ducd9200.rst36 Documentation/hwmon/pmbus.rst for details on PMBus client drivers.
44 details.
51 Documentation/hwmon/pmbus.rst for details.
108 rails. See chip datasheets for details.
115 details.
/linux/Documentation/devicetree/bindings/media/
H A Dmediatek-mdp.txt8 Documentation/devicetree/bindings/media/mediatek-vpu.txt for details.
18 Documentation/devicetree/bindings/clock/clock-bindings.txt for details.
20 Documentation/devicetree/bindings/power/power_domain.txt for details.
29 for details.
/linux/tools/testing/selftests/drivers/platform/x86/intel/ifs/
H A Dtest_ifs.sh23 readonly DETAILS="details"
337 local image_id status details ret result result_info
343 details=$(cat "${IFS_PATH}_${ifs_mode}/${DETAILS}")
357 ret:%2d, status:%s, details:0x%016x" \
359 "$status" "$details")
361 result_info=$(printf "[%s] ifs_%1d cpu(s):%s, ret:%2d, status:%s, details:0x%016x" \
362 "$result" "$ifs_mode" "$cpu_num" "$ret" "$status" "$details")
/linux/arch/mips/jazz/
H A DKconfig8 kernel that runs on these, say Y here. For details about Linux on
19 kernel that runs on these, say Y here. For details about Linux on
29 kernel that runs on these, say Y here. For details about Linux on
/linux/Documentation/userspace-api/media/v4l/
H A Dcolorspaces-defs.rst43 - Details
85 - Details
114 - Details
143 - Details
161 - Details
/linux/Documentation/devicetree/bindings/gpu/
H A Dnvidia,gk20a.txt15 See ../interrupt-controller/interrupts.txt for details.
22 See ../clocks/clock-bindings.txt for details.
33 See ../reset/reset.txt for details.
40 - iommus: A reference to the IOMMU. See ../iommu/iommu.txt for details.
/linux/Documentation/userspace-api/media/mediactl/
H A Dmedia-ioc-g-topology.rst144 - Entity main function, see :ref:`media-entity-functions` for details.
148 - Entity flags, see :ref:`media-entity-flag` for details.
176 - Interface type, see :ref:`media-intf-type` for details.
190 :c:type:`media_v2_intf_devnode` for details.
230 - Pad flags, see :ref:`media-pad-flag` for more details.
273 - Link flags, see :ref:`media-link-flag` for more details.
/linux/Documentation/devicetree/bindings/cpufreq/
H A Dnvidia,tegra20-cpufreq.txt6 See ../clocks/clock-bindings.txt for details.
7 - operating-points-v2: See ../bindings/opp/opp-v2.yaml for details.
8 - #cooling-cells: Should be 2. See ../thermal/thermal-cooling-devices.yaml for details.
/linux/Documentation/arch/x86/x86_64/
H A Dmachinecheck.rst25 Documentation/ABI/testing/sysfs-mce for more details.
29 For more details about the x86 machine check architecture
32 For more details about the architecture
/linux/Documentation/admin-guide/
H A Dlockup-watchdogs.rst10 details), without giving other tasks a chance to run. The current
15 details), and a compile option, "BOOTPARAM_SOFTLOCKUP_PANIC", are
20 details), without letting other interrupts have a chance to run.
26 (see "Documentation/admin-guide/kernel-parameters.rst" for details).

12345678910>>...149