Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Dhist.c1143 struct callchain_cursor cursor, *tls_cursor = get_tls_callchain_cursor(); in iter_add_next_cumulative_entry() local
1146 if (tls_cursor == NULL) in iter_add_next_cumulative_entry()
1149 callchain_cursor_snapshot(&cursor, tls_cursor); in iter_add_next_cumulative_entry()
1151 callchain_cursor_advance(tls_cursor); in iter_add_next_cumulative_entry()