Searched refs:new_line (Results 1 – 5 of 5) sorted by relevance
331 if (out->new_line) in print_instructions()332 out->new_line(config, ctxp); in print_instructions()675 if ((*num)++ > 0 && out->new_line) in perf_stat__print_shadow_stats_metricgroup()676 out->new_line(config, ctxp); in perf_stat__print_shadow_stats_metricgroup()
2030 char *new_line; in expand_tabs() local2046 new_line = malloc(new_storage_len); in expand_tabs()2047 if (new_line == NULL) { in expand_tabs()2060 memcpy(&new_line[dst], &line[src], len); in expand_tabs()2062 new_line[dst++] = ' '; in expand_tabs()2064 new_line[dst++] = ' '; in expand_tabs()2072 memcpy(&new_line[dst], &line[src], len); in expand_tabs()2074 new_line[dst] = '\0'; in expand_tabs()2077 *storage = new_line; in expand_tabs()2079 return new_line; in expand_tabs()
180 new_line_t new_line; member
870 out.new_line = nl; in printout()1252 .new_line = NULL, in print_metric_headers()
2116 .new_line = script_new_line, in perf_sample__fprint_metric()
Completed in 20 milliseconds