Home
last modified time | relevance | path

Searched refs:sort_str (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/tools/perf/
H A Dbuiltin-c2c.c2957 const char *sort_str = NULL; in setup_coalesce() local
2966 sort_str = "tot_hitm"; in setup_coalesce()
2968 sort_str = "rmt_hitm,lcl_hitm"; in setup_coalesce()
2970 sort_str = "lcl_hitm,rmt_hitm"; in setup_coalesce()
2972 sort_str = "tot_peer"; in setup_coalesce()
3031 const char *output_str, *sort_str = NULL; in perf_c2c__report() local
3173 sort_str = "tot_hitm"; in perf_c2c__report()
3175 sort_str = "rmt_hitm"; in perf_c2c__report()
3177 sort_str = "lcl_hitm"; in perf_c2c__report()
3179 sort_str = "tot_peer"; in perf_c2c__report()
[all …]