Home
last modified time | relevance | path

Searched refs:details (Results 1 – 25 of 1129) sorted by relevance

12345678910>>...46

/linux/tools/perf/
H A Dbuiltin-evlist.c30 static int __cmd_evlist(const char *file_name, struct perf_attr_details *details) in __cmd_evlist() argument
37 .force = details->force, in __cmd_evlist()
54 evsel__fprintf(pos, details, stdout); in __cmd_evlist()
63 if (has_tracepoint && !details->trace_fields) in __cmd_evlist()
66 if (has_group && !details->event_group) in __cmd_evlist()
75 struct perf_attr_details details = { .verbose = false, }; in cmd_evlist() local
78 OPT_BOOLEAN('F', "freq", &details.freq, "Show the sample frequency"), in cmd_evlist()
79 OPT_BOOLEAN('v', "verbose", &details.verbose, in cmd_evlist()
81 OPT_BOOLEAN('g', "group", &details.event_group, in cmd_evlist()
83 OPT_BOOLEAN('f', "force", &details.force, "don't complain, do it"), in cmd_evlist()
[all …]
/linux/security/landlock/
H A Ddomain.c86 struct landlock_details *details; in get_current_details() local
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()
121 struct landlock_details *details; in landlock_init_hierarchy_log() local
[all …]
H A Ddomain.h106 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/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()
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()
658 if (details->cookie) { in iavf_asq_send_command()
[all …]
H A Diavf_common.c396 struct iavf_asq_cmd_details details; in iavf_aq_send_msg_to_pf() local
412 memset(&details, 0, sizeof(details)); in iavf_aq_send_msg_to_pf()
413 details.async = true; in iavf_aq_send_msg_to_pf()
414 cmd_details = &details; in iavf_aq_send_msg_to_pf()
/linux/Documentation/trace/postprocess/
H A Dtrace-vmscan-postprocess.pl271 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) {
368 print " $details\n";
[all …]
/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_adminq.c692 struct i40e_asq_cmd_details *details; in i40e_clean_asq() local
698 details = I40E_ADMINQ_DETAILS(*asq, ntc); in i40e_clean_asq()
703 if (details->callback) { in i40e_clean_asq()
705 (I40E_ADMINQ_CALLBACK)details->callback; in i40e_clean_asq()
710 memset(details, 0, sizeof(*details)); in i40e_clean_asq()
715 details = I40E_ADMINQ_DETAILS(*asq, ntc); in i40e_clean_asq()
760 struct i40e_asq_cmd_details *details; in i40e_asq_send_command_atomic_exec() local
784 details = I40E_ADMINQ_DETAILS(hw->aq.asq, hw->aq.asq.next_to_use); in i40e_asq_send_command_atomic_exec()
786 *details = *cmd_details; in i40e_asq_send_command_atomic_exec()
792 if (details->cookie) { in i40e_asq_send_command_atomic_exec()
[all …]
/linux/samples/bpf/
H A Ddo_hbm_test.sh88 details=0
141 details=1
311 if [ $details -ne 0 ] ; then
328 if [ $details -ne 0 ] ; then
335 if [ $details -ne 0 ] ; then
350 if [ $details -ne 0 ] ; then
376 if [ $details -ne 0 ] ; then
389 if [ $details -ne 0 ] ; then
395 if [ $details -ne 0 ] ; then
/linux/Documentation/ABI/testing/
H A Dsysfs-bus-platform-devices-ampere-smpro11 …00 | Error Type | 1 | See :ref:`the table below <smpro-error-types>` for details |
13 …01 | Subtype | 1 | See :ref:`the table below <smpro-error-types>` for details |
15 …02 | Instance | 2 | See :ref:`the table below <smpro-error-types>` for details |
17 …| 04 | Error status | 4 | See ARM RAS specification for details
19 …| 08 | Error Address | 8 | See ARM RAS specification for details
21 …| 16 | Error Misc 0 | 8 | See ARM RAS specification for details
23 …| 24 | Error Misc 1 | 8 | See ARM RAS specification for details
25 …| 32 | Error Misc 2 | 8 | See ARM RAS specification for details
27 …| 40 | Error Misc 3 | 8 | See ARM RAS specification for details
174 For details, see section `3.3 Ampere (Vendor-Specific) Error Record Formats,
[all …]
H A Ddebugfs-alienware-wmi12 details.
27 details.
42 details.
62 See Documentation/wmi/devices/alienware-wmi.rst for details.
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 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
H A Dsysfs-devices-software_node5 This directory contains the details about the device that are
7 firmware_node directory which contains the details that are
/linux/mm/
H A Dpt_reclaim.c10 struct zap_details *details) in reclaim_pt_is_enabled() argument
12 return details && details->reclaim_pt && (end - start >= PMD_SIZE); in reclaim_pt_is_enabled()
H A Dmemory.c1550 static inline bool should_zap_cows(struct zap_details *details) in should_zap_cows() argument
1553 if (!details || details->reclaim_pt) in should_zap_cows()
1557 return details->even_cows; in should_zap_cows()
1561 static inline bool should_zap_folio(struct zap_details *details, in should_zap_folio() argument
1565 if (should_zap_cows(details)) in should_zap_folio()
1572 static inline bool zap_drop_markers(struct zap_details *details) in zap_drop_markers() argument
1574 if (!details) in zap_drop_markers()
1577 return details->zap_flags & ZAP_FLAG_DROP_MARKER; in zap_drop_markers()
1589 struct zap_details *details, pte_t pteval) in zap_install_uffd_wp_if_needed() argument
1600 if (zap_drop_markers(details)) in zap_install_uffd_wp_if_needed()
[all …]
/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/tools/perf/util/
H A Devsel_fprintf.c43 int evsel__fprintf(struct evsel *evsel, struct perf_attr_details *details, FILE *fp) in evsel__fprintf() argument
48 if (details->event_group) { in evsel__fprintf()
68 if (details->verbose) { in evsel__fprintf()
71 } else if (details->freq) { in evsel__fprintf()
82 if (details->trace_fields) { in evsel__fprintf()
/linux/sound/pci/ca0106/
H A Dca0106_mixer.c657 snd_ca0106_volume_spi_dac_ctl(const struct snd_ca0106_details *details, in snd_ca0106_volume_spi_dac_ctl() argument
673 dac_id = (details->spi_dac & 0xf000) >> (4 * 3); in snd_ca0106_volume_spi_dac_ctl()
677 dac_id = (details->spi_dac & 0x0f00) >> (4 * 2); in snd_ca0106_volume_spi_dac_ctl()
681 dac_id = (details->spi_dac & 0x00f0) >> (4 * 1); in snd_ca0106_volume_spi_dac_ctl()
685 dac_id = (details->spi_dac & 0x000f) >> (4 * 0); in snd_ca0106_volume_spi_dac_ctl()
805 if (emu->details->i2c_adc == 1) { in snd_ca0106_mixer()
807 if (emu->details->gpio_type == 1) in snd_ca0106_mixer()
814 if (emu->details->spi_dac) { in snd_ca0106_mixer()
818 ctl = snd_ca0106_volume_spi_dac_ctl(emu->details, i); in snd_ca0106_mixer()
839 if (emu->details->spi_dac) { in snd_ca0106_mixer()
[all …]
/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/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/ABI/stable/
H A Dsysfs-platform-wmi-bmof5 Binary MOF metadata used to describe the details of available ACPI WMI interfaces.
7 See Documentation/wmi/devices/wmi-bmof.rst for details.
/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/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/devicetree/bindings/sound/
H A Dmikroe,mikroe-proto.txt10 - bitclock-master: Indicates dai-link bit clock master; for details see simple-card.txt (1).
11 - frame-master: Indicates dai-link frame master; for details see simple-card.txt (1).
/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

12345678910>>...46