Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/util/
Dcs-etm.c319 sizeof(struct branch_entry); in cs_etm__alloc_queue()
473 sizeof(struct branch_entry) * nr); in cs_etm__copy_last_branch_rb()
485 sizeof(struct branch_entry) * etmq->last_branch_pos); in cs_etm__copy_last_branch_rb()
547 struct branch_entry *be; in cs_etm__update_last_branch_rb()
707 struct branch_entry entries; in cs_etm__synth_branch_sample()
Devent.h150 struct branch_entry { struct
158 struct branch_entry entries[0]; argument
Dintel-pt.c772 sizeof(struct branch_entry); in intel_pt_alloc_queue()
1007 sizeof(struct branch_entry) * nr); in intel_pt_copy_last_branch_rb()
1012 sizeof(struct branch_entry) * ptq->last_branch_pos); in intel_pt_copy_last_branch_rb()
1026 struct branch_entry *be; in intel_pt_update_last_branch_rb()
1116 struct branch_entry entries; in intel_pt_synth_branch_sample()
Devsel.c2274 sizeof(struct branch_entry); in perf_evsel__parse_sample()
2281 sz = data->branch_stack->nr * sizeof(struct branch_entry); in perf_evsel__parse_sample()
2470 sz = sample->branch_stack->nr * sizeof(struct branch_entry); in perf_event__sample_event_size()
2627 sz = sample->branch_stack->nr * sizeof(struct branch_entry); in perf_event__synthesize_sample()
Dmachine.c1987 struct branch_entry *be, int nr) in save_iterations()
2005 static int remove_loops(struct branch_entry *l, int nr, in remove_loops()
2189 struct branch_entry be[nr]; in thread__resolve_callchain_sample()
Dsession.c943 struct branch_entry *e = &sample->branch_stack->entries[i]; in branch_stack__printf()
/Linux-v4.19/tools/perf/
Dbuiltin-script.c703 mispred_str(struct branch_entry *br) in mispred_str()
913 static int ip__fprintf_jump(uint64_t ip, struct branch_entry *en, in ip__fprintf_jump()