Home
last modified time | relevance | path

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

/Linux-v5.4/tools/perf/
Dbuiltin-inject.c587 #define COMPAT_MASK (PERF_SAMPLE_ID | PERF_SAMPLE_TID | PERF_SAMPLE_TIME | \ macro
608 if ((evsel->core.attr.sample_type & COMPAT_MASK) == in ok_to_remove()
609 (evsel_to_remove->core.attr.sample_type & COMPAT_MASK)) in ok_to_remove()