Lines Matching refs:display
106 int display; member
799 switch (c2c.display) { in percent_hitm()
1109 switch (c2c.display) { in node_entry()
1880 switch (c2c.display) { in he__display()
1911 switch (c2c.display) { in is_valid_hist_entry()
1989 bool display = he__display(he, &c2c.shared_clines_stats); in resort_cl_cb() local
1994 if (display && c2c_hists) { in resort_cl_cb()
2251 display_str[c2c.display]); in print_c2c_info()
2409 display_str[c2c.display]); in perf_c2c_browser__title()
2521 dim_percent_hitm.header = percent_hitm_header[c2c.display]; in ui_quirks()
2605 const char *display = str ?: "tot"; in setup_display() local
2607 if (!strcmp(display, "tot")) in setup_display()
2608 c2c.display = DISPLAY_TOT; in setup_display()
2609 else if (!strcmp(display, "rmt")) in setup_display()
2610 c2c.display = DISPLAY_RMT; in setup_display()
2611 else if (!strcmp(display, "lcl")) in setup_display()
2612 c2c.display = DISPLAY_LCL; in setup_display()
2699 c2c.display == DISPLAY_TOT ? in setup_coalesce()
2701 c2c.display == DISPLAY_RMT ? in setup_coalesce()
2726 const char *display = NULL; in perf_c2c__report() local
2749 OPT_STRING('d', "display", &display, "Switch HITM output type", "lcl,rmt"), in perf_c2c__report()
2779 err = setup_display(display); in perf_c2c__report()
2855 if (c2c.display == DISPLAY_TOT) in perf_c2c__report()
2857 else if (c2c.display == DISPLAY_RMT) in perf_c2c__report()
2859 else if (c2c.display == DISPLAY_LCL) in perf_c2c__report()