Home
last modified time | relevance | path

Searched refs:brstack (Results 1 – 12 of 12) sorted by relevance

/linux-6.3-rc2/tools/perf/tests/workloads/
A Dbrstack.c25 static int brstack(int argc, const char **argv) in brstack() function
40 DEFINE_WORKLOAD(brstack);
A DBuild7 perf-y += brstack.o
/linux-6.3-rc2/tools/perf/dlfilters/
A Ddlfilter-test-api-v0.c66 const struct perf_branch_entry *brstack; /* Refer <linux/perf_event.h> */ member
219 CHECK(!sample->brstack); in check_sample()
/linux-6.3-rc2/tools/perf/tests/shell/
A Dtest_brstack.sh56 perf script -i $TMPDIR/perf.data --fields brstack | xargs -n1 > $TMPDIR/perf.script
A Dtest_intel_pt.sh544 brstack = param_dict["brstack"]
545 n = len(brstack)
/linux-6.3-rc2/tools/perf/include/perf/
A Dperf_dlfilter.h67 const struct perf_branch_entry *brstack; /* Refer <linux/perf_event.h> */ member
/linux-6.3-rc2/tools/perf/tests/
A Dtests.h209 DECLARE_WORKLOAD(brstack);
/linux-6.3-rc2/tools/perf/util/
A Ddlfilter.c503 d_sample.brstack = (struct perf_branch_entry *)perf_sample__branch_entries(sample); in dlfilter__do_filter_event()
506 d_sample.brstack = NULL; in dlfilter__do_filter_event()
/linux-6.3-rc2/tools/perf/Documentation/
A Dperf-dlfilter.txt105 __u64 brstack_nr; /* Number of brstack entries */
106 const struct perf_branch_entry *brstack; /* Refer <linux/perf_event.h> */
A Dperf-script-python.txt647 brstack, brstacksym, datasrc, datasrc_decode, iregs, uregs,
663 brstack:
671 We can use this code to print brstack "from", "to", "cycles".
673 if 'brstack' in dict:
674 for entry in dict['brstack']:
A Dperf-script.txt134 srcline, period, iregs, uregs, brstack, brstacksym, flags, bpf-output,
240 The brstack output includes branch related information with raw addresses using the
249 …The brstacksym is identical to brstack, except that the FROM and TO addresses are printed in a sym…
/linux-6.3-rc2/tools/perf/util/scripting-engines/
A Dtrace-event-python.c823 PyObject *dict, *dict_sample, *brstack, *brstacksym; in get_perf_sample_dict() local
869 brstack = python_process_brstack(sample, al->thread); in get_perf_sample_dict()
870 pydict_set_item_string_decref(dict, "brstack", brstack); in get_perf_sample_dict()

Completed in 15 milliseconds