Searched defs:root_al (Results 1 - 1 of 1) sorted by relevance

/external/linux-tools-perf/src/tools/perf/util/
H A Dmachine.c1270 struct addr_location *root_al)
1323 else if (have_ignore_callees && root_al &&
1327 *root_al = al;
1355 struct addr_location *root_al)
1360 sample->callchain, parent, root_al);
1266 machine__resolve_callchain_sample(struct machine *machine, struct thread *thread, struct ip_callchain *chain, struct symbol **parent, struct addr_location *root_al) argument
1350 machine__resolve_callchain(struct machine *machine, struct perf_evsel *evsel, struct thread *thread, struct perf_sample *sample, struct symbol **parent, struct addr_location *root_al) argument

Completed in 48 milliseconds