Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dmachine.c2686 int first_call = 0; in thread__resolve_callchain_sample() local
2746 chain->ips[first_call] >= PERF_CONTEXT_MAX) in thread__resolve_callchain_sample()
2747 first_call++; in thread__resolve_callchain_sample()
2748 else if (be[i].from < chain->ips[first_call] && in thread__resolve_callchain_sample()
2749 be[i].from >= chain->ips[first_call] - 8) in thread__resolve_callchain_sample()
2750 first_call++; in thread__resolve_callchain_sample()
2786 &cpumode, chain->nr - first_call, symbols); in thread__resolve_callchain_sample()
2790 for (i = first_call, nr_entries = 0; in thread__resolve_callchain_sample()