Searched refs:last (Results 1 – 11 of 11) sorted by relevance
17 struct ordered_event *last = oe->last; in queue_event() local22 oe->last = new; in queue_event()26 if (!last) { in queue_event()37 if (last->timestamp <= timestamp) { in queue_event()38 while (last->timestamp <= timestamp) { in queue_event()39 p = last->list.next; in queue_event()45 last = list_entry(p, struct ordered_event, list); in queue_event()47 list_add_tail(&new->list, &last->list); in queue_event()49 while (last->timestamp > timestamp) { in queue_event()50 p = last->list.prev; in queue_event()[all …]
92 struct comm *comm, *last = NULL; in thread__exec_comm() local97 last = comm; in thread__exec_comm()100 return last; in thread__exec_comm()
92 struct callchain_cursor_node **last; member130 cursor->last = &cursor->first; in callchain_cursor_reset()
33 struct ordered_event *last; member
680 struct callchain_cursor_node **old_last = cursor->last; in merge_chain_branch()713 cursor->last = old_last; in merge_chain_branch()727 struct callchain_cursor_node *node = *cursor->last; in callchain_cursor_append()734 *cursor->last = node; in callchain_cursor_append()743 cursor->last = &node->next; in callchain_cursor_append()
1069 struct perf_evsel *last = NULL; in parse_filter() local1072 last = perf_evlist__last(evlist); in parse_filter()1074 if (last == NULL || last->attr.type != PERF_TYPE_TRACEPOINT) { in parse_filter()1080 last->filter = strdup(str); in parse_filter()1081 if (last->filter == NULL) { in parse_filter()
201 struct registered_plugin_options **last; in traceevent_plugin_remove_options() local204 for (last = ®istered_options; *last; last = &(*last)->next) { in traceevent_plugin_remove_options()205 if ((*last)->options == options) { in traceevent_plugin_remove_options()206 reg = *last; in traceevent_plugin_remove_options()207 *last = reg->next; in traceevent_plugin_remove_options()
35 uint64_t first, last; member
208 libc.last = end - 1; in parse_proc_maps()211 vdso.last = end - 1; in parse_proc_maps()
89 static void find_cpus(unsigned int *first, unsigned int *last) in find_cpus() argument94 *last = 0; in find_cpus()102 if (i > *last) in find_cpus()103 *last = i; in find_cpus()
88 If several filters are specified, only the last filter is used.139 …retval, %ax, etc). Note that the name of this argument will be set as the last member name if you …