We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52a93d3 commit c0b0675Copy full SHA for c0b0675
tools/perf/util/machine.c
@@ -45,7 +45,6 @@
45
46
static void __machine__remove_thread(struct machine *machine, struct thread_rb_node *nd,
47
struct thread *th, bool lock);
48
-static int append_inlines(struct callchain_cursor *cursor, struct map_symbol *ms, u64 ip);
49
50
static struct dso *machine__kernel_dso(struct machine *machine)
51
{
@@ -2385,10 +2384,6 @@ static int add_callchain_ip(struct thread *thread,
2385
2384
ms.maps = maps__get(al.maps);
2386
ms.map = map__get(al.map);
2387
ms.sym = al.sym;
2388
-
2389
- if (!branch && append_inlines(cursor, &ms, ip) == 0)
2390
- goto out;
2391
2392
srcline = callchain_srcline(&ms, al.addr);
2393
err = callchain_cursor_append(cursor, ip, &ms,
2394
branch, flags, nr_loop_iter,
0 commit comments