Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/tests/
H A Dpmu.c178 ret = perf_pmu__config_terms(pmu, &attr, terms, /*zero=*/false, /*err=*/NULL); in test__pmu()
/openbmc/linux/tools/perf/util/
H A Dpmu.h198 int perf_pmu__config_terms(struct perf_pmu *pmu,
H A Dpmu.c1429 int perf_pmu__config_terms(struct perf_pmu *pmu, in perf_pmu__config_terms() function
1455 return perf_pmu__config_terms(pmu, attr, head_terms, zero, err); in perf_pmu__config()
/openbmc/linux/tools/perf/arch/x86/util/
H A Dintel-pt.c83 err = perf_pmu__config_terms(pmu, &attr, terms, /*zero=*/true, /*err=*/NULL); in intel_pt_parse_terms_with_default()