Symbol: perf_sample__branch_entries
tools/perf/builtin-script.c
1025
struct branch_entry *entries = perf_sample__branch_entries(sample);
tools/perf/builtin-script.c
1063
struct branch_entry *entries = perf_sample__branch_entries(sample);
tools/perf/builtin-script.c
1369
struct branch_entry *entries = perf_sample__branch_entries(sample);
tools/perf/builtin-script.c
986
struct branch_entry *entries = perf_sample__branch_entries(sample);
tools/perf/util/dlfilter.c
548
d_sample.brstack = (struct perf_branch_entry *)perf_sample__branch_entries(sample);
tools/perf/util/hist.c
2832
struct branch_entry *entries = perf_sample__branch_entries(sample);
tools/perf/util/machine.c
2289
struct branch_entry *entries = perf_sample__branch_entries(sample);
tools/perf/util/machine.c
2446
struct branch_entry *entries = perf_sample__branch_entries(sample);
tools/perf/util/machine.c
2598
struct branch_entry *cur_entries = perf_sample__branch_entries(cur);
tools/perf/util/machine.c
2600
struct branch_entry *prev_entries = perf_sample__branch_entries(prev);
tools/perf/util/machine.c
2832
struct branch_entry *entries = perf_sample__branch_entries(sample);
tools/perf/util/scripting-engines/trace-event-python.c
487
struct branch_entry *entries = perf_sample__branch_entries(sample);
tools/perf/util/scripting-engines/trace-event-python.c
575
struct branch_entry *entries = perf_sample__branch_entries(sample);
tools/perf/util/session.c
1274
struct branch_entry *entries = perf_sample__branch_entries(sample);
tools/perf/util/session.c
1363
struct branch_entry *entries = perf_sample__branch_entries(sample);
tools/perf/util/synthetic-events.c
1735
memcpy(array, perf_sample__branch_entries((struct perf_sample *)sample), sz);