Searched refs:comp_str (Results 1 – 1 of 1) sorted by relevance
/linux/tools/testing/selftests/bpf/ |
H A D | veristat.c | 1663 const char *base_str = NULL, *comp_str = NULL; in output_comp_stats() local 1667 prepare_value(comp, id, &comp_str, &comp_val); in output_comp_stats() 1675 snprintf(base_buf, sizeof(base_buf), "%s", comp_str); in output_comp_stats() 1678 snprintf(comp_buf, sizeof(comp_buf), "%s", comp_str); in output_comp_stats() 1681 else if (strcmp(base_str, comp_str) == 0) in output_comp_stats()
|