Home
last modified time | relevance | path

Searched defs:brstack (Results 1 – 5 of 5) sorted by relevance

/linux-6.6.21/tools/perf/tests/workloads/
Dbrstack.c25 static int brstack(int argc, const char **argv) in brstack() function
/linux-6.6.21/tools/perf/include/perf/
Dperf_dlfilter.h67 const struct perf_branch_entry *brstack; /* Refer <linux/perf_event.h> */ member
/linux-6.6.21/tools/perf/dlfilters/
Ddlfilter-test-api-v0.c66 const struct perf_branch_entry *brstack; /* Refer <linux/perf_event.h> */ member
Ddlfilter-test-api-v2.c72 const struct perf_branch_entry *brstack; /* Refer <linux/perf_event.h> */ member
/linux-6.6.21/tools/perf/util/scripting-engines/
Dtrace-event-python.c842 PyObject *dict, *dict_sample, *brstack, *brstacksym; in get_perf_sample_dict() local