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