Home
last modified time | relevance | path

Searched refs:string_buffer (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/acpi/acpica/
H A Dacconvert.h37 char *string_buffer, int c1);
41 char *string_buffer);
H A Ddbnames.c406 char string_buffer[48]; in acpi_db_walk_for_predefined_names() local
424 acpi_ut_get_expected_return_types(string_buffer, in acpi_db_walk_for_predefined_names()
429 string_buffer); in acpi_db_walk_for_predefined_names()
/linux/tools/power/x86/amd_pstate_tracer/
H A Damd_pstate_trace.py165 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)
166 f_handle.write(string_buffer)
/linux/tools/power/x86/intel_pstate_tracer/
H A Dintel_pstate_tracer.py336string_buffer = "CPU_%03u, %05u, %06u, %u, %u, %u, %u, %u, %u, %u, %.4f, %u, %.2f, %.3f, %u, %.3f,…
337 f_handle.write(string_buffer);