Home
last modified time | relevance | path

Searched refs:callchain_append (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/tools/perf/util/
H A Dcallchain.h196 int callchain_append(struct callchain_root *root,
H A Dcallchain.c977 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 Dhist.c1050 * 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 Dcallchain.h194 int callchain_append(struct callchain_root *root,
H A Dcallchain.c986 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 Dhist.c1076 * 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 Dbuiltin-sched.c2620 callchain_append(&itr->callchain, &itr->cursor, t - tprev); in timehist_sched_change_event()
/kernel/linux/linux-6.6/tools/perf/
H A Dbuiltin-sched.c2676 callchain_append(&itr->callchain, &itr->cursor, t - tprev); in timehist_sched_change_event()

Completed in 22 milliseconds