Lines Matching defs:output
1794 char *output = output_ ? strdup(output_) : NULL;
1798 PARSE_LIST(output, c2c_hists__init_output);
1801 /* copy sort keys to output fields */
1807 * the processing a lot with big number of output
1812 /* and then copy output fields to sort keys */
1816 free(output);
1829 * later anyway, and that's where we add output fields
1841 const char *output,
1845 return hpp_list__parse(&c2c_hists->list, output, sort);
2675 pr_debug("coalesce output fields: %s\n", c2c.cl_output);
2710 OPT_STRING('d', "display", &display, "Switch HITM output type", "lcl,rmt"),