Home
last modified time | relevance | path

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

/linux-6.14.4/tools/perf/tests/
Dpmu.c466 #define TEST_PMU_MATCH(msg, to_match, expect) \ in test__pmu_match() argument
/linux-6.14.4/tools/perf/util/
Dpmu.c929 static bool perf_pmu__match_wildcard_uncore(const char *pmu_name, const char *to_match) in perf_pmu__match_wildcard_uncore()
2011 static bool perf_pmu___name_match(const struct perf_pmu *pmu, const char *to_match, bool wildcard) in perf_pmu___name_match()
2073 bool perf_pmu__name_wildcard_match(const struct perf_pmu *pmu, const char *to_match) in perf_pmu__name_wildcard_match()
2084 bool perf_pmu__name_no_suffix_match(const struct perf_pmu *pmu, const char *to_match) in perf_pmu__name_no_suffix_match()
/linux-6.14.4/samples/bpf/
Dxdp_sample.bpf.c30 const volatile int to_match[32] = {}; variable
/linux-6.14.4/drivers/gpu/drm/
Ddrm_edid.c4299 static u8 drm_match_cea_mode_clock_tolerance(const struct drm_display_mode *to_match, in drm_match_cea_mode_clock_tolerance()
4341 u8 drm_match_cea_mode(const struct drm_display_mode *to_match) in drm_match_cea_mode()
4406 static u8 drm_match_hdmi_mode_clock_tolerance(const struct drm_display_mode *to_match, in drm_match_hdmi_mode_clock_tolerance()
4445 static u8 drm_match_hdmi_mode(const struct drm_display_mode *to_match) in drm_match_hdmi_mode()