Searched refs:ilist_ms (Results 1 - 1 of 1) sorted by path

/linux-master/tools/perf/util/
H A Dmachine.c2831 struct map_symbol ilist_ms; local
2848 ilist_ms = (struct map_symbol) {
2853 ilist_ms.sym = ilist->symbol;
2854 ret = callchain_cursor_append(cursor, ip, &ilist_ms, false,
2860 map_symbol__exit(&ilist_ms);

Completed in 169 milliseconds