Home
last modified time | relevance | path

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

/linux-4.4.14/tools/perf/util/
Dcallchain.h197 int sample__resolve_callchain(struct perf_sample *sample, struct symbol **parent,
Dcallchain.c709 int sample__resolve_callchain(struct perf_sample *sample, struct symbol **parent, in sample__resolve_callchain() function
Dhist.c879 err = sample__resolve_callchain(iter->sample, &iter->parent, in hist_entry_iter__add()
/linux-4.4.14/tools/perf/
Dbuiltin-kmem.c378 sample__resolve_callchain(sample, NULL, evsel, &al, 16); in find_callsite()