Home
last modified time | relevance | path

Searched refs:perf_branch_entry (Results 1 – 6 of 6) sorted by relevance

/tools/perf/include/perf/
Dperf_dlfilter.h61 const struct perf_branch_entry *brstack; /* Refer <linux/perf_event.h> */
/tools/testing/selftests/bpf/prog_tests/
Dperf_branches.c15 int pbe_size = sizeof(struct perf_branch_entry); in check_good_sample()
/tools/perf/dlfilters/
Ddlfilter-test-api-v0.c66 const struct perf_branch_entry *brstack; /* Refer <linux/perf_event.h> */
/tools/include/uapi/linux/
Dperf_event.h1334 struct perf_branch_entry { struct
/tools/perf/Documentation/
Dperf-dlfilter.txt106 const struct perf_branch_entry *brstack; /* Refer <linux/perf_event.h> */
/tools/perf/util/
Ddlfilter.c501 d_sample.brstack = (struct perf_branch_entry *)perf_sample__branch_entries(sample); in dlfilter__do_filter_event()