Lines Matching defs:os
144 static const char *json_sep(struct outstate *os) in json_sep()
152 #define json_out(os, format, ...) fprintf((os)->fh, "%s" format, json_sep(os), ##__VA_ARGS__) argument
154 static void print_running_json(struct outstate *os, u64 run, u64 ena) in print_running_json()
164 static void print_running(struct perf_stat_config *config, struct outstate *os, in print_running()
192 static void print_noise_pct_json(struct outstate *os, in print_noise_pct_json()
198 static void print_noise_pct(struct perf_stat_config *config, struct outstate *os, in print_noise_pct()
215 static void print_noise(struct perf_stat_config *config, struct outstate *os, in print_noise()
237 static void print_cgroup_json(struct outstate *os, const char *cgrp_name) in print_cgroup_json()
242 static void print_cgroup(struct perf_stat_config *config, struct outstate *os, in print_cgroup()
364 static void print_aggr_id_json(struct perf_stat_config *config, struct outstate *os, in print_aggr_id_json()
414 static void aggr_printout(struct perf_stat_config *config, struct outstate *os, in aggr_printout()
428 struct outstate *os = ctx; in new_line_std() local
434 struct outstate *os) in __new_line_std_csv()
442 static inline void __new_line_std(struct outstate *os) in __new_line_std()
448 struct outstate *os) in do_new_line_std()
460 struct outstate *os = ctx; in print_metric_std() local
486 struct outstate *os = ctx; in new_line_csv() local
499 struct outstate *os = ctx; in print_metric_csv() local
521 struct outstate *os = ctx; in print_metric_json() local
537 struct outstate *os = ctx; in new_line_json() local
562 struct outstate *os = ctx; in print_metricgroup_header_csv() local
582 struct outstate *os = ctx; in print_metricgroup_header_std() local
622 struct outstate *os = ctx; in print_metric_only() local
648 struct outstate *os = ctx; in print_metric_only_csv() local
671 struct outstate *os = ctx; in print_metric_only_json() local
697 struct outstate *os = ctx; in print_metric_header() local
764 static void print_counter_value_json(struct outstate *os, in print_counter_value_json()
780 static void print_counter_value(struct perf_stat_config *config, struct outstate *os, in print_counter_value()
792 struct outstate *os, in abs_printout()
840 static void printout(struct perf_stat_config *config, struct outstate *os, in printout()
1073 struct outstate *os) in print_counter_aggrdata()
1129 struct outstate *os, int aggr_idx) in print_metric_begin()
1156 static void print_metric_end(struct perf_stat_config *config, struct outstate *os) in print_metric_end()
1173 struct outstate *os) in print_aggr()
1197 struct outstate *os) in print_aggr_cgroup()
1226 struct evsel *counter, struct outstate *os) in print_counter()
1241 struct outstate *os) in print_no_aggr_metric()
1326 struct outstate os = { in print_metric_headers() local
1368 struct outstate *os, struct timespec *ts) in prepare_timestamp()
1606 struct evsel *counter, struct outstate *os) in print_percore()
1654 struct outstate *os) in print_cgroup_counter()
1704 struct outstate os = { in evlist__print_counters() local