Home
last modified time | relevance | path

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

/linux/include/linux/
A Dproperty.h303 .name = _name_, \
310 __PROPERTY_ENTRY_ARRAY_ELSIZE_LEN(_name_, \
325 __PROPERTY_ENTRY_ARRAY_ELSIZE_LEN(_name_, \
344 .name = _name_, \
351 #define PROPERTY_ENTRY_U8(_name_, _val_) \ argument
353 #define PROPERTY_ENTRY_U16(_name_, _val_) \ argument
355 #define PROPERTY_ENTRY_U32(_name_, _val_) \ argument
357 #define PROPERTY_ENTRY_U64(_name_, _val_) \ argument
362 #define PROPERTY_ENTRY_BOOL(_name_) \ argument
364 .name = _name_, \
[all …]
/linux/tools/lib/traceevent/Documentation/
A 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
A 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…
81 …char pass:[*]_fmt_, struct tep_event pass:[*]_event_, const char pass:[*]_name_, struct tep_record…
82 …char pass:[*]_fmt_, struct tep_event pass:[*]_event_, const char pass:[*]_name_, struct tep_record…
85 …field pass:[*]*tep_find_common_field*(struct tep_event pass:[*]_event_, const char pass:[*]_name_);
86 …_field pass:[*]*tep_find_field*(struct tep_event_ormat pass:[*]_event_, const char pass:[*]_name_);
[all …]
A 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
A 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.
A 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
A 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
A 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/drivers/cpufreq/
A Dcpufreq_governor.h156 #define CPUFREQ_DBS_GOVERNOR_INITIALIZER(_name_) \ argument
158 .name = _name_, \
/linux/arch/parisc/kernel/
A Dsyscall.S892 #define LWS_ENTRY(_name_) ASM_ULONG_INSN (lws_##_name_ - linux_gateway_page) argument

Completed in 12 milliseconds