Lines Matching refs:value
47 __u64 value; /* The value of the event */
367 reads += r->return_value.value * of_mul_read * SCALE;
368 writes += w->return_value.value * of_mul_write * SCALE;
526 * @bw_imc: perf imc counter value
527 * @bw_resc: memory bandwidth value
605 * another source which is perf imc value or could
607 * Compare the two values to validate resctrl value.
643 union sigval value;
719 value.sival_ptr = (void *)benchmark_cmd;
757 if (sigqueue(bm_pid, SIGUSR1, value) == -1) {