| /linux/tools/power/x86/amd_pstate_tracer/ |
| H A D | amd_pstate_trace.py | 56 global sample_num, last_sec_cpu, last_usec_cpu, start_time, test_name, trace_file 60 sample_num =0 variable 155 def store_csv(cpu_int, time_pre_dec, time_post_dec, min_perf, des_perf, max_perf, freq_ghz, mperf, aperf, tsc, common_comm, load, duration_ms, sample_num, elapsed_time, cpu_mask): argument 165 string_buffer = "CPU_%03u, %05u, %06u, %u, %u, %u, %.4f, %u, %u, %u, %.2f, %.3f, %u, %.3f, %s\n" % (cpu_int, int(time_pre_dec), int(time_post_dec), int(min_perf), int(des_perf), int(max_perf), freq_ghz, int(mperf), int(aperf), int(tsc), load, duration_ms, sample_num, elapsed_time, common_comm) 181 f_handle.write('common_cpu, common_secs, common_usecs, min_perf, des_perf, max_perf, freq, mperf, aperf, tsc, load, duration_ms, sample_num, elapsed_time, common_comm') 189 global sample_num, last_sec_cpu, last_usec_cpu, start_time 219 if sample_num == 0 : 221 sample_num += 1 234 store_csv(cpu_int, time_pre_dec, time_post_dec, min_perf, des_perf, max_perf, freq_ghz, mperf, aperf, tsc, common_comm, load, duration_ms, sample_num, elapsed_time, cpu_mask)
|
| /linux/tools/power/x86/intel_pstate_tracer/ |
| H A D | intel_pstate_tracer.py | 66 global sample_num, last_sec_cpu, last_usec_cpu, start_time, testname, trace_file 71 sample_num =0 variable 326 …mperf, aperf, tsc, freq_ghz, io_boost, common_comm, load, duration_ms, sample_num, elapsed_time, t… argument 336 …rf), int(aperf), int(tsc), freq_ghz, int(io_boost), load, duration_ms, sample_num, elapsed_time, t… 424 global sample_num, last_sec_cpu, last_usec_cpu, start_time 460 if sample_num == 0 : 462 sample_num += 1 480 …mperf, aperf, tsc, freq_ghz, io_boost, common_comm, load, duration_ms, sample_num, elapsed_time, t…
|
| /linux/sound/isa/wavefront/ |
| H A D | wavefront_synth.c | 599 wavefront_delete_sample (snd_wavefront_t *dev, int sample_num) in wavefront_delete_sample() argument 605 wbuf[0] = sample_num & 0x7f; in wavefront_delete_sample() 606 wbuf[1] = sample_num >> 7; in wavefront_delete_sample() 610 dev->sample_status[sample_num] = WF_ST_EMPTY; in wavefront_delete_sample()
|
| /linux/Documentation/admin-guide/pm/ |
| H A D | amd-pstate.rst | 560 …_perf max_perf freq mperf apef tsc load duration_ms sample_num elapsed_time c…
|