Searched refs:scale_unit (Results 1 – 9 of 9) sorted by relevance
| /linux/tools/perf/pmu-events/ |
| H A D | metric.py | 431 scale_unit: str 439 scale_unit: str, 446 scale_unit = scale_unit.replace('/sec', ' per sec') 447 if scale_unit[0].isdigit(): 448 self.scale_unit = scale_unit 450 self.scale_unit = f'1{scale_unit}' 475 'ScaleUnit': self.scale_unit
|
| /linux/tools/perf/ |
| H A D | builtin-list.c | 121 const char *scale_unit __maybe_unused, in default_print_event() 366 const char *scale_unit, in json_print_event() argument 418 if (scale_unit && strlen(scale_unit)) { in json_print_event() 421 scale_unit); in json_print_event()
|
| /linux/tools/perf/util/ |
| H A D | print-events.h | 17 const char *scale_unit,
|
| H A D | pmus.c | 516 const char *scale_unit; member 591 COPY_STR(scale_unit); in perf_pmus__print_pmu_events__callback() 651 aliases[j].scale_unit, in perf_pmus__print_pmu_events() 660 zfree(&aliases[j].scale_unit); in perf_pmus__print_pmu_events()
|
| H A D | pmu.h | 225 const char *scale_unit; member
|
| H A D | drm_pmu.c | 284 .scale_unit = drm_pmu_scale_unit_strs[drm->events[i].unit], in drm_pmu__for_each_event()
|
| H A D | pmu.c | 2280 info.scale_unit = NULL; in perf_pmu__for_each_event() 2282 info.scale_unit = buf + buf_used; in perf_pmu__for_each_event() 2302 info.scale_unit = NULL; in perf_pmu__for_each_event()
|
| H A D | hwmon_pmu.c | 506 .scale_unit = hwmon_scale_units[key.type], in hwmon_pmu__for_each_event()
|
| H A D | python.c | 701 !add_to_dict(dict, "scale_unit", info->scale_unit) || in pyrf_pmu__events_cb()
|