Lines Matching defs:config
26 #include "util/config.h"
2887 if (evsel->core.attr.config == PERF_COUNT_SW_PAGE_FAULTS_MAJ)
2900 evsel->core.attr.config == PERF_COUNT_SW_PAGE_FAULTS_MAJ ?
3084 static struct evsel *evsel__new_pgfault(u64 config)
3092 attr.config = config;
3995 pr_err("ERROR: Apply config to BPF failed: %s\n",
4266 (evsel->core.attr.config == PERF_COUNT_SW_PAGE_FAULTS_MAJ ||
4267 evsel->core.attr.config == PERF_COUNT_SW_PAGE_FAULTS_MIN ||
4268 evsel->core.attr.config == PERF_COUNT_SW_PAGE_FAULTS))
4953 * 'perf trace --config determinism.profile' mode, where for some
4958 * Also --config to specify an alternate .perfconfig file needs