Searched refs:returns (Results 1 – 25 of 51) sorted by relevance
123
/tools/lib/traceevent/Documentation/ |
D | libtraceevent-header_page.txt | 25 The _tep_get_header_page_size()_ function returns the size of a long integer, 29 The _tep_get_header_timestamp_size()_ function returns the size of timestamps, 33 The _tep_is_old_format()_ function returns true if the kernel predates 34 the addition of events/header_page, otherwise it returns false. 38 The _tep_get_header_page_size()_ function returns the size of a long integer, 41 The _tep_get_header_timestamp_size()_ function returns the size of timestamps, 44 The _tep_is_old_format()_ function returns true, if an old kernel is used to
|
D | libtraceevent-event_get.txt | 21 The _tep_get_event()_ function returns a pointer to event at the given _index_. 25 The _tep_get_first_event()_ function returns a pointer to the first event. 26 As events are stored in an array, this function returns the pointer to the 29 The _tep_get_events_count()_ function returns the number of the events 34 The _tep_get_event()_ returns a pointer to the event located at _index_. 38 The _tep_get_first_event()_ returns a pointer to the first event. NULL is 41 The _tep_get_events_count()_ returns the number of the events. 0 is
|
D | libtraceevent-func_find.txt | 24 The _tep_find_function()_ function returns the function name, which contains the 27 The _tep_find_function_address()_ function returns the function start address, 33 The _tep_find_function()_ function returns the function name, or NULL in case 36 The _tep_find_function_address()_ function returns the function start address,
|
D | libtraceevent-filter.txt | 70 The _tep_filter_alloc()_ function returns a pointer to the newly created event 73 The _tep_filter_add_filter_str()_ function returns 0 if the rule was 77 The _tep_event_filtered()_ function returns 1 if the filter is found for given 80 The _tep_filter_remove_event()_ function returns 1 if the vent was removed, or 83 The _tep_filter_match()_ function returns _tep_errno_, according to the result: 93 The _tep_filter_copy()_ function returns 0 on success or -1 if not all rules 96 The _tep_filter_compare()_ function returns 1 if the two filters hold the same 99 The _tep_filter_make_string()_ function returns a string, which must be freed 102 The _tep_filter_strerror()_ function returns 0 if message was filled
|
D | libtraceevent-commands.txt | 46 The _tep_data_comm_from_pid()_ function returns the process name for a given 51 The _tep_data_pid_from_comm()_ function returns a pid for a given process name. 59 The _tep_cmdline_pid()_ function returns the pid associated with a given 64 _tep_register_comm()_ function returns 0 on success. In case of an error -1 is 69 _tep_override_comm()_ function returns 0 on success. In case of an error -1 is 73 _tep_is_pid_registered()_ function returns true if the _pid_ has a process name 76 _tep_data_comm_from_pid()_ function returns the process name as string, or the 79 _tep_data_pid_from_comm()_ function returns a pointer to a struct cmdline, that 83 _tep_cmdline_pid()_ functions returns the pid for the give cmdline. If _cmdline_
|
D | libtraceevent-record_parse.txt | 59 The _tep_data_type()_ function returns an integer, representing the event id. 61 The _tep_data_pid()_ function returns an integer, representing the process id 63 The _tep_data_preempt_count()_ function returns an integer, representing the 66 The _tep_data_flags()_ function returns an integer, representing the latency
|
D | libtraceevent-func_apis.txt | 52 The _tep_find_function()_ function returns the function name, which contains the 55 The _tep_find_function_address()_ function returns the function start address, 81 The _tep_set_function_resolver()_ function returns 0 in case of success, or -1 84 The _tep_find_function()_ function returns the function name, or NULL in case 87 The _tep_find_function_address()_ function returns the function start address, 90 The _tep_register_function()_ function returns 0 in case of success. In case of 93 The _tep_register_print_string()_ function returns 0 in case of success. In case
|
D | libtraceevent-host_endian.txt | 34 returns cached endianness of the local machine instead of checking it each time. 47 The _tep_is_bigendian()_ function returns non zero if the endianness of the 50 The _tep_is_local_bigendian()_ function returns true, if the endianness of the
|
D | libtraceevent-long_size.txt | 21 The _tep_get_long_size()_ function returns the size of a long integer on the machine, 30 The _tep_get_long_size()_ function returns the size of a long integer on the machine,
|
D | libtraceevent-event_list.txt | 27 The _tep_list_events()_ function returns an array of pointers to the events, 46 The _tep_list_events()_ function returns an array of pointers to events. 50 The _tep_list_events_copy()_ function returns an array of pointers to events.
|
D | libtraceevent-page_size.txt | 21 The _tep_get_page_size()_ function returns the size of a memory page on 32 The _tep_get_page_size()_ function returns size of the memory page, in bytes.
|
D | libtraceevent-fields.txt | 20 The _tep_event_common_fields()_ function returns an array of pointers to common 24 The _tep_event_fields()_ function returns an array of pointers to event specific
|
D | libtraceevent-handle.txt | 45 _tep_alloc()_ returns a pointer to a newly created tep_handle structure. 48 _tep_ref_get()_ returns the current references of _tep_.
|
D | libtraceevent-cpus.txt | 30 The _tep_get_cpus()_ functions returns the number of CPUs, which have tracing
|
D | libtraceevent-endian_read.txt | 26 The _tep_read_number()_ function returns the integer in the byte order of
|
D | libtraceevent-reg_print_func.txt | 56 The _tep_register_print_function()_ function returns 0 in case of success. 59 The _tep_unregister_print_function()_ returns 0 in case of success, or -1 in
|
D | libtraceevent-file_endian.txt | 40 The _tep_is_file_bigendian()_ function returns true if the data is in bigendian
|
D | libtraceevent-parse_head.txt | 31 The _tep_parse_header_page()_ function returns 0 in case of success, or -1
|
D | libtraceevent-reg_event_handler.txt | 56 The _tep_register_event_handler()_ function returns _TEP_REGISTER_SUCCESS_ 62 The _tep_unregister_event_handler()_ function returns 0 if _func_ was removed
|
/tools/perf/Documentation/ |
D | perf-script-perl.txt | 184 …flag_str($event_name, $field_name, $field_value) - returns the string representation corresponding… 185 …symbol_str($event_name, $field_name, $field_value) - returns the string representation correspondi… 199 common_pc($context) - returns common_preempt count for the current event 200 common_flags($context) - returns common_flags for the current event 201 common_lock_depth($context) - returns common_lock_depth for the current event 208 nsecs($secs, $nsecs) - returns total nsecs given secs/nsecs pair 209 nsecs_secs($nsecs) - returns whole secs portion given nsecs 210 nsecs_nsecs($nsecs) - returns nsecs remainder given nsecs 211 nsecs_str($nsecs) - returns printable string in the form secs.nsecs 212 avg($total, $n) - returns average given a sum and a total number of values
|
D | perf-dlfilter.txt | 135 'resolve_ip' returns information about ip. 137 'resolve_addr' returns information about addr (if addr_correlates_sym). 139 'args' returns arguments from --dlarg options. 144 'insn' returns instruction bytes and length. 148 'attr' returns perf_event_attr, refer <linux/perf_event.h>. 150 'object_code' reads object code and returns the number of bytes read.
|
D | perf-script-python.txt | 595 …flag_str(event_name, field_name, field_value) - returns the string representation corresponding to… 596 …symbol_str(event_name, field_name, field_value) - returns the string representation corresponding … 598 The *autodict* function returns a special kind of Python 604 autodict() - returns an autovivifying dictionary instance 620 common_pc(context) - returns common_preempt count for the current event 621 common_flags(context) - returns common_flags for the current event 622 common_lock_depth(context) - returns common_lock_depth for the current event 623 perf_sample_insn(context) - returns the machine code instruction 625 perf_sample_srcline(context) - returns source_file_name, line_number 626 perf_sample_srccode(context) - returns source_file_name, line_number, source_line [all …]
|
/tools/memory-model/litmus-tests/ |
D | MP+polockmbonce+poacquiresilsil.litmus | 9 * returns false and the second true, we know that the smp_load_acquire()
|
D | MP+polockonce+poacquiresilsil.litmus | 8 * first spin_is_locked() returns false and the second true, we know that
|
/tools/memory-model/ |
D | lock.cat | 22 * RL Read-Locked: a spin_is_locked() event which returns True 23 * RU Read-Unlocked: a spin_is_locked() event which returns False 102 * within one of the lock's critical sections returns False.
|
123