Home
last modified time | relevance | path

Searched refs:last (Results 1 – 11 of 11) sorted by relevance

/tools/perf/util/
Dordered-events.c17 struct ordered_event *last = oe->last; in queue_event() local
22 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 …]
Dthread.c92 struct comm *comm, *last = NULL; in thread__exec_comm() local
97 last = comm; in thread__exec_comm()
100 return last; in thread__exec_comm()
Dcallchain.h92 struct callchain_cursor_node **last; member
130 cursor->last = &cursor->first; in callchain_cursor_reset()
Dordered-events.h33 struct ordered_event *last; member
Dcallchain.c680 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()
Dparse-events.c1069 struct perf_evsel *last = NULL; in parse_filter() local
1072 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()
/tools/lib/traceevent/
Devent-plugin.c201 struct registered_plugin_options **last; in traceevent_plugin_remove_options() local
204 for (last = &registered_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()
/tools/testing/selftests/powerpc/pmu/
Dlib.h35 uint64_t first, last; member
Dlib.c208 libc.last = end - 1; in parse_proc_maps()
211 vdso.last = end - 1; in parse_proc_maps()
/tools/virtio/
Dvringh_test.c89 static void find_cpus(unsigned int *first, unsigned int *last) in find_cpus() argument
94 *last = 0; in find_cpus()
102 if (i > *last) in find_cpus()
103 *last = i; in find_cpus()
/tools/perf/Documentation/
Dperf-probe.txt88 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 …