Home
last modified time | relevance | path

Searched refs:_name_ (Results 1 – 10 of 10) sorted by relevance

/Linux-v5.15/include/linux/
Dproperty.h299 #define __PROPERTY_ENTRY_ARRAY_ELSIZE_LEN(_name_, _elsize_, _Type_, \ argument
302 .name = _name_, \
308 #define __PROPERTY_ENTRY_ARRAY_LEN(_name_, _elem_, _Type_, _val_, _len_)\ argument
309 __PROPERTY_ENTRY_ARRAY_ELSIZE_LEN(_name_, \
313 #define PROPERTY_ENTRY_U8_ARRAY_LEN(_name_, _val_, _len_) \ argument
314 __PROPERTY_ENTRY_ARRAY_LEN(_name_, u8_data, U8, _val_, _len_)
315 #define PROPERTY_ENTRY_U16_ARRAY_LEN(_name_, _val_, _len_) \ argument
316 __PROPERTY_ENTRY_ARRAY_LEN(_name_, u16_data, U16, _val_, _len_)
317 #define PROPERTY_ENTRY_U32_ARRAY_LEN(_name_, _val_, _len_) \ argument
318 __PROPERTY_ENTRY_ARRAY_LEN(_name_, u32_data, U32, _val_, _len_)
[all …]
/Linux-v5.15/tools/lib/traceevent/Documentation/
Dlibtraceevent-field_find.txt15 …field pass:[*]*tep_find_common_field*(struct tep_event pass:[*]_event_, const char pass:[*]_name_);
16 …_field pass:[*]*tep_find_field*(struct tep_event_ormat pass:[*]_event_, const char pass:[*]_name_);
17 …at_field pass:[*]*tep_find_any_field*(struct tep_event pass:[*]_event_, const char pass:[*]_name_);
25 The _tep_find_common_field()_ function searches for a common field with _name_
29 _name_ in the _event_.
31 The _tep_find_any_field()_ function searches for any field with _name_ in the
Dlibtraceevent.txt35 …int *tep_register_function*(struct tep_handle pass:[*]_tep_, char pass:[*]_name_, unsigned long lo…
39 …:[*]_tep_, tep_func_handler _func_, enum tep_func_arg_type _ret_type_, char pass:[*]_name_, _..._);
40 …ter_print_function*(struct tep_handle pass:[*]_tep_, tep_func_handler _func_, char pass:[*]_name_);
47 …int *tep_plugin_add_options*(const char pass:[*]_name_, struct tep_plugin_option pass:[*]_options_…
61 …ent_by_name*(struct tep_handle pass:[*]_tep_, const char pass:[*]_sys_, const char pass:[*]_name_);
72 …ce_seq pass:[*]_s_, struct tep_event pass:[*]_event_, const char pass:[*]_name_, struct tep_record…
73 …ce_seq pass:[*]_s_, struct tep_event pass:[*]_event_, const char pass:[*]_name_, struct tep_record…
74 …ce_seq pass:[*]_s_, struct tep_event pass:[*]_event_, const char pass:[*]_name_, struct tep_record…
75 …ce_seq pass:[*]_s_, struct tep_event pass:[*]_event_, const char pass:[*]_name_, struct tep_record…
81 …char pass:[*]_fmt_, struct tep_event pass:[*]_event_, const char pass:[*]_name_, struct tep_record…
[all …]
Dlibtraceevent-field_get_val.txt16 …ce_seq pass:[*]_s_, struct tep_event pass:[*]_event_, const char pass:[*]_name_, struct tep_record…
17 …ce_seq pass:[*]_s_, struct tep_event pass:[*]_event_, const char pass:[*]_name_, struct tep_record…
18 …ce_seq pass:[*]_s_, struct tep_event pass:[*]_event_, const char pass:[*]_name_, struct tep_record…
19 …ce_seq pass:[*]_s_, struct tep_event pass:[*]_event_, const char pass:[*]_name_, struct tep_record…
27 with _name_, part of the _event_. If the field is found, its value is stored in
39 _name_, part of the _event_. If the field is found, a pointer to where the field
Dlibtraceevent-event_find.txt16 …ent_by_name*(struct tep_handle pass:[*]_tep_, const char pass:[*]_sys_, const char pass:[*]_name_);
31 event _name_, under the system _sys_. If the _sys_ is NULL (not specified),
32 the first event with _name_ is returned.
Dlibtraceevent-field_print.txt18 …char pass:[*]_fmt_, struct tep_event pass:[*]_event_, const char pass:[*]_name_, struct tep_record…
19 …char pass:[*]_fmt_, struct tep_event pass:[*]_event_, const char pass:[*]_name_, struct tep_record…
39 string. A search is performed in the _event_ for a field with _name_. If such
45 string. A search is performed in the _event_ for a field with _name_. If such
Dlibtraceevent-reg_print_func.txt26 …:[*]_tep_, tep_func_handler _func_, enum tep_func_arg_type _ret_type_, char pass:[*]_name_, _..._);
27 …ter_print_function*(struct tep_handle pass:[*]_tep_, tep_func_handler _func_, char pass:[*]_name_);
39 helper function, value from the _tep_func_arg_type_ enum. The _name_ is the name
46 trace event parser context. The _func_ and _name_ arguments are the same, used
Dlibtraceevent-func_apis.txt21 int *tep_register_function*(struct tep_handle pass:[*]_tep_, char pass:[*]_name_, unsigned long lon…
64 function. The _tep_ argument is the trace event parser context. The _name_ is
/Linux-v5.15/drivers/cpufreq/
Dcpufreq_governor.h156 #define CPUFREQ_DBS_GOVERNOR_INITIALIZER(_name_) \ argument
158 .name = _name_, \
/Linux-v5.15/arch/parisc/kernel/
Dsyscall.S908 #define LWS_ENTRY(_name_) ASM_ULONG_INSN (lws_##_name_ - linux_gateway_page) argument