Searched refs:brstacksym (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/tools/perf/tests/shell/ |
| H A D | test_brstack.sh | 33 perf script -i $TMPDIR/perf.data --fields brstacksym | tr -s ' ' '\n' > $TMPDIR/perf.script
|
| /linux-6.15/tools/perf/util/scripting-engines/ |
| H A D | trace-event-python.c | 837 PyObject *dict, *dict_sample, *brstack, *brstacksym; in get_perf_sample_dict() local 892 brstacksym = python_process_brstacksym(sample, al->thread); in get_perf_sample_dict() 893 pydict_set_item_string_decref(dict, "brstacksym", brstacksym); in get_perf_sample_dict()
|
| /linux-6.15/tools/perf/Documentation/ |
| H A D | perf-script.txt | 134 srcline, period, iregs, uregs, brstack, brstacksym, flags, bpf-output, 259 …The brstacksym is identical to brstack, except that the FROM and TO addresses are printed in a sym…
|
| H A D | perf-script-python.txt | 647 brstack, brstacksym, datasrc, datasrc_decode, iregs, uregs, 667 brstacksym:
|