Home
last modified time | relevance | path

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

/linux/tools/perf/util/bpf_skel/
H A Dsample_filter.bpf.c82 #define BUILD_CHECK_SAMPLE(x) \ in perf_get_sample() macro
85 BUILD_CHECK_SAMPLE(IP); in perf_get_sample()
86 BUILD_CHECK_SAMPLE(TID); in perf_get_sample()
87 BUILD_CHECK_SAMPLE(TIME); in perf_get_sample()
88 BUILD_CHECK_SAMPLE(ADDR); in perf_get_sample()
89 BUILD_CHECK_SAMPLE(ID); in perf_get_sample()
90 BUILD_CHECK_SAMPLE(CPU); in perf_get_sample()
91 BUILD_CHECK_SAMPLE(PERIOD); in perf_get_sample()
92 BUILD_CHECK_SAMPLE(WEIGHT); in perf_get_sample()
93 BUILD_CHECK_SAMPLE(DATA_SRC); in perf_get_sample()
[all …]