Lines Matching defs:sort_str
2978 const char *sort_str = NULL;
2987 sort_str = "tot_hitm";
2989 sort_str = "rmt_hitm,lcl_hitm";
2991 sort_str = "lcl_hitm,rmt_hitm";
2993 sort_str = "tot_peer";
2995 if (asprintf(&c2c.cl_resort, "offset,%s", sort_str) < 0)
3052 const char *output_str, *sort_str = NULL;
3181 sort_str = "tot_hitm";
3183 sort_str = "rmt_hitm";
3185 sort_str = "lcl_hitm";
3187 sort_str = "tot_peer";
3189 c2c_hists__reinit(&c2c.hists, output_str, sort_str);