Home
last modified time | relevance | path

Searched refs:raw_callchain (Results 1 – 5 of 5) sorted by relevance

/linux/tools/perf/dlfilters/
H A Ddlfilter-test-api-v0.c68 const __u64 *raw_callchain; /* Refer <linux/perf_event.h> */ member
221 CHECK(!sample->raw_callchain); in check_sample()
H A Ddlfilter-test-api-v2.c74 const __u64 *raw_callchain; /* Refer <linux/perf_event.h> */ member
236 CHECK(!sample->raw_callchain); in check_sample()
/linux/tools/perf/include/perf/
H A Dperf_dlfilter.h69 const __u64 *raw_callchain; /* Refer <linux/perf_event.h> */ member
/linux/tools/perf/util/
H A Ddlfilter.c556 d_sample.raw_callchain = (__u64 *)sample->callchain->ips; in dlfilter__do_filter_event()
559 d_sample.raw_callchain = NULL; in dlfilter__do_filter_event()
/linux/tools/perf/Documentation/
H A Dperf-dlfilter.txt113 __u64 raw_callchain_nr; /* Number of raw_callchain entries */
114 const __u64 *raw_callchain; /* Refer <linux/perf_event.h> */