Searched refs:brstacksym (Results 1 – 3 of 3) sorted by relevance
| /linux/tools/perf/tests/shell/ |
| H A D | test_brstack.sh | 52 perf script -i "$TMPDIR/perf.data" --fields brstacksym > "$TMPDIR/perf.script" 93 perf script -i $TMPDIR/perf.data --fields brstacksym | \ 173 perf script -i $TMPDIR/perf.data --fields brstacksym | \
|
| /linux/tools/perf/util/scripting-engines/ |
| H A D | trace-event-python.c | 836 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/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…
|