Home
last modified time | relevance | path

Searched refs:float (Results 1 – 25 of 29) sorted by relevance

12

/Linux-v6.6/tools/perf/pmu-events/
Dmetric.py35 def __or__(self, other: Union[int, float, 'Expression']) -> 'Operator': argument
38 def __ror__(self, other: Union[int, float, 'Expression']) -> 'Operator': argument
41 def __xor__(self, other: Union[int, float, 'Expression']) -> 'Operator': argument
44 def __and__(self, other: Union[int, float, 'Expression']) -> 'Operator': argument
47 def __rand__(self, other: Union[int, float, 'Expression']) -> 'Operator': argument
50 def __lt__(self, other: Union[int, float, 'Expression']) -> 'Operator': argument
53 def __gt__(self, other: Union[int, float, 'Expression']) -> 'Operator': argument
56 def __add__(self, other: Union[int, float, 'Expression']) -> 'Operator': argument
59 def __radd__(self, other: Union[int, float, 'Expression']) -> 'Operator': argument
62 def __sub__(self, other: Union[int, float, 'Expression']) -> 'Operator': argument
[all …]
/Linux-v6.6/tools/perf/Documentation/
Dtopdown.txt158 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-v6.6/tools/perf/scripts/python/
Dstat-cpi.py61 cpi = cyc/float(ins)
63 …print("%15f: cpu %d, thread %d -> cpi %f (%d/%d)" % (time/(float(1000000000)), cpu, thread, cpi, c…
Dgecko.py43 Milliseconds = float
Dsched-migration.py286 load_rate = rq.load() / float(slice.total_load)
/Linux-v6.6/tools/perf/tests/shell/lib/
Dperf_metric_validation.py90 if isinstance(bound, int) or isinstance(bound, float):
94 val = float("inf")
100 val = float(bound)
108 lbv = get_bound_value(lb, float('inf'), ridx)
131 results.append(float(name))
355 metricvalues[name.lower()] = float(result["metric-value"])
Dperf_json_output_lint.py28 float(num)
/Linux-v6.6/Documentation/devicetree/bindings/clock/
Dnuvoton,npcm750-clk.txt50 /* external reference clock for cpu. float in normal operation */
58 /* external reference clock for MC. float in normal operation */
/Linux-v6.6/scripts/
Dshow_delta105 base_time = float(base_str)
/Linux-v6.6/Documentation/devicetree/bindings/memory-controllers/
Datmel,ebi.txt68 "optimized" the data float time is optimized
71 current device data float time).
/Linux-v6.6/arch/arm/nwfpe/
DChangeLog24 * Since 128-bit float requires the FPA11 structure to change
25 size, it has been removed. 128-bit float is currently unused,
/Linux-v6.6/arch/arm/boot/dts/intel/pxa/
Dpxa3xx.dtsi87 * used in parentheses for don't-care values. Except for the float output,
99 * Z (float) 1 X(0) 0 0 0
/Linux-v6.6/tools/workqueue/
Dwq_monitor.py51 parser.add_argument('-i', '--interval', metavar='SECS', type=float, default=1,
/Linux-v6.6/tools/power/pm-graph/
Dsleepgraph.py546 self.dmesgstart = float(ktime)
559 ktime = float(m.group('ktime'))
1572 t = float(m.group('ktime'))
2145 cpuexec[key] = min(1.0, float(self.pstl[t][name]) / maxj)
2293 self.time = float(t)
2328 self.length = float(d)/1000000
2835 sortdict[item] = (-1*float(dev['start']), float(dev['end']) - float(dev['start']))
2838 sortdict[item] = (float(dev['end']) - float(dev['start']), item.dev['name'])
2920 self.rowheight[t][p][i] = float(self.bodyH)/len(self.rowlines[t][p])
2961 pos = '%0.3f' % (100 - ((float(i)*tS*100)/mTotal) - divEdge)
[all …]
Dbootgraph.py330 ktime = float(m.group('ktime'))
403 t = float(m_time)
/Linux-v6.6/tools/cgroup/
Diocost_coef_gen.py36 parser.add_argument('--testfile-size-gb', type=float, metavar='GIGABYTES', default=16,
Diocost_monitor.py30 parser.add_argument('--interval', '-i', metavar='SECONDS', type=float, default=1,
/Linux-v6.6/Documentation/filesystems/ext4/
Dgroup_descr.rst14 the inode table (i.e. they can float). This means that within a block
/Linux-v6.6/tools/kvm/kvm_stat/
Dkvm_stat1319 values.value * 100 / float(ltotal), cur))
1430 delay = float(val)
1771 type=float,
/Linux-v6.6/Documentation/arch/arm/
Dkernel_mode_neon.rst97 As the kernel is compiled with '-msoft-float', the above will guarantee that
/Linux-v6.6/arch/arm/boot/dts/nuvoton/
Dnuvoton-common-npcm7xx.dtsi22 /* external reference clock for cpu. float in normal operation */
30 /* external reference clock for MC. float in normal operation */
/Linux-v6.6/tools/testing/kunit/
Dkunit.py37 elapsed_time: float
/Linux-v6.6/Documentation/arch/arm/pxa/
Dmfp.rst269 selection of 1, driving strength of 0b101, and a float state in low power
/Linux-v6.6/security/
DKconfig.hardening127 repeating for all types and padding except float and double
/Linux-v6.6/Documentation/bpf/
Dbtf.rst475 * ``size``: the size of the float type in bytes: 2, 4, 8, 12 or 16.
526 int, ptr, array, struct, union, enum, func_proto and float types.

12