Searched refs:sysctl_data (Results 1 – 1 of 1) sorted by relevance
131 struct perf_compressor_data sysctl_data = {0}; in run_compress_benchmark() local132 size_t len = sizeof(sysctl_data); in run_compress_benchmark()141 sysctl_data.buffer = (user_addr_t) buf; in run_compress_benchmark()142 sysctl_data.buffer_size = args->ta_buffer_size; in run_compress_benchmark()144 …int ret = sysctlbyname("kern.perf_compressor", &sysctl_data, &len, &sysctl_data, sizeof(sysctl_dat… in run_compress_benchmark()149 if (sysctl_data.bytes_processed != args->ta_buffer_size) { in run_compress_benchmark()150 …ess the whole buffer. Only compressed %llu bytes out of %llu bytes\n", sysctl_data.bytes_processed… in run_compress_benchmark()152 total_bytes_compressed += sysctl_data.bytes_processed; in run_compress_benchmark()153 total_compressor_time += sysctl_data.benchmark_time; in run_compress_benchmark()154 total_compressor_bytes_used += sysctl_data.compressor_growth; in run_compress_benchmark()