Home
last modified time | relevance | path

Searched refs:brstack (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/tools/perf/Documentation/
Dperf-script-python.txt620 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']:
Dperf-script.txt119 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/
Dtrace-event-python.c734 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()