Home
last modified time | relevance | path

Searched refs:branch_entry (Results 1 – 8 of 8) sorted by relevance

/Linux-v5.4/tools/perf/util/
Dbranch.h34 struct branch_entry { struct
42 struct branch_entry entries[0]; argument
Dcs-etm.c257 sizeof(struct branch_entry); in cs_etm__init_traceid_queue()
883 sizeof(struct branch_entry) * nr); in cs_etm__copy_last_branch_rb()
895 sizeof(struct branch_entry) * tidq->last_branch_pos); in cs_etm__copy_last_branch_rb()
964 struct branch_entry *be; in cs_etm__update_last_branch_rb()
1175 struct branch_entry entries; in cs_etm__synth_branch_sample()
Dintel-pt.c874 sizeof(struct branch_entry); in intel_pt_alloc_queue()
1147 sizeof(struct branch_entry) * nr); in intel_pt_copy_last_branch_rb()
1152 sizeof(struct branch_entry) * ptq->last_branch_pos); in intel_pt_copy_last_branch_rb()
1166 struct branch_entry *be; in intel_pt_update_last_branch_rb()
1276 struct branch_entry entries; in intel_pt_synth_branch_sample()
1777 struct branch_entry entries[LBRS_MAX]; in intel_pt_synth_pebs_sample()
Dmachine.c2123 struct branch_entry *be, int nr) in save_iterations()
2141 static int remove_loops(struct branch_entry *l, int nr, in remove_loops()
2346 struct branch_entry be[nr]; in thread__resolve_callchain_sample()
Dsynthetic-events.c1185 sz = sample->branch_stack->nr * sizeof(struct branch_entry); in perf_event__sample_event_size()
1341 sz = sample->branch_stack->nr * sizeof(struct branch_entry); in perf_event__synthesize_sample()
Devsel.c2119 sizeof(struct branch_entry); in perf_evsel__parse_sample()
2126 sz = data->branch_stack->nr * sizeof(struct branch_entry); in perf_evsel__parse_sample()
Dsession.c1073 struct branch_entry *e = &sample->branch_stack->entries[i]; in branch_stack__printf()
/Linux-v5.4/tools/perf/
Dbuiltin-script.c725 mispred_str(struct branch_entry *br) in mispred_str()
951 static int ip__fprintf_jump(uint64_t ip, struct branch_entry *en, in ip__fprintf_jump()