Searched refs:branch_type (Results 1 – 6 of 6) sorted by relevance
| /tools/perf/util/ |
| A D | db-export.h | 54 int (*export_branch_type)(struct db_export *dbe, u32 branch_type, 96 int db_export__branch_type(struct db_export *dbe, u32 branch_type,
|
| A D | db-export.c | 286 int db_export__branch_type(struct db_export *dbe, u32 branch_type, in db_export__branch_type() argument 290 return dbe->export_branch_type(dbe, branch_type, name); in db_export__branch_type() 426 u32 branch_type; member 458 err = db_export__branch_type(dbe, branch_types[i].branch_type, in db_export__branch_types() 467 u32 type = branch_types[i].branch_type; in db_export__branch_types()
|
| A D | parse-events.l | 323 branch_type { return term(yyscanner, PARSE_EVENTS__TERM_TYPE_BRANCH_SAMPLE_TYPE); }
|
| A D | evlist.c | 1204 u64 branch_type = 0; in evlist__combined_branch_type() local 1207 branch_type |= evsel->core.attr.branch_sample_type; in evlist__combined_branch_type() 1208 return branch_type; in evlist__combined_branch_type()
|
| /tools/perf/scripts/python/ |
| A D | export-to-postgresql.py | 1024 def branch_type_table(branch_type, name, *x): argument 1028 value = struct.pack(fmt, 2, 4, branch_type, n, name) 1031 …ymbol_id, to_sym_offset, to_ip, period, weight, transaction, data_src, branch_type, in_tx, call_pa… argument 1033 … 4, cpu, 8, to_dso_id, 8, to_symbol_id, 8, to_sym_offset, 8, to_ip, 4, branch_type, 1, in_tx, 8, c… 1035 …ffset, 8, to_ip, 8, period, 8, weight, 8, transaction, 8, data_src, 4, branch_type, 1, in_tx, 8, c…
|
| /tools/perf/util/scripting-engines/ |
| A D | trace-event-python.c | 1280 static int python_export_branch_type(struct db_export *dbe, u32 branch_type, in python_export_branch_type() argument 1288 tuple_set_s32(t, 0, branch_type); in python_export_branch_type() 1874 SET_TABLE_HANDLER(branch_type); in set_table_handlers()
|
Completed in 20 milliseconds