Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dhwmon_pmu.h149 int hwmon_pmu__for_each_event(struct perf_pmu *pmu, void *state, pmu_event_callback cb);
H A Dhwmon_pmu.c459 int hwmon_pmu__for_each_event(struct perf_pmu *pmu, void *state, pmu_event_callback cb) in hwmon_pmu__for_each_event() function
H A Dpmu.c2208 return hwmon_pmu__for_each_event(pmu, state, cb); in perf_pmu__for_each_event()