Symbol: branch_entry
arch/x86/events/amd/lbr.c
168
struct branch_entry entry;
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
1250
static int ip__fprintf_jump(uint64_t ip, struct branch_entry *en,
tools/perf/builtin-script.c
1369
struct branch_entry *entries = perf_sample__branch_entries(sample);
tools/perf/builtin-script.c
956
bstack_event_str(struct branch_entry *br, char *buf, size_t sz)
tools/perf/builtin-script.c
966
static int print_bstack_flags(FILE *fp, struct branch_entry *br)
tools/perf/builtin-script.c
986
struct branch_entry *entries = perf_sample__branch_entries(sample);
tools/perf/util/arm-spe.c
259
sz += sizeof(struct branch_entry) *
tools/perf/util/arm-spe.c
418
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
74
return (struct branch_entry *)entry;
tools/perf/util/branch.h
75
return (struct branch_entry *)(++entry);
tools/perf/util/branch.h
93
const char *get_branch_type(struct branch_entry *e);
tools/perf/util/cs-etm.c
1348
sizeof(struct branch_entry) * nr);
tools/perf/util/cs-etm.c
1360
sizeof(struct branch_entry) * tidq->last_branch_pos);
tools/perf/util/cs-etm.c
1434
struct branch_entry *be;
tools/perf/util/cs-etm.c
1699
struct branch_entry entries;
tools/perf/util/cs-etm.c
661
sizeof(struct branch_entry);
tools/perf/util/evsel.c
3617
sizeof(struct branch_entry);
tools/perf/util/evsel.c
3618
struct branch_entry *e;
tools/perf/util/evsel.c
3627
sz = data->branch_stack->nr * sizeof(struct branch_entry);
tools/perf/util/evsel.c
3637
e = (struct branch_entry *)&data->branch_stack->hw_idx;
tools/perf/util/hist.c
2832
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
1793
struct branch_entry entries;
tools/perf/util/machine.c
2289
struct branch_entry *entries = perf_sample__branch_entries(sample);
tools/perf/util/machine.c
2307
struct branch_entry *be, int nr)
tools/perf/util/machine.c
2325
static int remove_loops(struct branch_entry *l, int nr,
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/machine.c
2875
struct branch_entry be[nr];
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/session.c
1384
struct branch_entry *e = &entries[i];
tools/perf/util/synthetic-events.c
1518
sz = sample->branch_stack->nr * sizeof(struct branch_entry);
tools/perf/util/synthetic-events.c
1724
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;