| /linux/tools/perf/pmu-events/ |
| H A D | metric.py | 150 def __or__(self, other: Union[int, float, 'Expression']) -> 'Operator': argument 153 def __ror__(self, other: Union[int, float, 'Expression']) -> 'Operator': argument 156 def __xor__(self, other: Union[int, float, 'Expression']) -> 'Operator': argument 159 def __and__(self, other: Union[int, float, 'Expression']) -> 'Operator': argument 162 def __rand__(self, other: Union[int, float, 'Expression']) -> 'Operator': argument 165 def __lt__(self, other: Union[int, float, 'Expression']) -> 'Operator': argument 168 def __gt__(self, other: Union[int, float, 'Expression']) -> 'Operator': argument 171 def __add__(self, other: Union[int, float, 'Expression']) -> 'Operator': argument 174 def __radd__(self, other: Union[int, float, 'Expression']) -> 'Operator': argument 177 def __sub__(self, other: Union[int, float, 'Expression']) -> 'Operator': argument [all …]
|
| /linux/tools/perf/Documentation/ |
| H A D | topdown.txt | 158 The binary ratios in the metric value can be converted to float ratios: 163 #define TOPDOWN_RETIRING(val) ((float)GET_METRIC(val, 0) / 0xff) 164 #define TOPDOWN_BAD_SPEC(val) ((float)GET_METRIC(val, 1) / 0xff) 165 #define TOPDOWN_FE_BOUND(val) ((float)GET_METRIC(val, 2) / 0xff) 166 #define TOPDOWN_BE_BOUND(val) ((float)GET_METRIC(val, 3) / 0xff) 172 #define TOPDOWN_HEAVY_OPS(val) ((float)GET_METRIC(val, 4) / 0xff) 173 #define TOPDOWN_BR_MISPREDICT(val) ((float)GET_METRIC(val, 5) / 0xff) 174 #define TOPDOWN_FETCH_LAT(val) ((float)GET_METRIC(val, 6) / 0xff) 175 #define TOPDOWN_MEM_BOUND(val) ((float)GET_METRIC(val, 7) / 0xff) 214 retiring_ratio = (float)retiring_slots / slots_delta [all …]
|
| /linux/tools/perf/tests/shell/lib/ |
| H A D | perf_metric_validation.py | 11 …def __init__(self, metric: list[str], wl: str, value: list[float], low: float, up=float('nan'), de… argument 117 if isinstance(bound, int) or isinstance(bound, float): 121 val = float("inf") 127 val = float(bound) 135 lbv = get_bound_value(lb, float('inf'), ridx) 158 results.append(float(name)) 375 metricvalues[name.lower()] = float(result["metric-value"])
|
| H A D | perf_json_output_lint.py | 30 float(num)
|
| /linux/tools/net/sunrpc/xdrgen/grammars/ |
| H A D | xdr.lark | 28 | float 45 float : "float"
|
| /linux/tools/perf/scripts/python/ |
| H A D | stat-cpi.py | 61 cpi = cyc/float(ins) 63 …print("%15f: cpu %d, thread %d -> cpi %f (%d/%d)" % (time/(float(1000000000)), cpu, thread, cpi, c…
|
| H A D | gecko.py | 43 Milliseconds = float
|
| H A D | parallel-perf.py | 953 …ap.add_argument("-i", "--interval", type=float, default=0, help="subdivide the time range using th… 955 …ap.add_argument("-m", "--min-interval", type=float, default=glb_min_interval, help=f"minimum inter…
|
| /linux/Documentation/core-api/ |
| H A D | floating-point.rst | 7 instructions, including the C float and double data types. This rule reduces 44 CC_FLAGS_FPU := -mhard-float 48 CC_FLAGS_NO_FPU := -msoft-float
|
| /linux/tools/perf/python/ |
| H A D | ilist.py | 46 def value(self, evlist: perf.evlist, evsel: perf.evsel, cpu: int, thread: int) -> float: 79 def value(self, evlist: perf.evlist, evsel: perf.evsel, cpu: int, thread: int) -> float: 123 def value(self, evlist: perf.evlist, evsel: perf.evsel, cpu: int, thread: int) -> float: 235 def __init__(self, interval: float) -> None: argument 514 app = IListApp(float(args.interval))
|
| /linux/scripts/ |
| H A D | show_delta | 105 base_time = float(base_str)
|
| /linux/Documentation/devicetree/bindings/memory-controllers/ |
| H A D | atmel,ebi.txt | 68 "optimized" the data float time is optimized 71 current device data float time).
|
| /linux/arch/arm/nwfpe/ |
| H A D | ChangeLog | 24 * Since 128-bit float requires the FPA11 structure to change 25 size, it has been removed. 128-bit float is currently unused,
|
| /linux/arch/arm/boot/dts/intel/pxa/ |
| H A D | pxa3xx.dtsi | 87 * used in parentheses for don't-care values. Except for the float output, 99 * Z (float) 1 X(0) 0 0 0
|
| /linux/tools/workqueue/ |
| H A D | wq_monitor.py | 48 parser.add_argument('-i', '--interval', metavar='SECS', type=float, default=1,
|
| /linux/tools/power/pm-graph/ |
| H A D | sleepgraph.py | 557 self.dmesgstart = float(ktime) 570 ktime = float(m.group('ktime')) 1595 t = float(m.group('ktime')) 2168 cpuexec[key] = min(1.0, float(self.pstl[t][name]) / maxj) 2316 self.time = float(t) 2351 self.length = float(d)/1000000 2859 sortdict[item] = (-1*float(dev['start']), float(dev['end']) - float(dev['start'])) 2862 sortdict[item] = (float(dev['end']) - float(dev['start']), item.dev['name']) 2944 self.rowheight[t][p][i] = float(self.bodyH)/len(self.rowlines[t][p]) 2985 pos = '%0.3f' % (100 - ((float(i)*tS*100)/mTotal) - divEdge) [all …]
|
| H A D | bootgraph.py | 330 ktime = float(m.group('ktime')) 403 t = float(m_time)
|
| /linux/tools/writeback/ |
| H A D | wb_monitor.py | 36 parser.add_argument('-i', '--interval', metavar='SECS', type=float, default=1,
|
| /linux/tools/cgroup/ |
| H A D | iocost_coef_gen.py | 36 parser.add_argument('--testfile-size-gb', type=float, metavar='GIGABYTES', default=16,
|
| H A D | iocost_monitor.py | 30 parser.add_argument('--interval', '-i', metavar='SECONDS', type=float, default=1,
|
| /linux/Documentation/sphinx-static/ |
| H A D | custom.css | 116 float: right;
|
| /linux/Documentation/filesystems/ext4/ |
| H A D | group_descr.rst | 14 the inode table (i.e. they can float). This means that within a block
|
| /linux/tools/kvm/kvm_stat/ |
| H A D | kvm_stat | 1319 values.value * 100 / float(ltotal), cur)) 1430 delay = float(val) 1771 type=float,
|
| /linux/rust/proc-macro2/ |
| H A D | parse.rs | 356 } else if let Ok(ok) = float(input) { in literal_nocapture() 713 fn float(input: Cursor) -> Result<Cursor, Reject> { in float() function
|
| /linux/Documentation/arch/arm/ |
| H A D | kernel_mode_neon.rst | 97 As the kernel is compiled with '-msoft-float', the above will guarantee that
|