Home
last modified time | relevance | path

Searched defs:to_match (Results 1 – 4 of 4) sorted by relevance

/linux/tools/perf/util/
H A Dparse-regs-options.c32 static uint64_t name_to_perf_reg_mask(const char *to_match, uint64_t mask) in name_to_perf_reg_mask()
H A Dpmu.c988 static bool perf_pmu__match_wildcard_uncore(const char *pmu_name, const char *to_match) in perf_pmu__match_wildcard_uncore()
2272 static bool perf_pmu___name_match(const struct perf_pmu *pmu, const char *to_match, bool wildcard) in perf_pmu___name_match()
2337 bool perf_pmu__name_wildcard_match(const struct perf_pmu *pmu, const char *to_match) in perf_pmu__name_wildcard_match()
2348 bool perf_pmu__name_no_suffix_match(const struct perf_pmu *pmu, const char *to_match) in perf_pmu__name_no_suffix_match()
/linux/tools/perf/tests/
H A Dpmu.c555 #define TEST_PMU_MATCH(msg, to_match, expect) \ in test__pmu_match() argument
/linux/samples/bpf/
H A Dxdp_sample.bpf.c30 const volatile int to_match[32] = {}; variable