Searched refs:scale_unit (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-6.6/tools/perf/pmu-events/ |
H A D | metric.py | 425 scale_unit: str 432 scale_unit: str, 438 scale_unit = scale_unit.replace('/sec', ' per sec') 439 if scale_unit[0].isdigit(): 440 self.scale_unit = scale_unit 442 self.scale_unit = f'1{scale_unit}' 465 'ScaleUnit': self.scale_unit [all...] |
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-list.c | 100 const char *scale_unit __maybe_unused, in default_print_event() 326 const char *scale_unit, in json_print_event() 356 if (scale_unit && strlen(scale_unit)) { in json_print_event() 358 scale_unit); in json_print_event() 324 json_print_event(void *ps, const char *pmu_name, const char *topic, const char *event_name, const char *event_alias, const char *scale_unit, bool deprecated, const char *event_type_desc, const char *desc, const char *long_desc, const char *encoding_desc) json_print_event() argument
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | pmus.c | 349 const char *scale_unit; member 422 COPY_STR(scale_unit); in perf_pmus__print_pmu_events__callback() 480 aliases[j].scale_unit, in perf_pmus__print_pmu_events() 488 zfree(&aliases[j].scale_unit); in perf_pmus__print_pmu_events()
|
H A D | print-events.h | 17 const char *scale_unit,
|
H A D | pmu.h | 180 const char *scale_unit; member
|
H A D | pmu.c | 1686 info.scale_unit = NULL; in perf_pmu__for_each_event() 1688 info.scale_unit = buf + buf_used; in perf_pmu__for_each_event() 1710 info.scale_unit = NULL; in perf_pmu__for_each_event()
|
Completed in 6 milliseconds