Searched refs:scaled (Results 1 – 10 of 10) sorted by relevance
| /tools/perf/util/ |
| A D | counts.h | 13 s8 scaled; member
|
| A D | stat.c | 371 if (evsel->err || evsel->counts->scaled == -1) in evsel__count_has_error()
|
| A D | stat-display.c | 853 if (run == 0 || ena == 0 || counter->counts->scaled == -1) { in printout()
|
| /tools/lib/perf/tests/ |
| A D | test-evlist.c | 457 s8 scaled = 0; in test_stat_multiplexing() local 533 perf_counts_values__scale(&counts[i], true, &scaled); in test_stat_multiplexing() 534 if (scaled == 1) { in test_stat_multiplexing() 539 } else if (scaled == -1) { in test_stat_multiplexing()
|
| /tools/power/x86/intel_pstate_tracer/ |
| A D | intel_pstate_tracer.py | 326 def store_csv(cpu_int, time_pre_dec, time_post_dec, core_busy, scaled, _from, _to, mperf, aperf, ts… argument 336 …" % (cpu_int, int(time_pre_dec), int(time_post_dec), int(core_busy), int(scaled), int(_from), int(… 445 scaled = search_obj.group(12) 480 …store_csv(cpu_int, time_pre_dec, time_post_dec, core_busy, scaled, _from, _to, mperf, aperf, tsc, …
|
| /tools/lib/perf/ |
| A D | evsel.c | 602 s8 scaled = 0; in perf_counts_values__scale() local 606 scaled = -1; in perf_counts_values__scale() 609 scaled = 1; in perf_counts_values__scale() 615 *pscaled = scaled; in perf_counts_values__scale()
|
| /tools/perf/Documentation/ |
| A D | topdown.txt | 155 that represent a scaled ratio that represent the Level 1 bottleneck. 198 # compute scaled metrics for measurement a 204 # compute delta scaled metrics between b and a 229 # compute scaled metrics for measurement a 235 # compute delta scaled metrics between b and a
|
| A D | intel-hybrid.txt | 129 perf-stat reports the scaled counts for hybrid event and with a percentage 133 scaled value for core cycles is 160,444,092 and the percentage is 0.47%.
|
| /tools/perf/ |
| A D | builtin-stat.c | 320 counter->counts->scaled = -1; in read_counter_cpu()
|
| /tools/power/x86/turbostat/ |
| A D | turbostat.c | 3130 const double scaled = c->raw_value * c->scale; in rapl_counter_get_value() local 3133 return scaled / interval; in rapl_counter_get_value() 3134 return scaled; in rapl_counter_get_value()
|
Completed in 35 milliseconds