Searched refs:brstacksym (Results 1 – 3 of 3) sorted by relevance
/linux-5.19.10/tools/perf/util/scripting-engines/ |
D | trace-event-python.c | 812 PyObject *dict, *dict_sample, *brstack, *brstacksym; in get_perf_sample_dict() local 861 brstacksym = python_process_brstacksym(sample, al->thread); in get_perf_sample_dict() 862 pydict_set_item_string_decref(dict, "brstacksym", brstacksym); in get_perf_sample_dict()
|
/linux-5.19.10/tools/perf/Documentation/ |
D | perf-script.txt | 131 srcline, period, iregs, uregs, brstack, brstacksym, flags, bpf-output, 238 …The brstacksym is identical to brstack, except that the FROM and TO addresses are printed in a sym…
|
D | perf-script-python.txt | 647 brstack, brstacksym, datasrc, datasrc_decode, iregs, uregs, 667 brstacksym:
|