Searched refs:Metric (Results 1 – 7 of 7) sorted by relevance
| /linux/tools/perf/pmu-events/ |
| H A D | intel_metrics.py | 12 Literal, LoadEvents, Metric, MetricConstraint, MetricGroup, 20 def Idle() -> Metric: 24 return Metric( 48 Metric("lpm_cpu_power_pkg", "", 50 Metric("lpm_cpu_power_cores", "", 52 Metric("lpm_cpu_power_ram", "", 54 Metric("lpm_cpu_power_gpu", "", 56 Metric("lpm_cpu_power_psys", "", 73 Metric('smi_num', 'Number of SMI interrupts.', 76 Metric('smi_cycles', [all …]
|
| H A D | amd_metrics.py | 10 Metric, MetricGroup, Select) 36 Metric("lpm_br_total_retired", 39 Metric( 44 Metric("lpm_br_total_insn_between_branches", 47 Metric("lpm_br_total_insn_fe_resteers", 58 Metric("lpm_br_taken_retired", 61 Metric( 66 Metric( 79 Metric("lpm_br_cond_retired", "Retired conditional branch instructions.", 81 Metric("lpm_br_cond_insn_between_branches", [all …]
|
| H A D | common_metrics.py | 2 from metric import (d_ratio, Event, Metric, MetricGroup) 12 Metric("lpm_cycles_total", "Total number of cycles", cyc, "cycles"), 13 Metric("lpm_cycles_user", "User cycles as a percentage of all cycles", 15 Metric("lpm_cycles_kernel", "Kernel cycles as a percentage of all cycles", 17 Metric("lpm_cycles_guest", "Hypervisor guest cycles as a percentage of all cycles",
|
| H A D | metric.py | 590 class Metric: class 661 metric_list: List[Union[Optional[Metric], Optional['MetricGroup']]], argument 676 def Flatten(self) -> Set[Metric]: 705 if isinstance(o, Metric) or isinstance(o, MetricGroup):
|
| /linux/tools/perf/python/ |
| H A D | ilist.py | 51 class Metric(TreeValue): class 476 node.add_leaf(display_name, data=Metric(name, metric_pmu))
|
| /linux/Documentation/admin-guide/ |
| H A D | kernel-parameters.rst | 97 Metric suffixes
|
| /linux/tools/perf/Documentation/ |
| H A D | perf-stat.txt | 373 Metric thresholds may increase the number of events necessary to
|