Home
last modified time | relevance | path

Searched refs:branch_flags (Results 1 – 9 of 9) sorted by relevance

/linux/tools/perf/util/
A Dbranch.h15 struct branch_flags { struct
36 struct branch_flags flags; argument
45 struct branch_flags flags;
84 void branch_type_count(struct branch_type_stat *st, struct branch_flags *flags,
A Dcallchain.h151 struct branch_flags branch_flags; member
205 bool branch, struct branch_flags *flags,
A Dcallchain.c615 if (cursor_node->branch_flags.predicted) in fill_node()
618 if (cursor_node->branch_flags.abort) in fill_node()
622 &cursor_node->branch_flags, in fill_node()
632 cursor_node->branch_flags.cycles; in fill_node()
783 if (node->branch_flags.predicted) in match_chain()
786 if (node->branch_flags.abort) in match_chain()
790 &node->branch_flags, in match_chain()
1081 bool branch, struct branch_flags *flags, in callchain_cursor_append()
1106 memcpy(&node->branch_flags, flags, in callchain_cursor_append()
1107 sizeof(struct branch_flags)); in callchain_cursor_append()
[all …]
A Dbranch.c18 void branch_type_count(struct branch_type_stat *st, struct branch_flags *flags, in branch_type_count()
A Dmachine.c2061 struct branch_flags *flags, in add_callchain_ip()
2306 struct branch_flags *flags; in lbr_callchain_add_lbr_ip()
2409 &cnode->branch_flags, in lbr_callchain_add_stitched_lbr_ip()
A Dintel-pt.c2196 struct branch_flags flags; in intel_pt_lbr_flags()
/linux/tools/perf/tests/shell/
A Drecord_lbr.sh57 local branch_flags=$1
67 if ! perf record -e cycles $branch_flags -o "${perfdata}" perf test -w thloop
70 perf record -e cycles $branch_flags -o "${perfdata}" perf test -w thloop || true
/linux/tools/perf/
A Dbuiltin-annotate.c97 struct branch_flags *flags) in process_basic_block()
/linux/tools/perf/util/scripting-engines/
A Dtrace-event-python.c587 static int get_br_mspred(struct branch_flags *flags, char *bf, int size) in get_br_mspred()

Completed in 41 milliseconds