Searched refs:parse_hwmon_filename (Results 1 – 2 of 2) sorted by relevance
/linux/tools/perf/util/ |
H A D | hwmon_pmu.c | 171 bool parse_hwmon_filename(const char *filename, in parse_hwmon_filename() function 287 if (!parse_hwmon_filename(ent->d_name, &type, &number, &item, &alarm)) { in hwmon_pmu__read_events() 574 if (!parse_hwmon_filename(name, &type, &number, /*item=*/NULL, /*is_alarm=*/NULL)) in hwmon_pmu__have_event() 606 if (parse_hwmon_filename(term->config, &type, &number, in hwmon_pmu__config_term() 690 if (parse_hwmon_filename(term->config, &type, &number, in hwmon_pmu__check_alias()
|
/linux/tools/perf/tests/ |
H A D | hwmon_pmu.c | 321 parse_hwmon_filename( in test__parse_hwmon_filename() 340 TEST_CASE("Basic parsing test", parse_hwmon_filename),
|