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/table.c
          +++ new/usr/src/cmd/latencytop/table.c
↓ open down ↓ 157 lines elided ↑ open up ↑
 158  158                  }
 159  159          }
 160  160          *line = '\0';
 161  161  
 162  162          return (1);
 163  163  }
 164  164  
 165  165  /*
 166  166   * Parse special command from configuration file. Special command
 167  167   * has the following format :
 168      -
      168 + *
 169  169   *      disable_cause <cause name>
 170  170   */
 171  171  static int
 172  172  parse_config_cmd(char *begin, lt_parser_t *parser)
 173  173  {
 174  174          char *tmp;
 175  175          char old_chr = 0;
 176  176  
 177  177          /*
 178  178           * disable_cause  FSFlush Daemon
↓ open down ↓ 662 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX