Searched refs:sort_str (Results 1 – 1 of 1) sorted by relevance
2978 const char *sort_str = NULL; in setup_coalesce() local2987 sort_str = "tot_hitm"; in setup_coalesce()2989 sort_str = "rmt_hitm,lcl_hitm"; in setup_coalesce()2991 sort_str = "lcl_hitm,rmt_hitm"; in setup_coalesce()2993 sort_str = "tot_peer"; in setup_coalesce()2995 if (asprintf(&c2c.cl_resort, "offset,%s", sort_str) < 0) in setup_coalesce()3052 const char *output_str, *sort_str = NULL; in perf_c2c__report() local3181 sort_str = "tot_hitm"; in perf_c2c__report()3183 sort_str = "rmt_hitm"; in perf_c2c__report()3185 sort_str = "lcl_hitm"; in perf_c2c__report()[all …]