Symbol: branch_entry
arch/x86/events/amd/lbr.c
165
struct branch_entry entry;
tools/perf/builtin-script.c
1021
struct branch_entry *entries = perf_sample__branch_entries(sample);
tools/perf/builtin-script.c
1059
struct branch_entry *entries = perf_sample__branch_entries(sample);
tools/perf/builtin-script.c
1246
static int ip__fprintf_jump(uint64_t ip, struct branch_entry *en,
tools/perf/builtin-script.c
1357
struct branch_entry *entries = perf_sample__branch_entries(sample);
tools/perf/builtin-script.c
952
bstack_event_str(struct branch_entry *br, char *buf, size_t sz)
tools/perf/builtin-script.c
962
static int print_bstack_flags(FILE *fp, struct branch_entry *br)
tools/perf/builtin-script.c
982
struct branch_entry *entries = perf_sample__branch_entries(sample);
tools/perf/util/arm-spe.c
256
sz += sizeof(struct branch_entry) *
tools/perf/util/arm-spe.c
399
sizeof(struct branch_entry) * min(last_branch_sz, 2U) /* PBT + TGT */;
tools/perf/util/branch.c
101
const char *get_branch_type(struct branch_entry *e)
tools/perf/util/branch.h
52
struct branch_entry entries[];
tools/perf/util/branch.h
65
static inline struct branch_entry *perf_sample__branch_entries(struct perf_sample *sample)
tools/perf/util/branch.h
71
return (struct branch_entry *)entry;
tools/perf/util/branch.h
72
return (struct branch_entry *)(++entry);
tools/perf/util/branch.h
90
const char *get_branch_type(struct branch_entry *e);
tools/perf/util/cs-etm.c
1312
sizeof(struct branch_entry) * nr);
tools/perf/util/cs-etm.c
1324
sizeof(struct branch_entry) * tidq->last_branch_pos);
tools/perf/util/cs-etm.c
1397
struct branch_entry *be;
tools/perf/util/cs-etm.c
1626
struct branch_entry entries;
tools/perf/util/cs-etm.c
634
sizeof(struct branch_entry);
tools/perf/util/evsel.c
3423
sizeof(struct branch_entry);
tools/perf/util/evsel.c
3424
struct branch_entry *e;
tools/perf/util/evsel.c
3433
sz = data->branch_stack->nr * sizeof(struct branch_entry);
tools/perf/util/evsel.c
3443
e = (struct branch_entry *)&data->branch_stack->hw_idx;
tools/perf/util/hist.c
2829
struct branch_entry *entries = perf_sample__branch_entries(sample);
tools/perf/util/intel-pt.c
1255
sz += entry_cnt * sizeof(struct branch_entry);
tools/perf/util/intel-pt.c
1773
struct branch_entry entries;
tools/perf/util/machine.c
2246
struct branch_entry *entries = perf_sample__branch_entries(sample);
tools/perf/util/machine.c
2264
struct branch_entry *be, int nr)
tools/perf/util/machine.c
2282
static int remove_loops(struct branch_entry *l, int nr,
tools/perf/util/machine.c
2403
struct branch_entry *entries = perf_sample__branch_entries(sample);
tools/perf/util/machine.c
2555
struct branch_entry *cur_entries = perf_sample__branch_entries(cur);
tools/perf/util/machine.c
2557
struct branch_entry *prev_entries = perf_sample__branch_entries(prev);
tools/perf/util/machine.c
2789
struct branch_entry *entries = perf_sample__branch_entries(sample);
tools/perf/util/machine.c
2832
struct branch_entry be[nr];
tools/perf/util/scripting-engines/trace-event-python.c
488
struct branch_entry *entries = perf_sample__branch_entries(sample);
tools/perf/util/scripting-engines/trace-event-python.c
576
struct branch_entry *entries = perf_sample__branch_entries(sample);
tools/perf/util/session.c
817
struct branch_entry *entries = perf_sample__branch_entries(sample);
tools/perf/util/session.c
906
struct branch_entry *entries = perf_sample__branch_entries(sample);
tools/perf/util/session.c
927
struct branch_entry *e = &entries[i];
tools/perf/util/synthetic-events.c
1517
sz = sample->branch_stack->nr * sizeof(struct branch_entry);
tools/perf/util/synthetic-events.c
1721
sz = sample->branch_stack->nr * sizeof(struct branch_entry);
tools/perf/util/thread-stack.c
151
sz += br_stack_sz * sizeof(struct branch_entry);
tools/perf/util/thread-stack.c
386
struct branch_entry *be;
tools/perf/util/thread-stack.c
621
const size_t bsz = sizeof(struct branch_entry);
tools/perf/util/thread-stack.c
623
struct branch_entry *be;
tools/perf/util/thread-stack.c
650
static bool us_start(struct branch_entry *be, u64 kernel_start, bool *start)
tools/perf/util/thread-stack.c
662
static bool ks_start(struct branch_entry *be, u64 sample_ip, u64 kernel_start,
tools/perf/util/thread-stack.c
663
bool *start, struct branch_entry *nb)
tools/perf/util/thread-stack.c
683
struct branch_entry *d, *s, *spos, *ssz;
tools/perf/util/thread-stack.c
724
struct branch_entry *nb = NULL;