|
int hist_entry__append_callchain(struct hist_entry *he, struct perf_sample *sample)
|
|
int hist_entry__append_callchain(struct hist_entry *he, struct perf_sample *sample)
|
|
return callchain_append(he->callchain, &callchain_cursor, sample->period);
|
|
return callchain_append(he->callchain, &callchain_cursor, sample->period);
|