Lines Matching refs:sort_str
3047 const char *sort_str = NULL; in setup_coalesce() local
3056 sort_str = "tot_hitm"; in setup_coalesce()
3058 sort_str = "rmt_hitm,lcl_hitm"; in setup_coalesce()
3060 sort_str = "lcl_hitm,rmt_hitm"; in setup_coalesce()
3062 sort_str = "tot_peer"; in setup_coalesce()
3064 if (asprintf(&c2c.cl_resort, "offset,%s", sort_str) < 0) in setup_coalesce()
3126 const char *output_str, *sort_str = NULL; in perf_c2c__report() local
3323 sort_str = "tot_hitm"; in perf_c2c__report()
3325 sort_str = "rmt_hitm"; in perf_c2c__report()
3327 sort_str = "lcl_hitm"; in perf_c2c__report()
3329 sort_str = "tot_peer"; in perf_c2c__report()
3331 c2c_hists__reinit(&c2c.hists, output_str, sort_str, perf_session__env(session)); in perf_c2c__report()