Searched refs:sample__resolve_callchain (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/tools/perf/util/ |
H A D | callchain.h | 251 int sample__resolve_callchain(struct perf_sample *sample,
|
H A D | callchain.c | 1102 int sample__resolve_callchain(struct perf_sample *sample, in sample__resolve_callchain() function
|
H A D | hist.c | 1237 err = sample__resolve_callchain(iter->sample, get_tls_callchain_cursor(), &iter->parent, in hist_entry_iter__add()
|
/openbmc/linux/tools/perf/ |
H A D | builtin-kmem.c | 417 sample__resolve_callchain(sample, cursor, NULL, evsel, &al, 16); in find_callsite()
|
H A D | builtin-c2c.c | 302 ret = sample__resolve_callchain(sample, cursor, NULL, in process_sample_event()
|