Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/util/
Dmachine.c1897 struct addr_location *root_al, in add_callchain_ip() argument
1945 else if (have_ignore_callees && root_al && in add_callchain_ip()
1949 *root_al = al; in add_callchain_ip()
2061 struct addr_location *root_al, in resolve_lbr_callchain_sample() argument
2131 root_al, &cpumode, ip, in resolve_lbr_callchain_sample()
2148 struct addr_location *root_al, in thread__resolve_callchain_sample() argument
2164 root_al, max_stack); in thread__resolve_callchain_sample()
2226 root_al, in thread__resolve_callchain_sample()
2232 err = add_callchain_ip(thread, cursor, parent, root_al, in thread__resolve_callchain_sample()
2268 root_al, &cpumode, ip, in thread__resolve_callchain_sample()
[all …]
Dmachine.h175 struct addr_location *root_al,