X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=tools%2Fperf%2Futil%2Fmachine.c;h=f4cb41ee23cdbcfcf6e287025b83fd27ab3a11ee;hb=c0b067588a4836b762cfc6a4c83f122ca1dbb93a;hp=4e62843d51b7dbf9f930594db3699b36c36b9082;hpb=52a93d39b17dc7eb98b6aa3edb93943248e03b2f;p=platform%2Fkernel%2Flinux-starfive.git diff --git a/tools/perf/util/machine.c b/tools/perf/util/machine.c index 4e62843..f4cb41e 100644 --- a/tools/perf/util/machine.c +++ b/tools/perf/util/machine.c @@ -45,7 +45,6 @@ static void __machine__remove_thread(struct machine *machine, struct thread_rb_node *nd, struct thread *th, bool lock); -static int append_inlines(struct callchain_cursor *cursor, struct map_symbol *ms, u64 ip); static struct dso *machine__kernel_dso(struct machine *machine) { @@ -2385,10 +2384,6 @@ static int add_callchain_ip(struct thread *thread, ms.maps = maps__get(al.maps); ms.map = map__get(al.map); ms.sym = al.sym; - - if (!branch && append_inlines(cursor, &ms, ip) == 0) - goto out; - srcline = callchain_srcline(&ms, al.addr); err = callchain_cursor_append(cursor, ip, &ms, branch, flags, nr_loop_iter,