Searched refs:brstacksym (Results 1 – 4 of 4) sorted by relevance
/linux/tools/perf/tests/shell/ |
H A D | test_brstack.sh | 33 perf script -i $TMPDIR/perf.data --fields brstacksym | xargs -n1 > $TMPDIR/perf.script
|
/linux/tools/perf/util/scripting-engines/ |
H A D | trace-event-python.c | 850 PyObject *dict, *dict_sample, *brstack, *brstacksym; in get_perf_sample_dict() local 905 brstacksym = python_process_brstacksym(sample, al->thread); in get_perf_sample_dict() 906 pydict_set_item_string_decref(dict, "brstacksym", brstacksym); in get_perf_sample_dict()
|
/linux/tools/perf/Documentation/ |
H A D | perf-script.txt | 134 srcline, period, iregs, uregs, brstack, brstacksym, flags, bpf-output, 250 …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:
|