Searched refs:json_out (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/tools/perf/util/ |
| H A D | stat-display.c | 195 json_out(os, "\"variance\" : %.2f", pct); in print_noise_pct_json() 239 json_out(os, "\"cgroup\" : \"%s\"", cgrp_name); in print_cgroup_json() 394 json_out(os, "\"core\" : \"S%d-D%d-C%d\"", in print_aggr_id_json() 397 json_out(os, "\"cpu\" : \"%d\"", in print_aggr_id_json() 402 json_out(os, "\"thread\" : \"%s-%d\"", in print_aggr_id_json() 527 json_out(os, "\"metric-threshold\" : \"%s\"", in print_metric_json() 542 json_out(os, "%s", os->timestamp); in new_line_json() 688 json_out(os, "\"%s\" : \"%s\"", unit, vals); in print_metric_only_json() 775 json_out(os, "\"unit\" : \"%s\"", evsel->unit); in print_counter_value_json() 1091 json_out(os, "%s", os->timestamp); in print_counter_aggrdata() [all …]
|