Searched refs:parse_hwmon_filename (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/tools/perf/util/ |
| H A D | hwmon_pmu.c | 157 bool parse_hwmon_filename(const char *filename, in parse_hwmon_filename() function 264 if (!parse_hwmon_filename(ent->d_name, &type, &number, &item, &alarm)) { in hwmon_pmu__read_events() 551 if (!parse_hwmon_filename(name, &type, &number, /*item=*/NULL, /*is_alarm=*/NULL)) in hwmon_pmu__have_event() 583 if (parse_hwmon_filename(term->config, &type, &number, in hwmon_pmu__config_term() 667 if (parse_hwmon_filename(term->config, &type, &number, in hwmon_pmu__check_alias()
|
| H A D | hwmon_pmu.h | 128 bool parse_hwmon_filename(const char *filename,
|
| /linux-6.15/tools/perf/tests/ |
| H A D | hwmon_pmu.c | 327 parse_hwmon_filename( in test__parse_hwmon_filename() 346 TEST_CASE("Basic parsing test", parse_hwmon_filename),
|