Print this page
16446 dtrace consumers should not be isaexec'd
Change-Id: Ibf80c7283c421cba98e80dce272c6dd51d24bb87

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/latencytop/common/display.c
          +++ new/usr/src/cmd/latencytop/display.c
↓ open down ↓ 233 lines elided ↑ open up ↑
 234  234              LT_LEVEL_GLOBAL, 0, 0, 10, sort_type);
 235  235          print_statistics(sysglobal_window, 1, 10, list);
 236  236          lt_stat_list_free(list);
 237  237  
 238  238          (void) wrefresh(sysglobal_window);
 239  239  }
 240  240  
 241  241  /*
 242  242   * Prints current operation mode. Mode is combination of:
 243  243   *
 244      - *      "Process or Thread", and "1 or 2 or 3".
      244 + *      "Process or Thread", and "1 or 2 or 3".
 245  245   */
 246  246  static void
 247  247  print_current_mode()
 248  248  {
 249  249          char type;
 250  250  
 251  251          if (!display_initialized) {
 252  252                  return;
 253  253          }
 254  254  
↓ open down ↓ 814 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX