Searched refs:parse_hwmon_filename (Results 1 – 4 of 4) sorted by relevance
| /linux/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() 562 if (!parse_hwmon_filename(name, &type, &number, /*item=*/NULL, /*is_alarm=*/NULL)) in hwmon_pmu__have_event() 594 if (parse_hwmon_filename(term->config, &type, &number, in hwmon_pmu__config_term() 678 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,
|
| H A D | pmus.c | 383 if (parse_hwmon_filename(event, &type, &number, /*item=*/NULL, /*alarm=*/NULL)) in perf_pmus__scan_for_event()
|
| /linux/tools/perf/tests/ |
| H A D | hwmon_pmu.c | 329 parse_hwmon_filename( in test__parse_hwmon_filename() 348 TEST_CASE("Basic parsing test", parse_hwmon_filename),
|