Lines Matching refs:start
50 u64 start;
274 void *start;
276 start = intel_pt_find_overlap(a->data, a->size, b->data, b->size,
278 if (!start)
280 b->use_size = b->data + b->size - start;
281 b->use_data = start;
700 if (filt->start)
713 filt->start ? "filter" : "stop",
716 if (filt->start)
1172 ptq->sel_timestamp = pt->time_ranges[0].start;
1491 * Zero IP is used to mean "trace start" but that is not the case for
2101 struct symbol *sym, *start;
2115 start = dso__first_symbol(map->dso);
2117 for (sym = start; sym; sym = dso__next_symbol(sym)) {
2120 ip = map->unmap_ip(map, sym->start);
2121 if (ip >= map->start && ip < map->end) {
2136 for (sym = start; sym; sym = dso__next_symbol(sym)) {
2138 ip = map->unmap_ip(map, sym->start);
2139 if (ip >= map->start && ip < map->end) {
2165 * To filter against time ranges, it is only necessary to look at the next start
2178 /* Next time is a start time */
2181 ptq->sel_timestamp = pt->time_ranges[ptq->sel_idx].start;
2196 /* After start time, so consider next time */
2205 /* Before start time, so fast forward */
2227 /* Check against next start time */
2651 if (!al->map || addr < al->map->start || addr >= al->map->end) {
3251 u64 ts = p[i].start;
3258 r->start = ts ? intel_pt_tsc_start(ts, pt) : 0;
3264 i, r->start, r->end);
3290 static void intel_pt_print_info(__u64 *arr, int start, int finish)
3297 for (i = start; i <= finish; i++) {