Searched refs:callchain_append (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | callchain.h | 196 int callchain_append(struct callchain_root *root,
|
H A D | callchain.c | 977 int callchain_append(struct callchain_root *root, in callchain_append() function 1103 return callchain_append(he->callchain, &callchain_cursor, sample->period); in hist_entry__append_callchain()
|
H A D | hist.c | 1050 * We need to re-initialize the cursor since callchain_append() in iter_add_single_cumulative_entry() 1148 callchain_append(he->callchain, &cursor, sample->period); in iter_add_next_cumulative_entry()
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | callchain.h | 194 int callchain_append(struct callchain_root *root,
|
H A D | callchain.c | 986 int callchain_append(struct callchain_root *root, in callchain_append() function 1123 return callchain_append(he->callchain, get_tls_callchain_cursor(), sample->period); in hist_entry__append_callchain()
|
H A D | hist.c | 1076 * We need to re-initialize the cursor since callchain_append() in iter_add_single_cumulative_entry() 1177 callchain_append(he->callchain, &cursor, sample->period); in iter_add_next_cumulative_entry()
|
/kernel/linux/linux-5.10/tools/perf/ |
H A D | builtin-sched.c | 2620 callchain_append(&itr->callchain, &itr->cursor, t - tprev); in timehist_sched_change_event()
|
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-sched.c | 2676 callchain_append(&itr->callchain, &itr->cursor, t - tprev); in timehist_sched_change_event()
|
Completed in 22 milliseconds