Lines Matching defs:bm_pid
91 * @bm_pid: child pid that runs benchmark
97 static int print_results_cache(const char *filename, pid_t bm_pid, __u64 llc_value)
102 printf("Pid: %d \t LLC_value: %llu\n", (int)bm_pid, llc_value);
110 fprintf(fp, "Pid: %d \t llc_value: %llu\n", (int)bm_pid, llc_value);
120 * @bm_pid: PID that runs the benchmark
123 * @filename. @bm_pid is written to the results file along with the measured
128 int perf_event_measure(int pe_fd, const char *filename, pid_t bm_pid)
144 return print_results_cache(filename, bm_pid, value);
150 * @bm_pid: PID that runs the benchmark
153 * @bm_pid is written to the results file along with the measured value.
157 int measure_llc_resctrl(const char *filename, pid_t bm_pid)
166 return print_results_cache(filename, bm_pid, llc_occu_resc);