Lines Matching defs:display
104 int display;
793 switch (c2c.display) {
1098 switch (c2c.display) {
1869 switch (c2c.display) {
1893 has_hitm = c2c.display == DISPLAY_TOT ? c2c_he->stats.tot_hitm :
1894 c2c.display == DISPLAY_LCL ? c2c_he->stats.lcl_hitm :
1960 bool display = he__display(he, &c2c.hitm_stats);
1965 if (display && c2c_hists) {
2218 display_str[c2c.display]);
2376 display_str[c2c.display]);
2488 dim_percent_hitm.header = percent_hitm_header[c2c.display];
2572 const char *display = str ?: "tot";
2574 if (!strcmp(display, "tot"))
2575 c2c.display = DISPLAY_TOT;
2576 else if (!strcmp(display, "rmt"))
2577 c2c.display = DISPLAY_RMT;
2578 else if (!strcmp(display, "lcl"))
2579 c2c.display = DISPLAY_LCL;
2581 pr_err("failed: unknown display type: %s\n", str);
2666 c2c.display == DISPLAY_TOT ?
2668 c2c.display == DISPLAY_RMT ?
2687 const char *display = NULL;
2703 "Do not display Source Line column"),
2710 OPT_STRING('d', "display", &display, "Switch HITM output type", "lcl,rmt"),
2739 err = setup_display(display);
2813 c2c.display == DISPLAY_TOT ? "tot_hitm" :
2814 c2c.display == DISPLAY_LCL ? "lcl_hitm" : "rmt_hitm"