Searched refs:brstack (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.10/tools/perf/Documentation/ |
| D | perf-script-python.txt | 620 brstack, brstacksym, datasrc, datasrc_decode, iregs, uregs, 625 brstack: 633 We can use this code to print brstack "from", "to", "cycles". 635 if 'brstack' in dict: 636 for entry in dict['brstack']:
|
| D | perf-script.txt | 119 srcline, period, iregs, uregs, brstack, brstacksym, flags, bpf-output, brstackinsn, 212 The brstack output includes branch related information with raw addresses using the 221 …The brstacksym is identical to brstack, except that the FROM and TO addresses are printed in a sym…
|
| /Linux-v5.10/tools/perf/util/scripting-engines/ |
| D | trace-event-python.c | 734 PyObject *dict, *dict_sample, *brstack, *brstacksym; in get_perf_sample_dict() local 786 brstack = python_process_brstack(sample, al->thread); in get_perf_sample_dict() 787 pydict_set_item_string_decref(dict, "brstack", brstack); in get_perf_sample_dict()
|